25 triggerSelectionDataRelVals =
'HLT_SixJet45_v*'
26 triggerSelectionData =
'HLT_*'
27 triggerSelectionMC =
'HLT_*'
33 muonCut +=
' && (isGlobalMuon || isTrackerMuon)'
34 muonCut +=
' && pt > 10.'
35 muonCut +=
' && abs(eta) < 2.5'
36 muonCut +=
' && (chargedHadronIso+neutralHadronIso+photonIso-0.5*puChargedHadronIso)/pt < 0.2'
42 jetCut +=
' && abs(eta) < 2.5'
43 jetCut +=
' && numberOfDaughters > 1'
44 jetCut +=
' && neutralHadronEnergyFraction < 0.99'
45 jetCut +=
' && neutralEmEnergyFraction < 0.99'
46 jetCut +=
' && (chargedEmEnergyFraction < 0.99 || abs(eta) >= 2.4)'
47 jetCut +=
' && (chargedHadronEnergyFraction > 0. || abs(eta) >= 2.4)'
48 jetCut +=
' && (chargedMultiplicity > 0 || abs(eta) >= 2.4)'
50 veryLooseJetCut =
'pt > 35.'
51 looseJetCut =
'pt > 50.'
52 tightJetCut =
'pt > 60.'
57 electronCut =
'pt > 20.'
58 electronCut +=
' && abs(eta) < 2.5'
59 electronCut +=
' && electronID("mvaTrigV0") > 0.'
60 electronCut +=
' && (chargedHadronIso+max(0.,neutralHadronIso)+photonIso-0.5*puChargedHadronIso)/et < 0.2'
68 triggerObjectSelectionDataRelVals =
'type("TriggerJet") && ( path("HLT_SixJet45_v*") )'
69 triggerObjectSelectionData =
'type("TriggerJet") && ( path("HLT_*") )'
70 triggerObjectSelectionMC =
'type("TriggerJet") && ( path("HLT_*") )'
----------------------— Reference selection -----------------------— ###