CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
ZElectronSkim_cff Namespace Reference

Variables

float ELECTRON_ET_CUT_MIN = 10.0
 
tuple goodPhotons
 

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

 
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
 

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

 
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
 

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

 

Variable Documentation

float ZElectronSkim_cff.ELECTRON_ET_CUT_MIN = 10.0

Definition at line 7 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.goodPhotons
Initial value:
1 = cms.EDFilter(
2  "PhotonSelector",
3  src = cms.InputTag( PHOTON_COLL ),
4  cut = cms.string(PHOTON_CUTS)
5  )


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

Definition at line 32 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.goodTracks
Initial value:
1 = cms.EDFilter("CandViewRefSelector",
2  filter = cms.bool(True),
3  src = cms.InputTag("allTrackCandidates"),
4  cut = cms.string('pt > '+str(PHOTON_ET_CUT_MIN))
5 )

Definition at line 46 of file ZElectronSkim_cff.py.

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

tuple ZElectronSkim_cff.GsfMatchedPhotonCands
Initial value:
1 = cms.EDProducer("ElectronMatchedCandidateProducer",
2  src = cms.InputTag("goodPhotons"),
3  ReferenceElectronCollection = cms.untracked.InputTag("goodElectrons"),
4  deltaR = cms.untracked.double(0.3)
5 )

Definition at line 64 of file ZElectronSkim_cff.py.

string ZElectronSkim_cff.HLTPath = "HLT_Ele"

Definition at line 3 of file ZElectronSkim_cff.py.

string ZElectronSkim_cff.HLTProcessName = "HLT"

Definition at line 4 of file ZElectronSkim_cff.py.

int ZElectronSkim_cff.MASS_CUT_MIN = 30

Definition at line 19 of file ZElectronSkim_cff.py.

int ZElectronSkim_cff.MASS_PHOTONTAG_CUT_MIN = 50

Definition at line 20 of file ZElectronSkim_cff.py.

int ZElectronSkim_cff.MASS_TAGTRACK_CUT_MAX = 120

Definition at line 22 of file ZElectronSkim_cff.py.

int ZElectronSkim_cff.MASS_TAGTRACK_CUT_MIN = 60

Definition at line 21 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.PassingHLT
Initial value:
1 = cms.EDProducer("trgMatchGsfElectronProducer",
2  InputProducer = cms.InputTag( 'gsfElectrons' ),
3  hltTags = cms.untracked.string("HLT_Ele"),
4  triggerEventTag = cms.untracked.InputTag("hltTriggerSummaryAOD","",HLTProcessName),
5  triggerResultsTag = cms.untracked.InputTag("TriggerResults","",HLTProcessName)
6 )


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

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.

float ZElectronSkim_cff.PHOTON_ET_CUT_MIN = 10.0

Definition at line 11 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.photon_sequence
Initial value:
1 = cms.Sequence(
2  goodPhotons
3  )

Definition at line 38 of file ZElectronSkim_cff.py.

float ZElectronSkim_cff.TAG_ELECTRON_ET_CUT_MIN = 20.0

Definition at line 8 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagGsf
Initial value:
1 = tagPhoton.clone(
2  decay = cms.string("PassingWP90 goodElectrons")
3  )

Definition at line 147 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagGsfCounter
Initial value:
1 = tagPhotonCounter.clone(
2  src = cms.InputTag("tagGsf")
3  )

Definition at line 150 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagGsfFilter = cms.Sequence(tagGsf * tagGsfCounter)

Definition at line 153 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagGsfSeq = cms.Sequence( ZEEHltFilter * (Zele_sequence) * tagGsfFilter )

Definition at line 154 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagPhoton
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("ZElecTagHLT goodPhotons"), # charge coniugate states are implied
3  checkCharge = cms.bool(False),
4  cut = cms.string("mass > " + str(MASS_PHOTONTAG_CUT_MIN))
5 )

Definition at line 125 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagPhotonCounter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("tagPhoton"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 130 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagPhotonFilter = cms.Sequence(tagPhoton * tagPhotonCounter)

Definition at line 134 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagPhotonSeq = cms.Sequence( ZEEHltFilter *(photon_sequence + Zele_sequence) * tagPhotonFilter )

Definition at line 135 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagTrack
Initial value:
1 = tagPhoton.clone(
2  decay = cms.string("ZElecTagHLT goodTracks"),
3  cut = cms.string("mass > " + str(MASS_TAGTRACK_CUT_MIN)+ ' && mass < ' + str(MASS_TAGTRACK_CUT_MAX)),
4 )

Definition at line 137 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagTrackCounter
Initial value:
1 = tagPhotonCounter.clone(
2  src = cms.InputTag("tagTrack")
3  )

Definition at line 141 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagTrackFilter = cms.Sequence(tagTrack * tagTrackCounter)

Definition at line 144 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.tagTrackSeq = cms.Sequence( ZEEHltFilter * (track_sequence + Zele_sequence) * tagTrackFilter )

Definition at line 145 of file ZElectronSkim_cff.py.

float ZElectronSkim_cff.TRACK_ET_CUT_MIN = 25.0

Definition at line 16 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.track_sequence = cms.Sequence(allTrackCandidates + goodTracks)

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.

tuple ZElectronSkim_cff.Zele_sequence
Initial value:
1 = cms.Sequence(
2  goodElectrons +
3  PassingWP90 +
4  ZElecTagHLT
5  )

Definition at line 105 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.ZElecTagHLT
Initial value:
1 = PassingHLT.clone(
2  InputProducer = cms.InputTag( "PassingWP90" )
3  )


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

Definition at line 101 of file ZElectronSkim_cff.py.