CMS 3D CMS Logo

Variables

ZElectronSkim_cff Namespace Reference

Variables

float ELECTRON_ET_CUT_MIN = 10.0
tuple goodPhotons
 ____ ____ _ _ / ___| _ _ _ __ ___ _ __ / ___| |_ _ ___| |_ ___ _ __ \| | | | '_ \ / _ \ '__| | | | | | / __| __/ _ \ '__| ___) | |_| | |_) | __/ | | |___| | |_| \ || __/ | |____/ ,_| .__/ |_| |_|,_|___/|_|
tuple goodTracks
tuple GsfMatchedPhotonCands
string HLTPath = "HLT_Ele"
string HLTProcessName = "HLT"
int MASS_CUT_MIN = 30
int MASS_PHOTONTAG_CUT_MIN = 50
int MASS_TAGTRACK_CUT_MAX = 120
int MASS_TAGTRACK_CUT_MIN = 60
tuple PassingHLT
 _____ _ __ __ _ _ _ |_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _` |/ _` |/ _ \ '__| | |\/| |/ _` | __/ __| '_ \| | '_ \ / _` | | || | | | (_| | (_| | __/ | | | | | (_| | || (__| | | | | | | | (_| | |_||_| |_|, |, ||_| |_| |_|,_||_| |_|_|_| |_|, | |___/ |___/ |___/
string PHOTON_COLL = "photons"
string PHOTON_CUTS = "(abs(superCluster.eta)<2.5) && ( hadronicOverEm<0.5 || ((isEB && sigmaIetaIeta<0.02) || (isEE && sigmaIetaIeta<0.04)) ) && (superCluster.energy*sin(superCluster.position.theta)>"
float PHOTON_ET_CUT_MIN = 10.0
tuple photon_sequence
float TAG_ELECTRON_ET_CUT_MIN = 20.0
tuple tagGsf
tuple tagGsfCounter
tuple tagGsfFilter = cms.Sequence(tagGsf * tagGsfCounter)
tuple tagGsfSeq = cms.Sequence( ZEEHltFilter * (Zele_sequence) * tagGsfFilter )
tuple tagPhoton
tuple tagPhotonCounter
tuple tagPhotonFilter = cms.Sequence(tagPhoton * tagPhotonCounter)
tuple tagPhotonSeq = cms.Sequence( ZEEHltFilter *(photon_sequence + Zele_sequence) * tagPhotonFilter )
tuple tagTrack
tuple tagTrackCounter
tuple tagTrackFilter = cms.Sequence(tagTrack * tagTrackCounter)
tuple tagTrackSeq = cms.Sequence( ZEEHltFilter * (track_sequence + Zele_sequence) * tagTrackFilter )
float TRACK_ET_CUT_MIN = 25.0
tuple track_sequence = cms.Sequence(allTrackCandidates + goodTracks)
tuple ZEEHltFilter = copy.deepcopy(hltHighLevel)
tuple Zele_sequence
tuple ZElecTagHLT
 _____ ____ __ _ _ _ _ |_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _` |/ _` | | | | |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|,_|, | |____/ |_| |_|_| |_|_||_|/|_| |_| |___/

Variable Documentation

Definition at line 7 of file ZElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter(
00002     "PhotonSelector",
00003     src = cms.InputTag( PHOTON_COLL ),
00004     cut = cms.string(PHOTON_CUTS)
00005     )

____ ____ _ _ / ___| _ _ _ __ ___ _ __ / ___| |_ _ ___| |_ ___ _ __ \| | | | '_ \ / _ \ '__| | | | | | / __| __/ _ \ '__| ___) | |_| | |_) | __/ | | |___| | |_| \ || __/ | |____/ ,_| .__/ |_| |_|,_|___/|_|

Definition at line 32 of file ZElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewRefSelector",
00002     filter = cms.bool(True),
00003     src = cms.InputTag("allTrackCandidates"),
00004     cut = cms.string('pt > '+str(PHOTON_ET_CUT_MIN))
00005 )

Definition at line 46 of file ZElectronSkim_cff.py.

Referenced by TrackExtrapolator::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), and TrackFromPVSelector::produce().

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 64 of file ZElectronSkim_cff.py.

string ZElectronSkim_cff::HLTPath = "HLT_Ele"

Definition at line 3 of file ZElectronSkim_cff.py.

Definition at line 4 of file ZElectronSkim_cff.py.

Definition at line 19 of file ZElectronSkim_cff.py.

Definition at line 20 of file ZElectronSkim_cff.py.

Definition at line 22 of file ZElectronSkim_cff.py.

Definition at line 21 of file ZElectronSkim_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 87 of file ZElectronSkim_cff.py.

string ZElectronSkim_cff::PHOTON_COLL = "photons"

Definition at line 12 of file ZElectronSkim_cff.py.

string ZElectronSkim_cff::PHOTON_CUTS = "(abs(superCluster.eta)<2.5) && ( hadronicOverEm<0.5 || ((isEB && sigmaIetaIeta<0.02) || (isEE && sigmaIetaIeta<0.04)) ) && (superCluster.energy*sin(superCluster.position.theta)>"

Definition at line 13 of file ZElectronSkim_cff.py.

Definition at line 11 of file ZElectronSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002     goodPhotons
00003     )

Definition at line 38 of file ZElectronSkim_cff.py.

Definition at line 8 of file ZElectronSkim_cff.py.

Initial value:
00001 tagPhoton.clone(
00002     decay = cms.string("PassingWP90 goodElectrons")
00003     )

Definition at line 147 of file ZElectronSkim_cff.py.

Initial value:
00001 tagPhotonCounter.clone(
00002     src = cms.InputTag("tagGsf")
00003     )

Definition at line 150 of file ZElectronSkim_cff.py.

Definition at line 153 of file ZElectronSkim_cff.py.

Definition at line 154 of file ZElectronSkim_cff.py.

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002     decay = cms.string("ZElecTagHLT goodPhotons"), # charge coniugate states are implied
00003     checkCharge = cms.bool(False),                           
00004     cut   = cms.string("mass > " + str(MASS_PHOTONTAG_CUT_MIN))
00005 )

Definition at line 125 of file ZElectronSkim_cff.py.

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

Definition at line 130 of file ZElectronSkim_cff.py.

Definition at line 134 of file ZElectronSkim_cff.py.

Definition at line 135 of file ZElectronSkim_cff.py.

Initial value:
00001 tagPhoton.clone(
00002     decay = cms.string("ZElecTagHLT goodTracks"),
00003     cut   = cms.string("mass > " + str(MASS_TAGTRACK_CUT_MIN)+ ' && mass < ' + str(MASS_TAGTRACK_CUT_MAX)),
00004 )

Definition at line 137 of file ZElectronSkim_cff.py.

Initial value:
00001 tagPhotonCounter.clone(
00002     src = cms.InputTag("tagTrack")
00003     )

Definition at line 141 of file ZElectronSkim_cff.py.

Definition at line 144 of file ZElectronSkim_cff.py.

Definition at line 145 of file ZElectronSkim_cff.py.

Definition at line 16 of file ZElectronSkim_cff.py.

Definition at line 52 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff::ZEEHltFilter = copy.deepcopy(hltHighLevel)

Definition at line 121 of file ZElectronSkim_cff.py.

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

Definition at line 105 of file ZElectronSkim_cff.py.

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

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

Definition at line 101 of file ZElectronSkim_cff.py.