Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 jetAlgo = 'AK5'
00011
00012
00013 jecSetBase = jetAlgo
00014
00015
00016
00017
00018
00019
00020 from TopQuarkAnalysis.Configuration.patRefSel_PF2PAT import *
00021
00022
00023
00024
00025 triggerSelectionDataRelVals = 'HLT_SixJet45_v*'
00026 triggerSelectionData = 'HLT_*'
00027 triggerSelectionMC = 'HLT_*'
00028
00029
00030
00031
00032 muonCut = 'isPFMuon'
00033 muonCut += ' && (isGlobalMuon || isTrackerMuon)'
00034 muonCut += ' && pt > 10.'
00035 muonCut += ' && abs(eta) < 2.5'
00036 muonCut += ' && (chargedHadronIso+neutralHadronIso+photonIso-0.5*puChargedHadronIso)/pt < 0.2'
00037
00038
00039
00040
00041 jetCut = 'pt > 20.'
00042 jetCut += ' && abs(eta) < 2.5'
00043 jetCut += ' && numberOfDaughters > 1'
00044 jetCut += ' && neutralHadronEnergyFraction < 0.99'
00045 jetCut += ' && neutralEmEnergyFraction < 0.99'
00046 jetCut += ' && (chargedEmEnergyFraction < 0.99 || abs(eta) >= 2.4)'
00047 jetCut += ' && (chargedHadronEnergyFraction > 0. || abs(eta) >= 2.4)'
00048 jetCut += ' && (chargedMultiplicity > 0 || abs(eta) >= 2.4)'
00049
00050 veryLooseJetCut = 'pt > 35.'
00051 looseJetCut = 'pt > 50.'
00052 tightJetCut = 'pt > 60.'
00053
00054
00055
00056
00057 electronCut = 'pt > 20.'
00058 electronCut += ' && abs(eta) < 2.5'
00059 electronCut += ' && electronID("mvaTrigV0") > 0.'
00060 electronCut += ' && (chargedHadronIso+max(0.,neutralHadronIso)+photonIso-0.5*puChargedHadronIso)/et < 0.2'
00061
00062
00063
00064
00065
00066
00067
00068 triggerObjectSelectionDataRelVals = 'type("TriggerJet") && ( path("HLT_SixJet45_v*") )'
00069 triggerObjectSelectionData = 'type("TriggerJet") && ( path("HLT_*") )'
00070 triggerObjectSelectionMC = 'type("TriggerJet") && ( path("HLT_*") )'