Variables | |
tuple | cut |
tuple | egammavalWenu |
tuple | leptons |
tuple | sel |
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.
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.
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_Wenu_cff.py.
Referenced by TtSemiLepJetCombMVATrainer::analyze(), HLTTauDQMLitePathPlotter::analyze(), BTagPerformanceAnalyzerMC::analyze(), HLTTauDQMPathPlotter::analyze(), JetTagMVATrainer::analyze(), TtSemiLepHypKinFit::buildHypo(), Rivet::MC_LES_HOUCHES_SYSTEMATICS_CMS::init(), TtSemiLepJetCombMVAComputer::produce(), SoftLepton::produce(), and HepMCValidationHelper::removeIsolatedLeptons().
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.