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(
00002     leptons *
00003     cut *
00004     sel* (
00005         doubleElectronDQM +
00006         doubleElectronRelaxedDQM +
00007         doublePhotonDQM +
00008         doublePhotonRelaxedDQM +
00009         highEtDQM +
00010         veryHighEtDQM +
00011         singleElectronDQM +
00012         singleElectronLargeWindowDQM +
00013         singleElectronRelaxedDQM +
00014         singleElectronRelaxedLargeWindowDQM +
00015         singlePhotonRelaxedDQM+singlePhotonDQM)
00016     )

Definition at line 38 of file EgammaValidation_Wenu_cff.py.