Variables | |
tuple | cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons")) |
tuple | electrons = cms.Sequence(rechits*hiPrimSeeds*hiElectronSequence) |
tuple | goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons")) |
tuple | goodCleanPhotonsForZEE = goodPhotonsForZEE.clone(src=cms.InputTag("cleanPhotons")) |
tuple | goodPhotons |
tuple | goodPhotonsForZEE |
tuple | hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone() |
tuple | photonCombiner |
tuple | photonFilter |
tuple | photonPairCounter |
tuple | photonSkimSequence |
tuple | primaryVertexFilterForZEE |
tuple | rechits = cms.Sequence(siPixelRecHits*siStripMatchedRecHits) |
tuple | twoPhotonFilter |
tuple | zEESkimSequence |
tuple HI_PhotonSkim_cff::cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons")) |
Definition at line 36 of file HI_PhotonSkim_cff.py.
tuple HI_PhotonSkim_cff::electrons = cms.Sequence(rechits*hiPrimSeeds*hiElectronSequence) |
Definition at line 77 of file HI_PhotonSkim_cff.py.
Referenced by TtSemiLepSignalSelMVATrainer::analyze(), HiggsToZZ4LeptonsSkimEff::analyze(), SiStripElectronAnalyzer::analyze(), HLTAnalyzer::analyze(), ResolutionCreator::analyze(), PatBasicAnalyzer::analyze(), ElectronIDAnalyzer::analyze(), PatElectronAnalyzer::analyze(), GenPurposeSkimmerData::analyze(), HLTTauDQML1Plotter::analyze(), EgammaObjects::analyzeElectrons(), pat::LeptonJetIsolationAngle::calculate(), PixelThresholdClusterizer::calibrate(), HLTTauRefProducer::doElectrons(), pat::DuplicatedElectronRemover::duplicatesToRemove(), pat::DuplicatedPhotonRemover::electronsBySeed(), pat::DuplicatedPhotonRemover::electronsBySuperCluster(), EwkElecTauHistManager::fillHistograms(), TopDiLeptonFilter::filter(), HiggsToZZ4LeptonsSkim::filter(), HiggsToWW2LeptonsSkim::filter(), pat::PATLeptonCountFilter::filter(), ElectronIdFilter::filter(), pat::PATMHTProducer::getElectrons(), CSCWireHitSim::getIonizationClusters(), HLTFiltCand::hltFilter(), HLTPMMassFilter::hltFilter(), HLTElectronPFMTFilter::hltFilter(), HLTPMDocaFilter::hltFilter(), HLTElectronMuonInvMassFilter::hltFilter(), HLTTauRefProducer::HLTTauRefProducer(), Rivet::MC_LES_HOUCHES_SYSTEMATICS_CMS::init(), pat::PATElectronProducer::produce(), TtSemiLepSignalSelMVAComputer::produce(), TtSemiEvtSolutionMaker::produce(), pat::xxxEventHypothesisProducer::produce(), TtDilepEvtSolutionMaker::produce(), TtFullLepKinSolutionProducer::produce(), GsfElectronCoreProducer::produce(), prodname::produce(), edm::GenericSelectorByValueMap< T, C >::produce(), ElectronIDExternalProducer< algo >::produce(), BoostedTopProducer::produce(), StEvtSolutionMaker::produce(), pat::DuplicatedElectronCleaner::produce(), pat::PATConversionProducer::produce(), ElectronMatchedCandidateProducer::produce(), GsfElectronCoreEcalDrivenProducer::produce(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), uniqueElectronFinder(), CSCGasCollisions::writeSummary(), and GsfElectronAlgo::EventData::~EventData().
tuple HI_PhotonSkim_cff::goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons")) |
Definition at line 31 of file HI_PhotonSkim_cff.py.
tuple HI_PhotonSkim_cff::goodCleanPhotonsForZEE = goodPhotonsForZEE.clone(src=cms.InputTag("cleanPhotons")) |
Definition at line 32 of file HI_PhotonSkim_cff.py.
00001 cms.EDFilter("PhotonSelector", 00002 src = cms.InputTag("photons"), 00003 cut = cms.string('et > 20 && hadronicOverEm < 0.1 && r9 > 0.8 && sigmaIetaIeta > 0.002') 00004 )
Definition at line 11 of file HI_PhotonSkim_cff.py.
00001 goodPhotons.clone( 00002 cut=cms.string('et > 20 && hadronicOverEm < 0.2 && r9 > 0.5 && sigmaIetaIeta > 0.002') 00003 )
Definition at line 16 of file HI_PhotonSkim_cff.py.
tuple HI_PhotonSkim_cff::hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone() |
Definition at line 5 of file HI_PhotonSkim_cff.py.
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 checkCharge = cms.bool(False), 00003 cut = cms.string('60 < mass < 120'), 00004 decay = cms.string('goodCleanPhotonsForZEE goodCleanPhotonsForZEE') 00005 )
Definition at line 62 of file HI_PhotonSkim_cff.py.
00001 cms.EDFilter("EtMinPhotonCountFilter", 00002 src = cms.InputTag("goodPhotons"), 00003 etMin = cms.double(40.0), 00004 minNumber = cms.uint32(1) 00005 )
Definition at line 21 of file HI_PhotonSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag("photonCombiner"), 00003 minNumber = cms.uint32(1) 00004 )
Definition at line 68 of file HI_PhotonSkim_cff.py.
00001 cms.Sequence(hltPhotonHI 00002 * goodPhotons 00003 * photonFilter 00004 * hiPhotonCleaningSequence 00005 * goodCleanPhotons 00006 * cleanPhotonFilter 00007 )
Definition at line 39 of file HI_PhotonSkim_cff.py.
00001 cms.EDFilter("VertexSelector", 00002 src = cms.InputTag("hiSelectedVertex"), 00003 cut = cms.string("!isFake && abs(z) <= 25 && position.Rho <= 2"), 00004 filter = cms.bool(True), # otherwise it won't filter the events 00005 )
Definition at line 48 of file HI_PhotonSkim_cff.py.
tuple HI_PhotonSkim_cff::rechits = cms.Sequence(siPixelRecHits*siStripMatchedRecHits) |
Definition at line 76 of file HI_PhotonSkim_cff.py.
Referenced by SiPixelMuonHLT::analyze(), EEOccupancyTask::analyze(), EBOccupancyTask::analyze(), QcdPhotonsDQM::analyze(), CommonHcalNoiseRBXData::CommonHcalNoiseRBXData(), PFClusterAlgo::doClustering(), EcalRawToRecHitLazyUnpacker::fill(), reco::HcalNoiseInfoProducer::filldigis(), CSCEfficiency::filter(), reco::CentralityProducer::filter(), HLTDisplacedEgammaFilter::hltFilter(), DisplayManager::lookForMaxRecHit(), RecHitCorrector::produce(), HiSpikeCleaner::produce(), PreshowerClusterShapeProducer::produce(), PreshowerClusterProducer::produce(), EcalRawToRecHitProducer::produce(), ExampleClusterProducer::produce(), and ProjectedSiStripRecHit2D::recHits().
00001 cms.EDFilter("EtMinPhotonCountFilter", 00002 src = cms.InputTag("goodPhotonsForZEE"), 00003 etMin = cms.double(20.0), 00004 minNumber = cms.uint32(2) 00005 )
Definition at line 55 of file HI_PhotonSkim_cff.py.
00001 cms.Sequence(hltPhotonHI 00002 * primaryVertexFilterForZEE 00003 * goodPhotonsForZEE 00004 * twoPhotonFilter 00005 * hiPhotonCleaningSequence 00006 * goodCleanPhotonsForZEE 00007 * photonCombiner 00008 * photonPairCounter 00009 * electrons 00010 )
Definition at line 80 of file HI_PhotonSkim_cff.py.