diff --git a/distribsForHNLandBG_byEvent.py b/distribsForHNLandBG_byEvent.py index 5705d68..9d68015 100755 --- a/distribsForHNLandBG_byEvent.py +++ b/distribsForHNLandBG_byEvent.py @@ -622,21 +622,21 @@ tc.ecal()[1], tc.muon1(1)[1], tc.muon2(1)[1], tc.doca(30.)[1], tc.ip(250.)[1] ] if answers: # answering to referees questions - cuts = [ tc.recoed()[0], tc.notVetoed(1000.)[0], - tc.fiducial(zmin, zmax, 250., 500.)[0], tc.goodtracks()[0], + cuts = [ tc.recoed()[0], + tc.fiducial(zmin, zmax, 250., 500.)[0], tc.goodtracks()[0], tc.notVetoed(1000.)[0], tc.daughtersP(1.5)[0], tc.redChi2(5.)[0], tc.ndf(25)[0], tc.doca(1.)[0], tc.ip(10.)[0], tc.ecal()[0], tc.muon1(1)[0], tc.muon2(1)[0] ] - cutnames = [ tc.recoed()[1], tc.notVetoed(1000.)[1], - tc.fiducial(zmin, zmax, 250., 500.)[1], tc.goodtracks()[1], + cutnames = [ tc.recoed()[1], + tc.fiducial(zmin, zmax, 250., 500.)[1], tc.goodtracks()[1], tc.notVetoed(1000.)[1], tc.daughtersP(1.5)[1], tc.redChi2(5.)[1], tc.ndf(25)[1], tc.doca(1.)[1], tc.ip(10.)[1], tc.ecal()[1], tc.muon1(1)[1], tc.muon2(1)[1] ] if answers == 2: # answering to referees questions (NO VETO) - cuts = [ tc.recoed()[0], + cuts = [ tc.recoed()[0], tc.fiducial(zmin, zmax, 250., 500.)[0], tc.goodtracks()[0], tc.daughtersP(1.5)[0], tc.redChi2(5.)[0], tc.ndf(25)[0], tc.doca(1.)[0], tc.ip(10.)[0], tc.ecal()[0], tc.muon1(1)[0], tc.muon2(1)[0] ] - cutnames = [ tc.recoed()[1], + cutnames = [ tc.recoed()[1], tc.fiducial(zmin, zmax, 250., 500.)[1], tc.goodtracks()[1], tc.daughtersP(1.5)[1], tc.redChi2(5.)[1], tc.ndf(25)[1], tc.doca(1.)[1], tc.ip(10.)[1], tc.ecal()[1], tc.muon1(1)[1], tc.muon2(1)[1] ] @@ -648,12 +648,12 @@ tc.ecal()[1], tc.muon1(1)[1], tc.muon2(1)[1], tc.doca(30.)[1], tc.ip(250.)[1] ] if answers: # answering to referees questions - cuts = [ tc.recoed()[0], tc.notVetoed(1000.)[0], - tc.fiducial(zmin, zmax, 250., 500.)[0], tc.goodtracks()[0], + cuts = [ tc.recoed()[0], + tc.fiducial(zmin, zmax, 250., 500.)[0], tc.goodtracks()[0], tc.notVetoed(1000.)[0], tc.daughtersP(1.5)[0], tc.redChi2(5.)[0], tc.ndf(25)[0], tc.doca(1.)[0], tc.ip(10.)[0], tc.ecal()[0], tc.muon1(1)[0], tc.muon2(1)[0] ] - cutnames = [ tc.recoed()[1], tc.notVetoed(1000.)[1], - tc.fiducial(zmin, zmax, 250., 500.)[1], tc.goodtracks()[1], + cutnames = [ tc.recoed()[1], + tc.fiducial(zmin, zmax, 250., 500.)[1], tc.goodtracks()[1], tc.notVetoed(1000.)[1], tc.daughtersP(1.5)[1], tc.redChi2(5.)[1], tc.ndf(25)[1], tc.doca(1.)[1], tc.ip(10.)[1], tc.ecal()[1], tc.muon1(1)[1], tc.muon2(1)[1] ] if answers == 2: