CMS 3D CMS Logo

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

Variables

tuple cut
 
tuple egammavalZee
 
tuple leptons
 
tuple sel
 

Variable Documentation

tuple EgammaValidation_Zee_cff.cut
Initial value:
1 = cms.EDFilter("EtaPtMinCandViewSelector",
2  src = cms.InputTag("leptons"),
3  etaMin = cms.double(-2.5),
4  etaMax = cms.double(2.5),
5  ptMin = cms.double(2.0)
6 )

Definition at line 24 of file EgammaValidation_Zee_cff.py.

tuple EgammaValidation_Zee_cff.egammavalZee
Initial value:
1 = cms.Sequence(
2 leptons*cut*sel*(doubleElectronDQM+doubleElectronRelaxedDQM+doublePhotonDQM+doublePhotonRelaxedDQM+highEtDQM+veryHighEtDQM+singleElectronDQM+singleElectronLargeWindowDQM+singleElectronRelaxedDQM+singleElectronRelaxedLargeWindowDQM+singlePhotonRelaxedDQM+singlePhotonDQM)
3 )

Definition at line 36 of file EgammaValidation_Zee_cff.py.

tuple EgammaValidation_Zee_cff.leptons
Initial value:
1 = cms.EDFilter("PdgIdAndStatusCandViewSelector",
2  status = cms.vint32(1),
3  src = cms.InputTag("genParticles"),
4  pdgId = cms.vint32(11)
5 )

Definition at line 18 of file EgammaValidation_Zee_cff.py.

tuple EgammaValidation_Zee_cff.sel
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("cut"),
3  minNumber = cms.uint32(2)
4 )

Definition at line 31 of file EgammaValidation_Zee_cff.py.