Variables | |
tuple | ele_sequence |
tuple | elecMet |
tuple | elecMetCounter |
tuple | elecMetFilter = cms.Sequence(elecMet * elecMetCounter) |
tuple | elecMetSeq = cms.Sequence( WEnuHltFilter * ele_sequence * elecMetFilter * kt6PFJetsForRhoCorrection) |
string | ELECTRON_COLL = "gsfElectrons" |
string | ELECTRON_CUTS = "(abs(superCluster.eta)<2.5) && (ecalEnergy*sin(superClusterPosition.theta)>" |
float | ELECTRON_ET_CUT_MIN = 10.0 |
tuple | goodElectrons |
____ __ _____ _ _ / ___|___ / _| ____| | ___ ___| |_ _ __ ___ _ __ | | _/ __| |_| _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |_| \ _| |___| | __/ (__| |_| | | (_) | | | | |___/_| |_____|_||||_| /|_| |_| | |
tuple | GsfMatchedPhotonCands |
string | HLTPath = "HLT_Ele*" |
_ _ ___ ___ _ __ ___| |_ __ _ _ __ | |_ ___ / __/ _ \| '_ \/ __| __/ _` | '_ \| __/ __| | (_| (_) | | | \ || (_| | | | | |_ \ /|_| |_|___/,_|_| |_||___/ | |
string | HLTProcessName = "HLT" |
tuple | kt6PFJetsForRhoCorrection |
int | MET_CUT_MIN = 20 |
string | MT = "sqrt(2*daughter(0).pt*daughter(1).pt*(1 - cos(daughter(0).phi - daughter(1).phi)))" |
_____ ___ ____ ____ _ |_ _( _ ) | _ \ | _ \ __ _(_)_ __ ___ | | / _ \/\ |_) | | |_) / _` | | '__/ __| | || (_> < __/ | __/ (_| | | | \ |_| /\/_| |_| ,_|_|_| |___/ | |
int | MT_CUT_MIN = 50 |
tuple | PassingHLT |
_____ _ __ __ _ _ _ |_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _` |/ _` |/ _ \ '__| | |\/| |/ _` | __/ __| '_ \| | '_ \ / _` | | || | | | (_| | (_| | __/ | | | | | (_| | || (__| | | | | | | | (_| | |_||_| |_|, |, ||_| |_| |_|,_||_| |_|_|_| |_|, | |___/ |___/ |___/ | |
tuple | PassingWP80 |
tuple | PassingWP90 |
_____ _ _ ___ _ | ____| | ___ ___| |_ _ __ ___ _ __ |_ _|__| | | _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |/ _` | | |___| | __/ (__| |_| | | (_) | | | | | | (_| | |_____|_||||_| /|_| |_| |___,_| | |
float | TAG_ELECTRON_ET_CUT_MIN = 20.0 |
float | W_ELECTRON_ET_CUT_MIN = 27.0 |
tuple | WElecTagHLT |
_____ ____ __ _ _ _ _ |_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _` |/ _` | | | | |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|,_|, | |____/ |_| |_|_| |_|_||_|/|_| |_| |___/ | |
tuple | WElectronSkimContent = OutALCARECOEcalCalElectron.clone() |
tuple | WEnuHltFilter |
00001 cms.Sequence( 00002 goodElectrons + 00003 PassingWP80 + 00004 WElecTagHLT 00005 )
Definition at line 120 of file WElectronSkim_cff.py.
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 decay = cms.string("pfMet WElecTagHLT"), # charge coniugate states are implied 00003 checkCharge = cms.bool(False), 00004 cut = cms.string(("daughter(0).pt > %f && daughter(1).pt > %f && "+MT+" > %f") % (MET_CUT_MIN, W_ELECTRON_ET_CUT_MIN, MT_CUT_MIN)) 00005 )
Definition at line 136 of file WElectronSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag("elecMet"), 00003 minNumber = cms.uint32(1) 00004 )
Definition at line 141 of file WElectronSkim_cff.py.
tuple WElectronSkim_cff::elecMetFilter = cms.Sequence(elecMet * elecMetCounter) |
Definition at line 145 of file WElectronSkim_cff.py.
tuple WElectronSkim_cff::elecMetSeq = cms.Sequence( WEnuHltFilter * ele_sequence * elecMetFilter * kt6PFJetsForRhoCorrection) |
Definition at line 162 of file WElectronSkim_cff.py.
string WElectronSkim_cff::ELECTRON_COLL = "gsfElectrons" |
Definition at line 17 of file WElectronSkim_cff.py.
string WElectronSkim_cff::ELECTRON_CUTS = "(abs(superCluster.eta)<2.5) && (ecalEnergy*sin(superClusterPosition.theta)>" |
Definition at line 18 of file WElectronSkim_cff.py.
float WElectronSkim_cff::ELECTRON_ET_CUT_MIN = 10.0 |
Definition at line 14 of file WElectronSkim_cff.py.
00001 cms.EDFilter("GsfElectronRefSelector", 00002 src = cms.InputTag( ELECTRON_COLL ), 00003 cut = cms.string( ELECTRON_CUTS ) 00004 )
____ __ _____ _ _ / ___|___ / _| ____| | ___ ___| |_ _ __ ___ _ __ | | _/ __| |_| _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |_| \ _| |___| | __/ (__| |_| | | (_) | | | | |___/_| |_____|_||||_| /|_| |_|
GsfElectron ################
Definition at line 31 of file WElectronSkim_cff.py.
Referenced by WZInterestingEventSelector::filter().
00001 cms.EDProducer("ElectronMatchedCandidateProducer", 00002 src = cms.InputTag("goodPhotons"), 00003 ReferenceElectronCollection = cms.untracked.InputTag("goodElectrons"), 00004 deltaR = cms.untracked.double(0.3) 00005 )
Definition at line 36 of file WElectronSkim_cff.py.
string WElectronSkim_cff::HLTPath = "HLT_Ele*" |
_ _ ___ ___ _ __ ___| |_ __ _ _ __ | |_ ___ / __/ _ \| '_ \/ __| __/ _` | '_ \| __/ __| | (_| (_) | | | \ || (_| | | | | |_ \ /|_| |_|___/,_|_| |_||___/
Definition at line 10 of file WElectronSkim_cff.py.
string WElectronSkim_cff::HLTProcessName = "HLT" |
Definition at line 11 of file WElectronSkim_cff.py.
00001 RecoJets.Configuration.RecoPFJets_cff.kt6PFJets.clone( 00002 doRhoFastjet = True, 00003 Rho_EtaMax = 2.5 00004 )
Definition at line 156 of file WElectronSkim_cff.py.
int WElectronSkim_cff::MET_CUT_MIN = 20 |
Definition at line 21 of file WElectronSkim_cff.py.
string WElectronSkim_cff::MT = "sqrt(2*daughter(0).pt*daughter(1).pt*(1 - cos(daughter(0).phi - daughter(1).phi)))" |
_____ ___ ____ ____ _ |_ _( _ ) | _ \ | _ \ __ _(_)_ __ ___ | | / _ \/\ |_) | | |_) / _` | | '__/ __| | || (_> < __/ | __/ (_| | | | \ |_| /\/_| |_| ,_|_|_| |___/
Definition at line 135 of file WElectronSkim_cff.py.
Referenced by TtSemiLRSignalSelObservables::operator()(), and TtHadLRSignalSelObservables::operator()().
int WElectronSkim_cff::MT_CUT_MIN = 50 |
Definition at line 22 of file WElectronSkim_cff.py.
00001 cms.EDProducer("trgMatchGsfElectronProducer", 00002 InputProducer = cms.InputTag( ELECTRON_COLL ), 00003 hltTags = cms.untracked.string( HLTPath ), 00004 triggerEventTag = cms.untracked.InputTag("hltTriggerSummaryAOD","",HLTProcessName), 00005 triggerResultsTag = cms.untracked.InputTag("TriggerResults","",HLTProcessName) 00006 )
_____ _ __ __ _ _ _ |_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _` |/ _` |/ _ \ '__| | |\/| |/ _` | __/ __| '_ \| | '_ \ / _` | | || | | | (_| | (_| | __/ | | | | | (_| | || (__| | | | | | | | (_| | |_||_| |_|, |, ||_| |_| |_|,_||_| |_|_|_| |_|, | |___/ |___/ |___/
Trigger ##################
Definition at line 102 of file WElectronSkim_cff.py.
00001 goodElectrons.clone( 00002 cut = cms.string( 00003 goodElectrons.cut.value() + 00004 " && (gsfTrack.trackerExpectedHitsInner.numberOfHits==0 && !(-0.02<convDist<0.02 && -0.02<convDcot<0.02))" 00005 " && (ecalEnergy*sin(superClusterPosition.theta)>" + str(ELECTRON_ET_CUT_MIN) + ")" 00006 " && ((isEB" 00007 " && ( dr03TkSumPt/p4.Pt <0.12 && dr03EcalRecHitSumEt/p4.Pt < 0.09 && dr03HcalTowerSumEt/p4.Pt < 0.1 )" #wrt std WP80 relaxing iso cuts to WP90 00008 " && (sigmaIetaIeta<0.01)" 00009 " && ( -0.06<deltaPhiSuperClusterTrackAtVtx<0.06 )" 00010 " && ( -0.004<deltaEtaSuperClusterTrackAtVtx<0.004 )" 00011 " && (hadronicOverEm<0.12)" 00012 ")" 00013 " || (isEE" 00014 " && ( dr03TkSumPt/p4.Pt <0.05 && dr03EcalRecHitSumEt/p4.Pt < 0.06 && dr03HcalTowerSumEt/p4.Pt < 0.03 )" 00015 " && (sigmaIetaIeta<0.03)" 00016 " && ( -0.03<deltaPhiSuperClusterTrackAtVtx<0.03 )" 00017 " && ( -0.007<deltaEtaSuperClusterTrackAtVtx<0.007 )" 00018 " && (hadronicOverEm<0.10) " 00019 "))" 00020 ) 00021 )
Definition at line 71 of file WElectronSkim_cff.py.
00001 goodElectrons.clone( 00002 cut = cms.string( 00003 goodElectrons.cut.value() + 00004 " && (gsfTrack.trackerExpectedHitsInner.numberOfHits<=1 && !(-0.02<convDist<0.02 && -0.02<convDcot<0.02))" #wrt std WP90 allowing 1 numberOfMissingExpectedHits 00005 " && (ecalEnergy*sin(superClusterPosition.theta)>" + str(ELECTRON_ET_CUT_MIN) + ")" 00006 " && ((isEB" 00007 " && ( dr03TkSumPt/p4.Pt <0.12 && dr03EcalRecHitSumEt/p4.Pt < 0.09 && dr03HcalTowerSumEt/p4.Pt < 0.1 )" 00008 " && (sigmaIetaIeta<0.01)" 00009 " && ( -0.8<deltaPhiSuperClusterTrackAtVtx<0.8 )" 00010 " && ( -0.007<deltaEtaSuperClusterTrackAtVtx<0.007 )" 00011 " && (hadronicOverEm<0.12)" 00012 ")" 00013 " || (isEE" 00014 " && ( dr03TkSumPt/p4.Pt <0.07 && dr03EcalRecHitSumEt/p4.Pt < 0.07 && dr03HcalTowerSumEt/p4.Pt < 0.07 )" 00015 " && (sigmaIetaIeta<0.03)" 00016 " && ( -0.7<deltaPhiSuperClusterTrackAtVtx<0.7 )" 00017 " && ( -0.009<deltaEtaSuperClusterTrackAtVtx<0.009 )" 00018 " && (hadronicOverEm<0.1) " 00019 "))" 00020 ) 00021 )
_____ _ _ ___ _ | ____| | ___ ___| |_ _ __ ___ _ __ |_ _|__| | | _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |/ _` | | |___| | __/ (__| |_| | | (_) | | | | | | (_| | |_____|_||||_| /|_| |_| |___,_|
Electron ID ######
Definition at line 49 of file WElectronSkim_cff.py.
float WElectronSkim_cff::TAG_ELECTRON_ET_CUT_MIN = 20.0 |
Definition at line 15 of file WElectronSkim_cff.py.
float WElectronSkim_cff::W_ELECTRON_ET_CUT_MIN = 27.0 |
Definition at line 16 of file WElectronSkim_cff.py.
00001 PassingHLT.clone( 00002 InputProducer = cms.InputTag( "PassingWP80" ) 00003 )
_____ ____ __ _ _ _ _ |_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _` |/ _` | | | | |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|,_|, | |____/ |_| |_|_| |_|_||_|/|_| |_| |___/
Definition at line 116 of file WElectronSkim_cff.py.
tuple WElectronSkim_cff::WElectronSkimContent = OutALCARECOEcalCalElectron.clone() |
Definition at line 166 of file WElectronSkim_cff.py.
00001 HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone( 00002 throw = cms.bool(False), 00003 HLTPaths = [HLTPath] 00004 )
Definition at line 148 of file WElectronSkim_cff.py.