CMS 3D CMS Logo

Variables

EgammaValidation_Zee_cff Namespace Reference

Variables

tuple cut
tuple egammavalZee
tuple leptons
tuple sel

Variable Documentation

Initial value:
00001 cms.EDFilter("EtaPtMinCandViewSelector",
00002     src = cms.InputTag("leptons"),
00003     etaMin = cms.double(-2.5),
00004     etaMax = cms.double(2.5),
00005     ptMin = cms.double(2.0)
00006 )

Definition at line 24 of file EgammaValidation_Zee_cff.py.

Initial value:
00001 cms.Sequence(
00002 leptons*cut*sel*(doubleElectronDQM+doubleElectronRelaxedDQM+doublePhotonDQM+doublePhotonRelaxedDQM+highEtDQM+veryHighEtDQM+singleElectronDQM+singleElectronLargeWindowDQM+singleElectronRelaxedDQM+singleElectronRelaxedLargeWindowDQM+singlePhotonRelaxedDQM+singlePhotonDQM)
00003 )

Definition at line 36 of file EgammaValidation_Zee_cff.py.

Initial value:
00001 cms.EDFilter("PdgIdAndStatusCandViewSelector",
00002     status = cms.vint32(1),
00003     src = cms.InputTag("genParticles"),
00004     pdgId = cms.vint32(11)
00005 )

Definition at line 18 of file EgammaValidation_Zee_cff.py.

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

Definition at line 31 of file EgammaValidation_Zee_cff.py.