CMS 3D CMS Logo

Variables

EgammaValidation_Wenu_cff Namespace Reference

Variables

tuple cut
tuple egammavalWenu
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 26 of file EgammaValidation_Wenu_cff.py.

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

Definition at line 38 of file EgammaValidation_Wenu_cff.py.

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

Definition at line 33 of file EgammaValidation_Wenu_cff.py.