CMS 3D CMS Logo

Variables

WElectronSkim_cff Namespace Reference

Variables

tuple ele_sequence
tuple elecMet
tuple elecMetCounter
tuple elecMetFilter = cms.Sequence(elecMet * elecMetCounter)
tuple elecMetSeq = cms.Sequence( WEnuHltFilter * ele_sequence * elecMetFilter )
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"
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 PassingWP90
 _____ _ _ ___ _ | ____| | ___ ___| |_ _ __ ___ _ __ |_ _|__| | | _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |/ _` | | |___| | __/ (__| |_| | | (_) | | | | | | (_| | |_____|_||||_| /|_| |_| |___,_|
float TAG_ELECTRON_ET_CUT_MIN = 20.0
float W_ELECTRON_ET_CUT_MIN = 30.0
tuple WElecTagHLT
 _____ ____ __ _ _ _ _ |_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _` |/ _` | | | | |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|,_|, | |____/ |_| |_|_| |_|_||_|/|_| |_| |___/
tuple WEnuHltFilter

Variable Documentation

Initial value:
00001 cms.Sequence(
00002     goodElectrons +
00003     PassingWP90 +
00004     WElecTagHLT
00005     )

Definition at line 97 of file WElectronSkim_cff.py.

Initial value:
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(0).pt > %f && "+MT+" > %f") % (MET_CUT_MIN, W_ELECTRON_ET_CUT_MIN, MT_CUT_MIN))
00005 )

Definition at line 113 of file WElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002                                     src = cms.InputTag("elecMet"),
00003                                     minNumber = cms.uint32(1)
00004                                     )

Definition at line 118 of file WElectronSkim_cff.py.

Definition at line 122 of file WElectronSkim_cff.py.

Definition at line 130 of file WElectronSkim_cff.py.

string WElectronSkim_cff::ELECTRON_CUTS = "(abs(superCluster.eta)<2.5) && (ecalEnergy*sin(superClusterPosition.theta)>"

Definition at line 17 of file WElectronSkim_cff.py.

Definition at line 14 of file WElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002     src = cms.InputTag( 'gsfElectrons' ),
00003     cut = cms.string( ELECTRON_CUTS )    
00004 )

____ __ _____ _ _ / ___|___ / _| ____| | ___ ___| |_ _ __ ___ _ __ | | _/ __| |_| _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |_| \ _| |___| | __/ (__| |_| | | (_) | | | | |___/_| |_____|_||||_| /|_| |_|

GsfElectron ################

Definition at line 30 of file WElectronSkim_cff.py.

Initial value:
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 35 of file WElectronSkim_cff.py.

string WElectronSkim_cff::HLTPath = "HLT_Ele"

_ _ ___ ___ _ __ ___| |_ __ _ _ __ | |_ ___ / __/ _ \| '_ \/ __| __/ _` | '_ \| __/ __| | (_| (_) | | | \ || (_| | | | | |_ \ /|_| |_|___/,_|_| |_||___/

Definition at line 10 of file WElectronSkim_cff.py.

Definition at line 11 of file WElectronSkim_cff.py.

Definition at line 20 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 112 of file WElectronSkim_cff.py.

Referenced by TtSemiLRSignalSelObservables::operator()(), and TtHadLRSignalSelObservables::operator()().

Definition at line 21 of file WElectronSkim_cff.py.

Initial value:
00001 cms.EDProducer("trgMatchGsfElectronProducer",    
00002     InputProducer = cms.InputTag( 'gsfElectrons' ),                          
00003     hltTags = cms.untracked.string("HLT_Ele"),
00004     triggerEventTag = cms.untracked.InputTag("hltTriggerSummaryAOD","",HLTProcessName),
00005     triggerResultsTag = cms.untracked.InputTag("TriggerResults","",HLTProcessName)   
00006 )

_____ _ __ __ _ _ _ |_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _` |/ _` |/ _ \ '__| | |\/| |/ _` | __/ __| '_ \| | '_ \ / _` | | || | | | (_| | (_| | __/ | | | | | (_| | || (__| | | | | | | | (_| | |_||_| |_|, |, ||_| |_| |_|,_||_| |_|_|_| |_|, | |___/ |___/ |___/

Trigger ##################

Definition at line 79 of file WElectronSkim_cff.py.

Initial value:
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.05 && dr03EcalRecHitSumEt/p4.Pt < 0.06 && dr03HcalTowerSumEt/p4.Pt  < 0.03 )"
00015     " && (sigmaIetaIeta<0.03)"
00016     " && ( -0.7<deltaPhiSuperClusterTrackAtVtx<0.7 )" 
00017     " && ( -0.009<deltaEtaSuperClusterTrackAtVtx<0.009 )"
00018     " && (hadronicOverEm<0.05) "
00019     "))"
00020     )
00021 )

_____ _ _ ___ _ | ____| | ___ ___| |_ _ __ ___ _ __ |_ _|__| | | _| | |/ _ \/ __| __| '__/ _ \| '_ \ | |/ _` | | |___| | __/ (__| |_| | | (_) | | | | | | (_| | |_____|_||||_| /|_| |_| |___,_|

Electron ID ######

Definition at line 48 of file WElectronSkim_cff.py.

Definition at line 15 of file WElectronSkim_cff.py.

Definition at line 16 of file WElectronSkim_cff.py.

Initial value:
00001 PassingHLT.clone(
00002     InputProducer = cms.InputTag( "PassingWP90" )
00003     )

_____ ____ __ _ _ _ _ |_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _` |/ _` | | | | |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|,_|, | |____/ |_| |_|_| |_|_||_|/|_| |_| |___/

Definition at line 93 of file WElectronSkim_cff.py.

Initial value:
00001 HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00002     throw = cms.bool(False),
00003     HLTPaths = ["HLT_Ele*"]
00004     )

Definition at line 125 of file WElectronSkim_cff.py.