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( 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.
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(), 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.