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 |
|_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _ | |
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 |
|_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _ | |
float ZElectronSkim_cff.ELECTRON_ET_CUT_MIN = 10.0 |
Definition at line 7 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.goodPhotons |
/ ___| _ _ _ __ ___ _ __ / ___| |_ _ ___| |_ ___ _ __ ___ | | | | '_ \ / _ \ '__| | | | | | / __| __/ _ \ '__| ___) | |_| | |_) | __/ | | |___| | |_| __ \ || __/ | |____/ __,_| .__/ ___|_| ____|_|__,_|___/_____|_|
Definition at line 32 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.goodTracks |
Definition at line 46 of file ZElectronSkim_cff.py.
Referenced by reco::modules::TrackFullCloneSelectorBase< Selector >.produce(), and TrackExtrapolator.produce().
tuple ZElectronSkim_cff.GsfMatchedPhotonCands |
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 |
|_ _| __(_) __ _ __ _ ___ _ __ | \/ | __ _| |_ ___| |__ (_)_ __ __ _ | || '__| |/ _|/ _
|/ _ \ '__| | |\/| |/ _` | __/ __| '_ | | '_ \ / _` | | || | | | (_| | (_| | __/ | | | | | (_| | || (__| | | | | | | | (_| | |_||_| |_|__, |__, |___|_| |_| |_|__,_|_____|_| |_|_|_| |_|__, | |___/ |___/ |___/
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 |
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 |
Definition at line 147 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.tagGsfCounter |
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 |
Definition at line 125 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.tagPhotonCounter |
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 |
Definition at line 137 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.tagTrackCounter |
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 |
Definition at line 105 of file ZElectronSkim_cff.py.
tuple ZElectronSkim_cff.ZElecTagHLT |
|_ _|_ _ __ _ | _ \ ___ / _(_)_ __ (_) |_(_) ___ _ __ | |/ _|/ _
| | | | |/ _ \ |_| | '_ | | __| |/ _ | '_ \ | | (_| | (_| | | |_| | __/ _| | | | | | |_| | (_) | | | | |_|__,_|__, | |____/ ___|_| |_|_| |_|_|__|_|___/|_| |_| |___/
Definition at line 101 of file ZElectronSkim_cff.py.