#include <Event.h>
Public Types | |
typedef std::vector< std::pair < WrapperOwningHolder, ConstBranchDescription const * > > | ProductPtrVec |
Public Member Functions | |
Event (EventPrincipal &ep, ModuleDescription const &md) | |
EventAuxiliary const & | eventAuxiliary () const |
EventSelectionIDVector const & | eventSelectionIDs () const |
template<typename ELEMENT > | |
void | fillView_ (BasicHandle &bh, Handle< View< ELEMENT > > &result) const |
template<typename PROD > | |
bool | get (ProductID const &oid, Handle< PROD > &result) const |
template<typename ELEMENT > | |
bool | get (ProductID const &oid, Handle< View< ELEMENT > > &result) const |
template<typename PROD > | |
bool | get (SelectorBase const &sel, Handle< PROD > &result) const |
void | getAllProvenance (std::vector< Provenance const * > &provenances) const |
template<> | |
bool | getByLabel (std::string const &label, std::string const &productInstanceName, Handle< GenericObject > &result) const |
Specialize the getByLabel method to work with a Handle<GenericObject> More... | |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const |
template<typename PROD > | |
bool | getByLabel (InputTag const &tag, Handle< PROD > &result) const |
template<typename PROD > | |
bool | getByLabel (std::string const &label, Handle< PROD > &result) const |
template<typename PROD > | |
bool | getByLabel (std::string const &label, std::string const &productInstanceName, Handle< PROD > &result) const |
template<typename ELEMENT > | |
bool | getByLabel (std::string const &label, Handle< View< ELEMENT > > &result) const |
template<typename ELEMENT > | |
bool | getByLabel (std::string const &label, std::string const &productInstanceName, Handle< View< ELEMENT > > &result) const |
template<typename ELEMENT > | |
bool | getByLabel (InputTag const &tag, Handle< View< ELEMENT > > &result) const |
template<> | |
bool | getByLabel (std::string const &label, std::string const &productInstanceName, Handle< GenericObject > &result) const |
Specialize the Event's getByLabel method to work with a Handle<GenericObject> More... | |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const |
template<typename PROD > | |
bool | getByType (Handle< PROD > &result) const |
LuminosityBlock const & | getLuminosityBlock () const |
template<typename PROD > | |
void | getMany (SelectorBase const &sel, std::vector< Handle< PROD > > &results) const |
template<typename PROD > | |
void | getManyByType (std::vector< Handle< PROD > > &results) const |
bool | getProcessParameterSet (std::string const &processName, ParameterSet &ps) const |
Provenance | getProvenance (BranchID const &theID) const |
Provenance | getProvenance (ProductID const &theID) const |
template<typename PROD > | |
RefProd< PROD > | getRefBeforePut () |
template<typename PROD > | |
RefProd< PROD > | getRefBeforePut (std::string const &productInstanceName) |
Run const & | getRun () const |
virtual ProcessHistory const & | processHistory () const |
ProcessHistoryID const & | processHistoryID () const |
template<> | |
OrphanHandle< GenericObjectOwner > | put (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName) |
template<typename PROD > | |
OrphanHandle< PROD > | put (std::auto_ptr< PROD > product) |
Put a new product. More... | |
template<typename PROD > | |
OrphanHandle< PROD > | put (std::auto_ptr< PROD > product, std::string const &productInstanceName) |
Put a new product with a 'product instance name'. More... | |
template<> | |
OrphanHandle< GenericObjectOwner > | put (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName) |
RunNumber_t | run () const |
size_t | size () const |
virtual edm::TriggerNames const & | triggerNames (edm::TriggerResults const &triggerResults) const |
virtual TriggerResultsByName | triggerResultsByName (std::string const &process) const |
virtual | ~Event () |
Public Member Functions inherited from edm::EventBase | |
int | bunchCrossing () const |
EventBase () | |
edm::EventAuxiliary::ExperimentType | experimentType () const |
template<typename T > | |
bool | getByLabel (InputTag const &, Handle< T > &) const |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const |
Specialize the getByLabel method to work with a Handle<FWGenericObject> More... | |
edm::EventID | id () const |
bool | isRealData () const |
edm::LuminosityBlockNumber_t | luminosityBlock () const |
int | orbitNumber () const |
edm::Timestamp | time () const |
virtual | ~EventBase () |
Private Types | |
typedef std::set< BranchID > | BranchIDSet |
Private Member Functions | |
void | addToGotBranchIDs (Provenance const &prov) const |
void | commit_ (std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0) |
void | commit_aux (ProductPtrVec &products, bool record_parents, std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0) |
EventPrincipal const & | eventPrincipal () const |
EventPrincipal & | eventPrincipal () |
virtual BasicHandle | getByLabelImpl (std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const |
BasicHandle | getByProductID_ (ProductID const &oid) const |
ProductID | makeProductID (ConstBranchDescription const &desc) const |
ProductPtrVec & | putProducts () |
ProductPtrVec const & | putProducts () const |
ProductPtrVec & | putProductsWithoutParents () |
ProductPtrVec const & | putProductsWithoutParents () const |
Private Attributes | |
EventAuxiliary const & | aux_ |
BranchIDSet | gotBranchIDs_ |
std::vector< boost::shared_ptr < ViewBase > > | gotViews_ |
boost::shared_ptr < LuminosityBlock const > const | luminosityBlock_ |
PrincipalGetAdapter | provRecorder_ |
ProductPtrVec | putProducts_ |
ProductPtrVec | putProductsWithoutParents_ |
Friends | |
class | ConfigurableInputSource |
class | DaqSource |
class | EDFilter |
class | EDProducer |
class | InputSource |
class | RawInputSource |
Additional Inherited Members | |
Static Protected Member Functions inherited from edm::EventBase | |
static TriggerNames const * | triggerNames_ (edm::TriggerResults const &triggerResults) |
|
private |
typedef std::vector<std::pair<WrapperOwningHolder, ConstBranchDescription const*> > edm::Event::ProductPtrVec |
Event::Event | ( | EventPrincipal & | ep, |
ModuleDescription const & | md | ||
) |
Definition at line 15 of file Event.cc.
|
virtual |
Definition at line 23 of file Event.cc.
References edm::for_all(), and putProducts_.
|
private |
Definition at line 175 of file Event.cc.
References edm::Provenance::branchID(), and gotBranchIDs_.
Referenced by fillView_(), get(), getByLabel(), getByLabelImpl(), getByType(), getMany(), and getManyByType().
|
private |
Definition at line 103 of file Event.cc.
References commit_aux(), putProducts(), and putProductsWithoutParents().
Referenced by edm::EDProducer::doEvent(), edm::EDFilter::doEvent(), and edm::ConfigurableInputSource::reallyReadEvent().
|
private |
Definition at line 109 of file Event.cc.
References eventPrincipal(), gotBranchIDs_, edm::EventPrincipal::put(), and groupFilesInBlocks::temp.
Referenced by commit_().
|
inlinevirtual |
Implements edm::EventBase.
Definition at line 56 of file Event.h.
References aux_.
Referenced by evf::EvFRecordUnpacker::analyze(), WenuPlots::analyze(), ZeePlots::analyze(), HLTAlCaMonPi0::analyze(), PrimaryVertexValidation::analyze(), SiPixelMuonHLT::analyze(), TrackerDpgAnalysis::analyze(), TopSingleLepton::MonitorEnsemble::fill(), TopHLTSingleLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), DetStatus::filter(), HSCPHLTFilter::filter(), CSCSkim::filter(), ZeeCandidateFilter::filter(), and HSCPTreeBuilder::filter().
|
private |
Definition at line 35 of file Event.cc.
References compareJSON::const, edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by commit_aux(), eventSelectionIDs(), getByProductID_(), getProvenance(), makeProductID(), and processHistoryID().
|
private |
Definition at line 30 of file Event.cc.
References edm::PrincipalGetAdapter::principal(), and provRecorder_.
EventSelectionIDVector const & Event::eventSelectionIDs | ( | ) | const |
Definition at line 50 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::eventSelectionIDs().
void Event::fillView_ | ( | BasicHandle & | bh, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 507 of file Event.h.
References addToGotBranchIDs(), edm::WrapperInterfaceBase::fillView(), gotViews_, h, edm::BasicHandle::id(), edm::BasicHandle::interface(), edm::BasicHandle::provenance(), query::result, and edm::BasicHandle::wrapper().
Referenced by get(), and getByLabel().
Definition at line 267 of file Event.h.
References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), edm::BasicHandle::failedToGet(), getByProductID_(), and edm::BasicHandle::provenance().
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), edm::MixingModule::doPileUp(), edm::detail::NamedEventSelector::fill(), edm::EdmEventItemGetter< RefType >::get(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), HLTMuonIsoFilter::hltFilter(), RecoTauJetRegionProducer::produce(), GctRawToDigi::produce(), and pat::PATTriggerEventProducer::produce().
bool Event::get | ( | ProductID const & | oid, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 280 of file Event.h.
References edm::BasicHandle::failedToGet(), fillView_(), getByProductID_(), edm::errors::ProductNotFound, query::result, and groupFilesInBlocks::temp.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
bool Event::get | ( | SelectorBase const & | sel, |
Handle< PROD > & | result | ||
) | const |
Definition at line 346 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::get(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
void Event::getAllProvenance | ( | std::vector< Provenance const * > & | provenances | ) | const |
Definition at line 70 of file Event.cc.
References edm::Principal::getAllProvenance(), edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by cms::ProducerAnalyzer::analyze(), cms::GammaJetAnalysis::analyze(), GlobalDigisHistogrammer::analyze(), GlobalRecHitsHistogrammer::analyze(), MuonSimHitsValidAnalyzer::analyze(), GlobalHitsAnalyzer::analyze(), GlobalHitsHistogrammer::analyze(), GlobalDigisAnalyzer::analyze(), GlobalRecHitsAnalyzer::analyze(), edm::EventContentAnalyzer::analyze(), FWFFMetadataManager::doUpdate(), L1GtUtils::getL1GtRecordInputTag(), EcalDeadCellTriggerPrimitiveFilter::loadEventInfoForFilter(), TrackerHitProducer::produce(), GlobalHitsProdHist::produce(), GlobalHitsProducer::produce(), GlobalDigisProducer::produce(), and GlobalRecHitsProducer::produce().
bool edm::Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< GenericObject > & | result | ||
) | const |
Specialize the getByLabel method to work with a Handle<GenericObject>
Definition at line 61 of file GenericHandle.cc.
References edm::convert_handle(), edm::BasicHandle::failedToGet(), diffTwoXMLs::label, edm::BasicHandle::provenance(), and query::result.
bool edm::Event::getByLabel | ( | edm::InputTag const & | tag, |
Handle< GenericObject > & | result | ||
) | const |
Definition at line 76 of file GenericHandle.cc.
References edm::convert_handle(), edm::BasicHandle::failedToGet(), edm::BasicHandle::provenance(), query::result, and GlobalPosition_Frontier_DevDB_cff::tag.
bool Event::getByLabel | ( | InputTag const & | tag, |
Handle< PROD > & | result | ||
) | const |
Definition at line 356 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
Referenced by pat::PATUserDataMerger< ObjectType, Operation >::add(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), edm::DataMixingGeneralTrackWorker::addGeneralTrackSignals(), edm::DataMixingHcalWorker::addHcalSignals(), edm::DataMixingHcalDigiWorker::addHcalSignals(), BetaCalculatorRPC::addInfoToCandidate(), BetaCalculatorECAL::addInfoToCandidate(), edm::DataMixingMuonWorker::addMuonSignals(), edm::HiMixingWorker< T >::addSignals(), edm::MixingWorker< T >::addSignals(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripSignals(), edm::DataMixingSiStripRawWorker::addSiStripSignals(), SiStripGainCosmicCalculator::algoAnalyze(), SiStripQualityHotStripIdentifier::algoAnalyze(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripMonitorTrack::AllClusters(), DimuonStatistics::analyze(), BjetAnalysis::analyze(), GlbMuQualityCutsAnalysis::analyze(), CSCDigiDump::analyze(), HLTTauRelvalQTester::analyze(), CSCComparatorDigiValidation::analyze(), MatchMETBenchmarkAnalyzer::analyze(), FlavorJetCorrectionExample::analyze(), PartonJetCorrectionExample::analyze(), CSCTruthTest::analyze(), CSCALCTDigiValidation::analyze(), CSCCLCTDigiValidation::analyze(), CSCStripDigiValidation::analyze(), AlphaTVarAnalyzer::analyze(), RazorVarAnalyzer::analyze(), CSCSegmentValidation::analyze(), CSCWireDigiValidation::analyze(), CandidateBenchmarkAnalyzer::analyze(), METBenchmarkAnalyzer::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), CSCAFEBAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), HLTTauDQMCaloPlotter::analyze(), ElectronIDAnalyzer::analyze(), RHStopDump::analyze(), CSCRecHit2DValidation::analyze(), PerformanceAnalyzer::analyze(), ScoutingTestAnalyzer::analyze(), HLTTauDQMTrkPlotter::analyze(), EcalStatusAnalyzer::analyze(), HcalCableMapper::analyze(), DigiAnalyzer::analyze(), HcalNZSMonitor::analyze(), evf::EvFRecordInserter::analyze(), SimpleJetDump::analyze(), PFCandidateDQMAnalyzer::analyze(), PFJetDQMAnalyzer::analyze(), PFMETDQMAnalyzer::analyze(), CSCDigiToPattern::analyze(), CSCTFAnalyzer::analyze(), evf::EvFRecordUnpacker::analyze(), DiJetVarAnalyzer::analyze(), ESIntegrityTask::analyze(), HLTTauDQMLitePathPlotter::analyze(), ESOccupancyTask::analyze(), ESPedestalTask::analyze(), ESRawDataTask::analyze(), CaloTowersExample::analyze(), HcalTrigPrimMonitor::analyze(), RawDataConverter::analyze(), PatTriggerAnalyzerPrescale::analyze(), ESFEDIntegrityTask::analyze(), HcalNoiseMonitor::analyze(), myFastSimVal::analyze(), JetToDigiDump::analyze(), EwkElecDQM::analyze(), EwkMuDQM::analyze(), EcalMatacqAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), ElectronMcSignalValidator::analyze(), GenericBenchmarkAnalyzer::analyze(), CMSDAS11DijetAnalyzer::analyze(), CMSDAS11DijetTestAnalyzer::analyze(), JetCorExample< Jet >::analyze(), JetPlotsExample< Jet >::analyze(), JetValidation::analyze(), EcalTBHodoscopeRawInfoDumper::analyze(), EcalTBTDCRawInfoDumper::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), CastorHitAnalyzer::analyze(), TopElecAnalyzer::analyze(), TopJetAnalyzer::analyze(), TopMuonAnalyzer::analyze(), TopTauAnalyzer::analyze(), HLTTauDQML1Plotter::analyze(), ESDcsInfoTask::analyze(), JetAnaPythia< Jet >::analyze(), KVFTrackUpdate::analyze(), TopGenEventAnalyzer::analyze(), PFTester::analyze(), RPCPointVsRecHit::analyze(), CastorDigiAnalyzer::analyze(), CaloTowerAnalyzer::analyze(), HiBasicGenTest::analyze(), ESTrendTask::analyze(), HCALRecHitAnalyzer::analyze(), RPCRecHitValid::analyze(), EcalDCCHeaderDisplay::analyze(), HcalCoarsePedestalMonitor::analyze(), CentralityDQM::analyze(), HcalHitAnalyzer::analyze(), SiStripFEDDumpPlugin::analyze(), ElectronGeneralAnalyzer::analyze(), ElectronAnalyzer::analyze(), EcalDigiDisplay::analyze(), PatTriggerAnalyzer::analyze(), myRawAna::analyze(), TriggerSummaryAnalyzerAOD::analyze(), TriggerSummaryAnalyzerRAW::analyze(), ElectronTagProbeAnalyzer::analyze(), CaloJetTesterUnCorr::analyze(), JPTJetTesterUnCorr::analyze(), PFJetTesterUnCorr::analyze(), SUSYDQMAnalyzer::analyze(), SiPixelDigiValid::analyze(), PrimaryVertexMonitor::analyze(), ESTimingTask::analyze(), RivetHarvesting::analyze(), HcalDigiAnalyzer::analyze(), PFJetTester::analyze(), CaloJetTester::analyze(), CaloJetTesterUnCorr_HeavyIons::analyze(), MultiTrackValidator::analyze(), HLTTauDQMPathPlotter::analyze(), EcalPnGraphs::analyze(), ggPFPhotonAnalyzer::analyze(), RecoTauMVATrainer::analyze(), HLTGetDigi::analyze(), HLTGetRaw::analyze(), SiStripMonitorFilter::analyze(), JPTJetTester::analyze(), DQMMessageLogger::analyze(), PatTriggerTagAndProbe::analyze(), AlignmentStats::analyze(), HistoAnalyzer< C >::analyze(), EwkMuLumiMonitorDQM::analyze(), TauGenJetDumper::analyze(), SiStripMonitorHLT::analyze(), EgammaBasicClusters::analyze(), SiStripDigiValid::analyze(), pat::CandidateSummaryTable::analyze(), HcalBeamMonitor::analyze(), DijetMass< Jet >::analyze(), SiStripMonitorDigi::analyze(), GctDigiToPsbText::analyze(), RawToText::analyze(), EBClusterTask::analyze(), EBCosmicTask::analyze(), EBLaserTask::analyze(), EBOccupancyTask::analyze(), EBPedestalOnlineTask::analyze(), EBPedestalTask::analyze(), EBRawDataTask::analyze(), EBStatusFlagsTask::analyze(), EEClusterTask::analyze(), EECosmicTask::analyze(), EELaserTask::analyze(), EEPedestalOnlineTask::analyze(), EEPedestalTask::analyze(), EERawDataTask::analyze(), EELedTask::analyze(), EETestPulseTask::analyze(), EEStatusFlagsTask::analyze(), MCElectronAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), TrackAnalyzer::analyze(), TtFullHadSignalSelMVATrainer::analyze(), TtSemiLepSignalSelMVATrainer::analyze(), TtSemiLepJetCombMVATrainer::analyze(), MixCollectionValidation::analyze(), EcalBarrelMonitorModule::analyze(), EBIntegrityTask::analyze(), EBTestPulseTask::analyze(), EBTrendTask::analyze(), EcalEndcapMonitorModule::analyze(), EEIntegrityTask::analyze(), EETrendTask::analyze(), SiPixelDaqInfo::analyze(), EgammaSuperClusters::analyze(), METTester::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), EBTimingTask::analyze(), HcalRecHitMonitor::analyze(), HLTAlCaMonEcalPhiSym::analyze(), HLTMonHcalIsoTrack::analyze(), BxTiming::analyze(), ObjectCounter< C >::analyze(), SiStripMonitorCluster::analyze(), dEdxAnalyzer::analyze(), DQMHcalPhiSymAlCaReco::analyze(), EBClusterTaskExtras::analyze(), TkAlCaRecoMonitor::analyze(), DQMHcalDiJetsAlCaReco::analyze(), EEClusterTaskExtras::analyze(), cms::ProducerAnalyzer::analyze(), EBSelectiveReadoutTask::analyze(), HcalDetDiagLEDMonitor::analyze(), HLTMonBitSummary::analyze(), RPCFEDIntegrity::analyze(), AlCaElectronsTest::analyze(), L1CaloInputScaleTester::analyze(), test::GlobalNumbersAnalysis::analyze(), HLTOniaSource::analyze(), L1TdeGCT::analyze(), DQMSourceEleCalib::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), CSCTFanalyzer::analyze(), DiMuonHistograms::analyze(), EfficiencyAnalyzer::analyze(), TopElectronHLTOfflineSource::analyze(), DQMLumiMonitor::analyze(), EcalDQMonitorTask::analyze(), HLTMonPhotonSource::analyze(), L1TDEMON::analyze(), PFCandidateChecker::analyze(), RecoTauPlotDiscriminator::analyze(), VertexMonitor::analyze(), HcalSimHitStudy::analyze(), SimHitsValidationHcal::analyze(), ZdcSimHitStudy::analyze(), CalibAnalyzer< Ref, Rec, Alg >::analyze(), PixelVTXMonitor::analyze(), AnalysisRootpleProducerOnlyMC::analyze(), HcalDetDiagNoiseMonitor::analyze(), RivetAnalyzer::analyze(), QcdHighPtDQM::analyze(), HLTInspect::analyze(), EcalPreshowerNoiseDistrib::analyze(), VVVValidation::analyze(), AlcaBeamMonitor::analyze(), TKStatus::analyze(), ElectronStudy::analyze(), BasicHepMCHeavyIonValidation::analyze(), SiStripLAProfileBooker::analyze(), RctDigiToRctText::analyze(), MuonRecoOneHLT::analyze(), EBHltTask::analyze(), EcalPedHists::analyze(), WenuPlots::analyze(), EgammaSimpleAnalyzer::analyze(), PreshowerAnalyzer::analyze(), EEHltTask::analyze(), EEOccupancyTask::analyze(), EETimingTask::analyze(), ElectronSeedAnalyzer::analyze(), HcalRawDataMonitor::analyze(), BPhysicsOniaDQM::analyze(), SiPixelEDAClient::analyze(), edm::InputAnalyzer::analyze(), ZeePlots::analyze(), MuonKinVsEtaAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), HcalMonitorModule::analyze(), SimplePhotonAnalyzer::analyze(), ZDCMonitorModule::analyze(), HcalDeadCellMonitor::analyze(), IsolatedParticlesGeneratedJets::analyze(), BasicHepMCValidation::analyze(), DrellYanValidation::analyze(), GctFibreAnalyzer::analyze(), miscalibExample::analyze(), BTagPerformanceAnalyzerOnData::analyze(), EcalTPGAnalyzer::analyze(), PatPhotonSimpleAnalyzer::analyze(), PhotonIDSimpleAnalyzer::analyze(), EcalABAnalyzer::analyze(), EwkDQM::analyze(), QcdPhotonsDQM::analyze(), EcalPerEvtLaserAnalyzer::analyze(), EcalTPInputAnalyzer::analyze(), edm::TestMix::analyze(), TrackSplittingMonitor::analyze(), WValidation::analyze(), TestSuite::analyze(), HcalCorrPFCalculation::analyze(), L1TDTTPG::analyze(), SiStripBaselineValidator::analyze(), BeamMonitor::analyze(), HiggsValidation::analyze(), ParticleListDrawer::analyze(), EBTriggerTowerTask::analyze(), EETriggerTowerTask::analyze(), HcalDataIntegrityTask::analyze(), EcalTrigPrimAnalyzer::analyze(), sistrip::SpyExtractRunModule::analyze(), EcalTestPulseAnalyzer::analyze(), L1Scalers::analyze(), ResolutionCreator::analyze(), HLTJetMETDQMSource::analyze(), TrackingMonitor::analyze(), BasicGenParticleValidation::analyze(), L2TauAnalyzer::analyze(), GlobalTest::analyze(), L1GctValidation::analyze(), HTMHTAnalyzer::analyze(), GctTimingAnalyzer::analyze(), HLTTauDQMOfflineSource::analyze(), DQMAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), HcalHotCellMonitor::analyze(), KVFTest::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), L1TScalersSCAL::analyze(), MBUEandQCDValidation::analyze(), HcalNoiseRates::analyze(), cms::MinBias::analyze(), HcalSimHitsValidation::analyze(), NoiseRates::analyze(), RPCPhiEff::analyze(), SiPixelHitEfficiencySource::analyze(), Mixing2DB::analyze(), TrackEfficiencyMonitor::analyze(), EcalPreshowerDigisValidation::analyze(), EcalPreshowerRecHitsValidation::analyze(), GsfElectronMCAnalyzer::analyze(), EcalSimpleTBAnalyzer::analyze(), HcalQLPlotAnal::analyze(), SiPixelTrackResidualSource::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), AnalysisRootpleProducer::analyze(), HLTAnalyzer::analyze(), LaserAlignmentT0ProducerDQM::analyze(), GlobalMuonMatchAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), L1TRate::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), EcalEndcapSimHitsValidation::analyze(), KineExample::analyze(), SiStripMonitorRawData::analyze(), EcalBarrelDigisValidation::analyze(), EcalEndcapDigisValidation::analyze(), EcalBarrelSimHitsValidation::analyze(), EcalBarrelRecHitsValidation::analyze(), EcalEndcapRecHitsValidation::analyze(), EBRecoSummary::analyze(), ESRecoSummary::analyze(), EERecoSummary::analyze(), BTagPerformanceAnalyzerMC::analyze(), L1RCTRelValAnalyzer::analyze(), myJetAna::analyze(), anlzrname::analyze(), DuplicationChecker::analyze(), EcalPreshowerSimHitsValidation::analyze(), ContainmentCorrectionAnalyzer::analyze(), ElectronConversionRejectionValidator::analyze(), DTNoiseTask::analyze(), cms::DiJetAnalyzer::analyze(), SimplePi0DiscAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), EcalLaserAnalyzer2::analyze(), SiPixelHLTSource::analyze(), MultiplicityCorrelator::analyze(), ElectronCalibration::analyze(), EcalPulseShapeGrapher::analyze(), MuTriggerAnalyzer::analyze(), HLTAlCaMonPi0::analyze(), L1TCSCTPG::analyze(), TopDiLeptonDQM::analyze(), ClusterCount::analyze(), edm::TestMixedSource::analyze(), DTTrigTest::analyze(), MuonAnalyzer::analyze(), GeneralHLTOffline::analyze(), HLTInclusiveVBFSource::analyze(), cms::GammaJetAnalysis::analyze(), EcalLaserAnalyzer::analyze(), HiggsDQM::analyze(), SiPixelDigiSource::analyze(), HLTrigReport::analyze(), SiPixelDQMRocLevelAnalyzer::analyze(), SiStripFEDCheckPlugin::analyze(), DQMSourcePi0::analyze(), EnergyScaleAnalyzer::analyze(), TPGCheck::analyze(), HitEff::analyze(), cms::Analyzer_minbias::analyze(), L1TFED::analyze(), L1TGMT::analyze(), L1TRPCTF::analyze(), L1ABCDebugger::analyze(), TrackerHitAnalyzer::analyze(), DTScalerInfoTask::analyze(), HcalZDCMonitor::analyze(), ClusterAnalyzer::analyze(), TestHits::analyze(), EcalSimHitsValidation::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), TagProbeFitTreeProducer::analyze(), MCAcceptanceAnalyzer::analyze(), FFTJetImageRecorder::analyze(), FourVectorHLT::analyze(), HLTMonSimpleBTag::analyze(), QcdUeDQM::analyze(), TestSmoothHits::analyze(), HeavyFlavorValidation::analyze(), TkConvValidator::analyze(), MuCorrMETAnalyzer::analyze(), TcMETAnalyzer::analyze(), MuonIdDQM::analyze(), DTTestPulsesTask::analyze(), EcalBxOrbitNumberGrapher::analyze(), PhotonValidator::analyze(), EESelectiveReadoutTask::analyze(), EGEnergyAnalyzer::analyze(), HcalRecHitsAnalyzer::analyze(), HLTMonElectron::analyze(), L1TGT::analyze(), APVCyclePhaseMonitor::analyze(), SiPixelRawDataErrorSource::analyze(), MultiplicityInvestigator::analyze(), LogMessageMonitor::analyze(), EcalRecHitsValidation::analyze(), PFJetBenchmarkAnalyzer::analyze(), calcTopMass::analyze(), HLTMon::analyze(), SiPixelRecHitsValid::analyze(), SiStripRecHitsValid::analyze(), L1ExtraTestAnalyzer::analyze(), TestResolution::analyze(), DTAlbertoBenvenutiTask::analyze(), BigEventsDebugger::analyze(), SiPixelRecHitSource::analyze(), SiStripSpyMonitorModule::analyze(), PFMETBenchmarkAnalyzer::analyze(), L1GtTrigReport::analyze(), HcalRecHitsValidation::analyze(), L1TdeCSCTF::analyze(), TestTrackHits::analyze(), SiStripMonitorPedestals::analyze(), EcalZmassTask::analyze(), L1RCTTestAnalyzer::analyze(), HLTHeavyIon::analyze(), EventTimeDistribution::analyze(), TriggerValidator::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), L25TauAnalyzer::analyze(), ElectronCalibrationUniv::analyze(), DTLocalTriggerBaseTask::analyze(), BTagHLTOfflineSource::analyze(), DTDigiForNoiseTask::analyze(), TopHLTDiMuonDQM::analyze(), EcalURecHitHists::analyze(), JetMETAnalyzer::analyze(), L1TCSCTF::analyze(), TauMVATrainer::analyze(), EcalDigisValidation::analyze(), DTLocalTriggerLutTask::analyze(), EcalLaserAnalyzerYousi::analyze(), CastorDumpConditions::analyze(), TreeProducerCalibSimul::analyze(), HLTMuonPlotter::analyze(), TTbar_GenLepAnalyzer::analyze(), SiStripFEDMonitorPlugin::analyze(), MuonIdVal::analyze(), FFTJetPileupAnalyzer::analyze(), DummyEvelyser::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), SiPixelClusterSource::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), TTbar_GenJetAnalyzer::analyze(), OccupancyPlotter::analyze(), SiPixelErrorEstimation::analyze(), GlobalDigisHistogrammer::analyze(), GlobalRecHitsHistogrammer::analyze(), LhcTrackAnalyzer::analyze(), MultiplicityTimeCorrelations::analyze(), HLTJetMETValidation::analyze(), TTbar_Kinematics::analyze(), TauJetCorrectorExample::analyze(), CaloMETAnalyzer::analyze(), TestCorrection::analyze(), EcalMipGraphs::analyze(), L1TRPCTPG::analyze(), TestOutliers::analyze(), AlignmentMonitorAsAnalyzer::analyze(), TauValidation::analyze(), PFMETAnalyzer::analyze(), JetMETHLTOfflineSource::analyze(), MuIsoValidation::analyze(), SiStripTrackingRecHitsValid::analyze(), MuonIsolationDQM::analyze(), EcalDisplaysByEvent::analyze(), TrackParameterAnalyzer::analyze(), DTTriggerEfficiencyTask::analyze(), ImpactParameterCalibration::analyze(), HLTOfflineReproducibility::analyze(), CollectionDumper< T >::analyze(), METAnalyzer::analyze(), GenPurposeSkimmerData::analyze(), CSCViewDigi::analyze(), SiPixelTrackingRecHitsValid::analyze(), EopTreeWriter::analyze(), HLTMuonMatchAndPlot::analyze(), L1TCompare::analyze(), TauTagValidation::analyze(), APVShotsAnalyzer::analyze(), ValidIsoTrkCalib::analyze(), HcalDigiMonitor::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), SiStripCMMonitorPlugin::analyze(), CosmicSplitterValidation::analyze(), Vx3DHLTAnalyzer::analyze(), EcalCosmicsHists::analyze(), CastorPedestalsAnalysis::analyze(), MuonAlignment::analyze(), SiStripBaselineAnalyzer::analyze(), RPCTTUMonitor::analyze(), EcalMixingModuleValidation::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), HcalTimingMonitorModule::analyze(), PrimaryVertexAnalyzer::analyze(), HiEvtPlaneFlatCalib::analyze(), L1TSync::analyze(), GlobalHitsHistogrammer::analyze(), PrimaryVertexValidation::analyze(), FourVectorHLTOnline::analyze(), DTLocalTriggerTask::analyze(), TopValidation::analyze(), L1TRCT::analyze(), CastorMonitorModule::analyze(), GctErrorAnalyzer::analyze(), PiZeroAnalyzer::analyze(), SiPixelLorentzAngle::analyze(), IsolatedGenParticles::analyze(), SiPixelMuonHLT::analyze(), V0Validator::analyze(), TrigResRateMon::analyze(), ErsatzMEt::analyze(), SiStripMonitorMuonHLT::analyze(), SiStripSpyDisplayModule::analyze(), HcalIsoTrkAnalyzer::analyze(), HcalDetDiagTimingMonitor::analyze(), IsolatedTracksCone::analyze(), HLTScalers::analyze(), FourVectorHLTriggerOffline::analyze(), RPCEfficiency::analyze(), PhotonAnalyzer::analyze(), ZToMuMuGammaAnalyzer::analyze(), CSCMonitorModule::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), MuonTrackValidator::analyze(), L1TdeRCT::analyze(), FourVectorHLTOffline::analyze(), HLTEffCalculator::analyze(), TrackerDpgAnalysis::analyze(), EcnaAnalyzer::analyze(), DijetRatio< Jet >::analyze(), L1TGCT::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), HcalDetDiagPedestalMonitor::analyze(), BeamHaloAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), TopSingleLeptonDQM::analyze(), TopHLTSingleLeptonDQM::analyze(), TopDiLeptonOfflineDQM::analyze(), TopHLTDiLeptonOfflineDQM::analyze(), edm::EventContentAnalyzer::analyze(), HcalDetDiagLaserMonitor::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), EgammaObjects::analyzeElectrons(), L1GtPackUnpackAnalyzer::analyzeGMT(), L1GtPackUnpackAnalyzer::analyzeGT(), L1GtAnalyzer::analyzeObjectMap(), EgammaObjects::analyzePhotons(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), L1GtAnalyzer::analyzeTrigger(), SegmentToTrackAssociator::associate(), SegmentsTrackAssociator::associate(), TrackAssociatorByChi2::associateRecoToSim(), MuonAssociatorByHits::associateRecoToSimIndices(), TrackAssociatorByChi2::associateSimToReco(), MuonCosmicCompatibilityFiller::backToBack2LegCosmic(), RecoTauDecayModeCutMultiplexer::beginEvent(), PFRecoTauDiscriminationByFlight::beginEvent(), RecoTauDiscriminationByGenMatch::beginEvent(), tautools::RecoTauDistanceFromTruthPlugin::beginEvent(), reco::tau::RecoTauDiscriminantCleanerPlugin::beginEvent(), reco::tau::RecoTauDiscriminantFromDiscriminator::beginEvent(), reco::tau::RecoTauTagInfoWorkaroundModifer::beginEvent(), reco::tau::RecoTauDiscriminationBinnedIsolation::beginEvent(), RecoTauDiscriminantCutMultiplexer::beginEvent(), MuPFIsoHelper::beginEvent(), CaloRecoTauDiscriminationByFlightPathSignificance::beginEvent(), TauDiscriminationAgainstMuon< TauType, TauDiscriminator >::beginEvent(), tautools::RecoTauDecayModeTruthMatchPlugin::beginEvent(), reco::tau::RecoTauEnergyRecoveryPlugin::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), RecoTauMVATransform::beginEvent(), PFTauMVADiscriminator::beginEvent(), PFRecoTauDiscriminationAgainstMuon2::beginEvent(), reco::tau::RecoTauBuilderPlugin::beginEvent(), PFRecoTauDiscriminationAgainstElectronMVA2::beginEvent(), TauDiscriminationAgainstCaloMuon< TauType, TauDiscriminator >::beginEvent(), PFRecoTauDiscriminationAgainstElectronMVA3::beginEvent(), CaloRecoTauAlgorithm::buildCaloTau(), TtFullHadHypKinFit::buildHypo(), TtFullLepHypKinSolution::buildHypo(), TtSemiLepHypHitFit::buildHypo(), TtSemiLepHypKinFit::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), TtFullLepHypGenMatch::buildHypo(), TtFullHadHypGenMatch::buildHypo(), TtFullLepHypGenMatch::buildMatchingNeutrinos(), ConversionProducer::buildSuperAndBasicClusterGeoMap(), pat::LeptonVertexSignificance::calculate(), pat::LeptonJetIsolationAngle::calculate(), PhotonIsolationCalculator::calculateEcalRecHitIso(), PhotonIsolationCalculator::calculateHcalTowerIso(), PhotonIsolationCalculator::calculateTrackIso(), FastL1GlobalAlgo::CaloTowersDump(), ChamberSegmentUtility::ChamberSegmentUtility(), MuonDetLayerMeasurements::checkCSCRecHits(), OccupancyPlotter::checkDcsInfo(), MuonDetLayerMeasurements::checkDTRecHits(), checkHLTMatch(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), OccupancyPlotter::checkLumiInfo(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), AlignmentTrackSelector::checkPrescaledHits(), MuonDetLayerMeasurements::checkRPCRecHits(), edm::MixingWorker< T >::checkSignal(), SiStripAnalyser::checkTrackerFEDs(), CutBasedElectronID::cicSelection(), ctfseeding::HitExtractorSTRP::cleanedOfClusters(), ClusterRemovalRefSetter::ClusterRemovalRefSetter(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), Digi2Raw2Digi::compare(), L1GtHwValidation::compareDaqRecord(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareEvmRecord(), METCorrectionAlgorithm::compMETCorrection(), L1BitComputer::compute(), HLTBitComputer::compute(), ShallowTree::TypedBranchConnector< T >::connect(), L1FastjetCorrector::correction(), L1OffsetCorrector::correction(), L6SLBCorrector::correction(), PFRecHitProducerHCAL::createRecHits(), PFRecHitProducerPS::createRecHits(), PFRecHitProducerHO::createRecHits(), PFRecHitProducerECAL::createRecHits(), CxCalculator::CxCalculator(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), PFTauExtractor::depositFromObject(), SelectReplacementCandidates::determineMuonsToUse(), SelectReplacementCandidates::determineMuonsToUse_old(), FFTJetProducer::determinePileupDensity(), EBClusterTaskExtras::determineTriggers(), EEClusterTaskExtras::determineTriggers(), EcalCosmicsHists::determineTriggers(), SiStripFineDelayHit::detId(), RPCTTUMonitor::discriminateGMT(), CSCOfflineMonitor::doBXMonitor(), HLTTauRefProducer::doElectrons(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), DumpGctDigis::doInternEM(), DumpGctDigis::doJets(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), Tau3MuReco::doTau3MuReco(), HLTTauRefProducer::doTowers(), dRxyCalculator::dRxyCalculator(), DTHitAssociator::DTHitAssociator(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), ZeeCalibration::duringLoop(), AlignmentProducer::duringLoop(), EcalShowerProperties::EcalShowerProperties(), EcalListOfFEDSProducer::Egamma(), ESListOfFEDSProducer::Egamma(), EcalRawToRecHitRoI::Egamma(), HITrackingRegionProducer::estimateMultiplicity(), HITrackingRegionForPrimaryVtxProducer::estimateMultiplicity(), HLTBitVariable::eval(), ExpressionVariable< Object, label >::eval(), SimpleValueVariable< TYPE >::eval(), SimpleValueVectorVariable< TYPE >::eval(), L1TauAnalyzer::evalL1Decisions(), AlignmentMonitorMuonSystemMap1D::event(), AlignmentMonitorSegmentDifferences::event(), AlignmentMonitorMuonVsCurvature::event(), AlignmentMonitorTracksFromTrajectories::event(), MuonCosmicCompatibilityFiller::eventActivity(), TCTauAlgorithm::eventSetup(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), PFElectronTranslator::fetchCandidateCollection(), pat::PATPFParticleProducer::fetchCandidateCollection(), PFPhotonTranslator::fetchCandidateCollection(), PFLinker::fetchCollection(), PFElectronTranslator::fetchGsfCollection(), PSimHitMap::fill(), DigiPileupCorrHistogramMaker::fill(), HcalSignalGenerator< HBHEDigitizerTraits >::fill(), TopSingleLepton::MonitorEnsemble::fill(), TopHLTSingleLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), SiPixelCalibDigiProducer::fill(), TauDiscriminationProducerBase< TauType, TauDiscriminator >::TauDiscInfo::fill(), TopElectronHLTOfflineSource::fill(), TrackDetectorAssociator::fillCaloTowers(), HTrackAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MuonSimHitsValidAnalyzer::fillCSC(), LaserAlignment::fillDataProfiles(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), TrackDetectorAssociator::fillEcal(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), HTrackAssociator::fillEcal(), GlobalRecHitsAnalyzer::fillECal(), GlobalRecHitsProducer::fillECal(), FastL1GlobalAlgo::FillEgammas(), TrackerHitProducer::fillG4MC(), MuonIdProducer::fillGlbQuality(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), TrackDetectorAssociator::fillHcal(), GlobalDigisAnalyzer::fillHCal(), HTrackAssociator::fillHcal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), HTrackAssociator::fillHcalTowers(), HLTMonPhotonSource::fillHistos(), HLTMonElectron::fillHistos(), HLTMon::fillHistos(), EmDQM::fillHistos(), EmDQMReco::fillHistos(), TrackDetectorAssociator::fillHO(), FastL1GlobalAlgo::FillL1Regions(), FastL1GlobalAlgo::FillL1RegionsTP(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), FastL1GlobalAlgo::FillMET(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), MuonAnalyzerSBSM::FillPlots(), DTTFFEDSim::fillRawData(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), HcalRecHitsAnalyzer::fillRecHitsTmp(), HcalRecHitsValidation::fillRecHitsTmp(), MuonSimHitsValidAnalyzer::fillRPC(), TtEvtBuilder< C >::fillSpecific(), reco::HcalNoiseInfoProducer::filltracks(), TrackerHitProducer::fillTrk(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProdHist::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), PdfSystematicsAnalyzer::filter(), BTagSkimMC::filter(), SimpleSystematicsAnalyzer::filter(), ZToMuMuSelector::filter(), DetectorStateFilter::filter(), DetStatus::filter(), ZToMuMuFilter::filter(), ptHatFilter::filter(), RecoTauDifferenceAnalyzer::filter(), CandCollectionExistFilter::filter(), myFilter::filter(), TopDecayChannelFilter< S >::filter(), JetMETDQMDCSFilter::filter(), PFFilter::filter(), PFMETFilter::filter(), cms::MTCCHLTrigger::filter(), EENoiseFilter::filter(), ClusterMultiplicityFilter::filter(), HcalTBTriggerFilter::filter(), cms::CosmicTIFTrigFilter::filter(), JetIDFailureFilter::filter(), CosmicGenFilterLowE::filter(), TrackingFailureFilter::filter(), PFJetFilter::filter(), LaserAlignmentEventFilter::filter(), cms::TrackMTCCFilter::filter(), HLTHcalMETNoiseCleaner::filter(), HSCParticleSelector::filter(), RoadSearchEventFilter::filter(), HLTRPCFilter::filter(), EcalMonitorPrescaler::filter(), WMuNuValidator::filter(), HLTRFilter::filter(), HLTRHemisphere::filter(), DTCalibMuonSelection::filter(), HLTPhysicsDeclared::filter(), NvertexFilter::filter(), pat::PATLeptonCountFilter::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), cms::BHFilter::filter(), TotalKinematicsFilter::filter(), HLTHPDFilter::filter(), BTagSkimLeptonJet::filter(), HBHENoiseFilter::filter(), HLTHcalLaserFilter::filter(), HLTHcalMETNoiseFilter::filter(), CandViewRefRandomSelector::filter(), GaussianZBeamSpotFilter::filter(), EcalTangentFilter::filter(), BxNumberFilter::filter(), PythiaFilterEMJet::filter(), L1Filter::filter(), doubleEMEnrichingFilterAlgo::filter(), EMEnrichingFilterAlgo::filter(), PythiaFilterGammaGamma::filter(), PythiaFilterZgamma::filter(), edm::ModelFilter::filter(), PythiaFilterGammaJet::filter(), ElectronIdMVAProducer::filter(), PhotonIsoProducer::filter(), WMuNuSelector::filter(), GreedyMuonPFCandidateFilter::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterZJetWithOutBg::filter(), PythiaFilterZJet::filter(), HSCPHLTFilter::filter(), BCToEFilterAlgo::filter(), HighETPhotonsFilterAlgo::filter(), JetFlavourCutFilter::filter(), JetFlavourFilter::filter(), PythiaFilterGammaJetIsoPi0::filter(), SiStripCommissioningSeedFilter::filter(), StringCutObjectEvtFilter< T >::filter(), L1DEFilter::filter(), pat::PATSingleVertexSelector::filter(), ProbeTreeProducer::filter(), InconsistentMuonPFCandidateFilter::filter(), RecoDiMuon::filter(), BdecayFilter::filter(), BsJpsiPhiFilter::filter(), LHEDYdecayFilter::filter(), EFilter::filter(), XtoFFbarFilter::filter(), SiStripCommissioningRunTypeFilter::filter(), EgammaProbeSelector::filter(), HeavyChHiggsToTauNuSkim::filter(), PFTauViewRefSelector::filter(), PythiaFilterEMJetHeep::filter(), GenLeadTrackFilter::filter(), PythiaFilterIsolatedTrack::filter(), TauHadronDecayFilter::filter(), LogErrorEventFilter::filter(), EcalLaserCorrFilter::filter(), MuonAlignmentPreFilter::filter(), HLTPrescaler::filter(), BeamSplash::filter(), ECALActivity::filter(), PhysDecl::filter(), ElectronRegressionEnergyProducer::filter(), FilterOutScraping::filter(), SelectHFMinBias::filter(), JGJFilter::filter(), ObjectPairFilter< C, S >::filter(), HLTL1NumberFilter::filter(), LogErrorFilter::filter(), HLTHcalCalibTypeFilter::filter(), MCSmartSingleParticleFilter::filter(), IsTBH4Type::filter(), RecHitEnergyFilter::filter(), ErrorSummaryFilter::filter(), MCDecayingPionKaonFilter::filter(), RecoTauPileUpVertexSelector::filter(), MCDijetResonance::filter(), EcalExclusiveTrigFilter::filter(), MCMultiParticleFilter::filter(), MCZll::filter(), TwoVBGenFilter::filter(), HighMultiplicityGenFilter::filter(), CosmicGenFilterHelix::filter(), GoodVertexFilter::filter(), LQGenFilter::filter(), CSCDigiValidator::filter(), HcalHPDFilter::filter(), fltrname::filter(), MCParticlePairFilter::filter(), MCProcessFilter::filter(), MCProcessRangeFilter::filter(), MCSingleParticleFilter::filter(), PythiaDauFilter::filter(), PythiaDauVFilter::filter(), PythiaFilter::filter(), ZgMassFilter::filter(), Zto2lFilter::filter(), HLTHighLevel::filter(), SiPixelCalibDigiFilter::filter(), SelectZmumuevents::filter(), PythiaHLTSoupFilter::filter(), TagProbeMassEDMFilter::filter(), SecondaryVertexFilter::filter(), HZZ4lFilter::filter(), BVertexFilter::filter(), EEBadScFilter::filter(), CSCOverlapsBeamSplashCut::filter(), CastorInvalidDataFilter::filter(), ElectronIdMVABased::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HerwigMaxPtPartonFilter::filter(), HFFilter::filter(), MonoPhotonSkimmer::filter(), EcalSkim::filter(), L1GtBeamModeFilter::filter(), PhotonEnrichmentFilter::filter(), EmptyEventsFilter::filter(), pat::PATJetSelector::filter(), FilterScrapingPixelProbability::filter(), HcalEmptyEventFilter::filter(), ProtonTaggerFilter::filter(), TTbar_P4Violation::filter(), HLTEcalPhiSymFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HcalCalibTypeFilter::filter(), HLTHFAsymmetryFilter::filter(), PrescalerFHN::filter(), EcalRecHitsFilter::filter(), HSCPEventFilter::filter(), SiStripDetWithSomething< T >::filter(), SimpleJetFilter::filter(), HCALHighEnergyFilter::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), UEDMultiLeptonFilter::filter(), JetVertexChecker::filter(), HiCentralityBiasFilter::filter(), HcalLaserEventFilter::filter(), HSCPFilter::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), NJetsMC::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), HcalLaserHFFilter2012::filter(), LargeEvents< T >::filter(), PythiaFilterTTBar::filter(), SiStripShotFilter::filter(), ElectronIdFilter::filter(), HSCParticleProducer::filter(), aod2patFilterZee::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), WZInterestingEventSelector::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), reco::CentralityProducer::filter(), RPCRecHitFilter::filter(), HLTEcalResonanceFilter::filter(), FlavorHistoryFilter::filter(), ZeeCandidateFilter::filter(), HSCPTreeBuilder::filter(), pat::PATSingleVertexSelector::filter_(), SiStripClusterizer::findInput(), SiStripProcessedRawDigiProducer::findInput(), ShallowDigisProducer::findInput(), AlignmentGlobalTrackSelector::findMuons(), V0Fitter::fitAll(), RPCPhiEff::fromRaw(), RunManager::generateEvent(), gen::PyquenHadronizer::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), EventWithHistoryFilter::getAPVPhase(), edm::python::ConstEventWrapper::getByLabel(), getByLabel(), L1MuGMTPSB::getCalo(), PFClusterShapeProducer::getClusterCollection(), Multi5x5SuperClusterProducer::getClusterPtrVector(), SuperClusterProducer::getClusterPtrVector(), HiSuperClusterProducer::getClusterPtrVector(), ElectronIDAlgo::getClusterShape(), Multi5x5ClusterProducer::getCollection(), IslandClusterProducer::getCollection(), EgammaHLTIslandClusterProducer::getCollection(), CosmicClusterProducer::getCollection(), EgammaHLTMulti5x5ClusterProducer::getCollection(), RawDataConverter::GetDigis(), JetMatchingTools::getEBRecHitCollection(), EcalClusterPUCleaningTools::getEBRecHits(), EcalClusterLazyTools::getEBRecHits(), JetMatchingTools::getEBSimHitCollection(), L2TauModularIsolationProducer::getECALHits(), L2TauIsolationProducer::getECALHits(), L2TauNarrowConeIsolationProducer::getECALHits(), JetMatchingTools::getEERecHitCollection(), EcalClusterPUCleaningTools::getEERecHits(), EcalClusterLazyTools::getEERecHits(), JetMatchingTools::getEESimHitCollection(), pat::PATMHTProducer::getElectrons(), EcalClusterLazyTools::getESRecHits(), ClusterSummarySingleMultiplicity::getEvent(), SingleMultiplicity< T >::getEvent(), L1TauAnalyzer::getGenObjects(), JetMatchingTools::getGenParticlesCollection(), JetMatchingTools::getHBHERecHitCollection(), L2TauModularIsolationProducer::getHCALHits(), L2TauNarrowConeIsolationProducer::getHCALHits(), JetMatchingTools::getHcalSimHitCollection(), JetMatchingTools::getHFRecHitCollection(), HoECalculator::getHoE(), JetMatchingTools::getHORecHitCollection(), PFCand_AssoMapAlgos::GetInputCollections(), PF_PU_AssoMapAlgos::GetInputCollections(), pat::PATMHTProducer::getJets(), L1TauAnalyzer::getL1extraObjects(), getL1triggerDirection(), pat::PATMHTProducer::getMuons(), CaloRecoTauTagInfoAlgorithm::getNeutralEcalBasicClusters(), HLTEgammaDoubleLegCombFilter::getP3OfLegCands(), HLTEgammaAllCombMassFilter::getP4OfLegCands(), HLTEgammaCombMassFilter::getP4OfLegCands(), L2TauModularIsolationProducer::getPFClusters(), L1TauAnalyzer::getPFTauObjects(), PFClusterShapeProducer::getRecHitCollection(), MixEvtVtxGenerator::getRecVertex(), MixBoostEvtVtxGenerator::getRecVertex(), JetMatchingTools::getSimTrackCollection(), KVFTest::getSimVertex(), KineExample::getSimVertex(), JetMatchingTools::getSimVertexCollection(), SiStripDCSStatus::getStatus(), CosmicClusterProducer::getUCollection(), RawDataConverter::GetValidLabels(), MixEvtVtxGenerator::getVertex(), MixBoostEvtVtxGenerator::getVertex(), McSelector::handleObjects(), RecoSelector::handleObjects(), PlotMakerL1::handleObjects(), PlotMakerReco::handleObjects(), LeptonRecoSkim::handleObjects(), DTTriggerEfficiencyTask::hasRPCTriggers(), Vx3DHLTAnalyzer::HitCounter(), ctfseeding::HitExtractorPIX::hits(), ctfseeding::HitExtractorSTRP::hits(), HLTEcalIsolationFilter::hltFilter(), HLTHcalNoiseFilter::hltFilter(), HLTPixelIsolTrackFilter::hltFilter(), HLTDisplacedmumuFilter::hltFilter(), HLTDisplacedmumumuFilter::hltFilter(), HLTCSCRing2or3Filter::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTSingleVertexPixelTrackFilter::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTEgammaDoubleEtDeltaPhiFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTEgammaEtFilterPairs::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaTriggerFilterObjectWrapper::hltFilter(), HLTElectronEtFilter::hltFilter(), HLTElectronGenericFilter::hltFilter(), HLTElectronOneOEMinusOneOPFilterRegional::hltFilter(), HLTElectronPixelMatchFilter::hltFilter(), HLTElectronEoverpFilterRegional::hltFilter(), HLTNVFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTEgammaGenericFilter::hltFilter(), HLTEgammaEtFilter::hltFilter(), HLTAcoFilter::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTHemiDPhiFilter::hltFilter(), HLTMuonL1RegionalFilter::hltFilter(), HLTMuonTrackMassFilter::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTPMDocaFilter::hltFilter(), HLTEgammaL1MatchFilterRegional::hltFilter(), HLTHtMhtFilter::hltFilter(), HLTEgammaDoubleEtFilter::hltFilter(), HLTEgammaDoubleEtPhiFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTForwardBackwardJetsFilter< T >::hltFilter(), HLTEgammaL1MatchFilterPairs::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTDeDxFilter::hltFilter(), HLTDoubletDZ< T1, T2 >::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTMhtFilter::hltFilter(), HLTPixlMBFilt::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTEgammaCaloIsolFilterPairs::hltFilter(), HLTMuonL1toL3TkPreFilter::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTMhtHtFilter< T >::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTFiltCand::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTSinglet< T >::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTPFEnergyFractionsFilter::hltFilter(), HLTSummaryFilter::hltFilter(), HLTCountNumberOfObject< OColl >::hltFilter(), HLTSmartSinglet< T >::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTElectronMuonInvMassFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTTrackWithHits::hltFilter(), HLTmmkFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTFEDSizeFilter::hltFilter(), HLTHcalSimpleRecHitFilter::hltFilter(), EcalSimpleUncalibRecHitFilter::hltFilter(), HLTBeamModeFilter::hltFilter(), HLTCSCActivityFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), HLTDTActivityFilter::hltFilter(), HLTCSCAcceptBusyFilter::hltFilter(), HLTElectronPFMTFilter::hltFilter(), HLTPMMassFilter::hltFilter(), HLTLevel1GTSeed::hltFilter(), HLTRPCTrigNoSyncFilter::hltFilter(), EcalMIPRecHitFilter::hltFilter(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), TrackerMuonHitExtractor::init(), tnp::ProbeVariable::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::BaseTreeFiller::init(), SiStripDCSStatus::initialise(), HLTHiggsSubAnalysis::initobjects(), CosmicSplitterValidation::is_gold_muon(), CalibrationTrackSelector::isIsolated(), AlignmentTrackSelector::isIsolated(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), EcalRawToRecHitRoI::Jet(), EcalListOfFEDSProducer::Jets(), ESListOfFEDSProducer::Jets(), L1GtUtils::l1Results(), EcalDeadCellTriggerPrimitiveFilter::loadEcalDigis(), EcalDeadCellTriggerPrimitiveFilter::loadEcalRecHits(), FFTJetProducer::loadEnergyFlow(), fftjetcms::FFTJetInterface::loadInputCollection(), EcalDeadCellDeltaRFilter::loadJets(), SiStripAPVRestorer::LoadMeanCMMap(), EcalDeadCellDeltaRFilter::loadMET(), EcalBarrelRecHitsMaker::loadPCaloHits(), EcalEndcapRecHitsMaker::loadPCaloHits(), EcalPreshowerRecHitsMaker::loadPCaloHits(), HcalRecHitsMaker::loadPCaloHits(), FFTJetProducer::loadSparseTreeData(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::loopOnTracks(), shallow::make_cluster_map(), RPCDcsInfo::makeDcsInfo(), RPCRecHitProbability::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), DQMProvInfo::makeDcsInfo(), RPCMonitorDigi::makeDcsInfo(), HSCPValidator::makeGenPlots(), DQMDcsInfo::makeGtInfo(), DQMProvInfo::makeGtInfo(), HSCPValidator::makeHLTPlots(), HSCPValidator::makeRecoPlots(), HSCPValidator::makeSimDigiPlotsECAL(), HSCPValidator::makeSimDigiPlotsRPC(), HSCPValidator::makeSimTrackPlots(), SiStripZeroSuppression::MergeCollectionsZeroSuppression(), PhotonMIPHaloTagger::MIPcalculate(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), EcalListOfFEDSProducer::Muon(), ESListOfFEDSProducer::Muon(), EcalRawToRecHitRoI::Muon(), MuonCosmicCompatibilityFiller::muonTiming(), OverlapExclusionSelector< C, T, O >::newEvent(), reco::modules::MCMatchCandRefSelector::newEvent(), pat::helper::EfficiencyLoader::newEvent(), CentralityProvider::newEvent(), ZGoldenFilter::newEvent(), pat::helper::VertexingHelper::newEvent(), MuonCosmicCompatibilityFiller::nMuons(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), EcalRawToRecHitRoI::OneCandCollection(), CandIsolatorFromDeposits::SingleDeposit::open(), PFCandIsolatorFromDeposits::SingleDeposit::open(), TrackWithVertexSelector::operator()(), TtDilepLRSignalSelObservables::operator()(), ElectronIDSelectorLikelihood::operator()(), ObjectCountEventSelector< C, S, N, CS >::operator()(), TtSemiLRJetCombObservables::operator()(), MCPdgIndexFilter::pass(), FastTimerService::postProcessEvent(), L1GtUtils::prescaleFactorSetIndex(), PlotEcalRecHits::printEcalRecHits(), PlotRecHits::printPixelRecHits(), PlotRecTracks::printRecTracks(), PlotSimTracks::printSimTracks(), tfwliteselectortest::ThingsWorker::process(), tfwliteselectortest::ThingsTSelector::process(), tselnameWorker::process(), HcalSimpleReconstructor::process(), DTTFFEDReader::process(), EBTriggerTowerTask::processDigis(), EETriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), FFTJetTreeDump::processTreeData(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), ShallowEventDataProducer::produce(), TtGenEventReco::produce(), StGenEventReco::produce(), HIBestVertexProducer::produce(), SiStripRecHitConverter::produce(), InterestingEcalDetIdProducer::produce(), PixelVertexProducerMedian::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), HLTCaloJetIDProducer::produce(), ShallowTracksProducer::produce(), HcalTTPTriggerRecord::produce(), HLTPFJetIDProducer::produce(), FixedGridRhoProducer::produce(), TrackListCombiner::produce(), ShallowRechitClustersProducer::produce(), VZeroProducer::produce(), MuonSelectorVertex::produce(), DistortedMETProducer::produce(), CSCDigiProducer::produce(), CaloRecHitCandidateProducer::produce(), ShallowTrackClustersProducer::produce(), QualityFilter::produce(), HcalTTPDigiProducer::produce(), RazorVarProducer::produce(), JetChargeProducer::produce(), MassKinFitterCandProducer::produce(), HFEMClusterProducer::produce(), CastorSimpleReconstructor::produce(), FixedGridRhoProducerFastjet::produce(), PixelVertexProducerClusters::produce(), GsfTrackRefitter::produce(), HcalTrigPrimDigiProducer::produce(), ShallowSimhitClustersProducer::produce(), DistortedPFCandProducer::produce(), MuonWithPFIsoProducer::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), HIPixelMedianVtxProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), QuarkoniaTrackSelector::produce(), ImpactParameter::produce(), ElectronSqPtTkIsolationProducer::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), HepMCCopy::produce(), SeedCombiner::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), CSCTFTrackProducer::produce(), HLTJetL1MatchProducer< T >::produce(), AlphaTVarProducer::produce(), DistortedMuonProducer::produce(), DistortedMuonProducerFromDB::produce(), DTDigiToRawModule::produce(), ParticleDecayProducer::produce(), evf::EvFFEDSelector::produce(), TtSemiLepJetCombGeom::produce(), EcalUncalibRecHitProducer::produce(), EnergyLossProducer::produce(), ElectronSeedMerger::produce(), CSCTFCandidateProducer::produce(), AnyJetToCaloJetProducer::produce(), TrackIPProducer::produce(), TopInitSubset::produce(), GenParticleDecaySelector::produce(), ESRawToDigi::produce(), EventVtxInfoNtupleDumper::produce(), EcalTBTDCRecInfoProducer::produce(), IsolatedTauJetsSelector::produce(), EcalTBHodoscopeRecInfoProducer::produce(), ShallowClustersProducer::produce(), MCTrackMatcher::produce(), EcalTBH2TDCRecInfoProducer::produce(), ESRecHitProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), TrackRefitter::produce(), CandOneToOneDeltaRMatcher::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), HLTTauProducer::produce(), JetTagProducer::produce(), PhotonIDProducer::produce(), JetExtender::produce(), FSPFProducer::produce(), PFJetToCaloProducer::produce(), CosmicMuonProducer::produce(), PFTauToJetProducer::produce(), CRackSeedGenerator::produce(), DQMTauProducer::produce(), EMIsolatedTauJetsSelector::produce(), StEvtSolutionMaker::produce(), PFConcretePFCandidateProducer::produce(), TtDilepEvtSolutionMaker::produce(), SiStripElectronSeedProducer::produce(), CandViewRefMerger::produce(), CastorFastClusterProducer::produce(), CastorFastTowerProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), CandOneToManyDeltaRMatcher::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), MuonTrackProducer::produce(), L2TauJetsMerger::produce(), L2TauPixelTrackMatch::produce(), HcalSimpleAmplitudeZS::produce(), DiJetVarProducer::produce(), UnifiedSCCollectionProducer::produce(), RawDataCollectorByLabel::produce(), FamosProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), CosmicMuonLinksProducer::produce(), CaloTowersReCreator::produce(), L1HLTJetsMatching::produce(), CleanAndMergeProducer::produce(), CSCDigiToRawModule::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), HIPixelClusterVtxProducer::produce(), JetTracksAssociatorAtVertex::produce(), cms::SubEventGenJetProducer::produce(), HBHEIsolatedNoiseReflagger::produce(), HcalCalibFEDSelector::produce(), CollectionAdder< C >::produce(), TSGFromL2Muon::produce(), GenParticlePruner::produce(), PFNuclearProducer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), TCRecoTauProducer::produce(), HLTMhtProducer::produce(), TtSemiLepJetCombMVAComputer::produce(), HLTHcalTowerNoiseCleaner::produce(), LightPFTrackProducer::produce(), PFConversionProducer::produce(), L1HLTTauMatching::produce(), EcalTBWeightUncalibRecHitProducer::produce(), UncleanSCRecoveryProducer::produce(), CaloRecHitCopy::produce(), HcalRealisticZS::produce(), EcalRecalibRecHitProducer::produce(), ISRGammaWeightProducer::produce(), GlobalCosmicMuonProducer::produce(), PFV0Producer::produce(), TrackProducerWithSCAssociation::produce(), CaloMuonProducer::produce(), UpdatedMuonInnerTrackRef::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), ISRWeightProducer::produce(), TtSemiLepSignalSelMVAComputer::produce(), HFRecoEcalCandidateProducer::produce(), BtoCharmDecayVertexMerger::produce(), PdfWeightProducer::produce(), EcalDigiSelector::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), ESDigiToRaw::produce(), DTUnpackingModule::produce(), PixelTracksProducer::produce(), ZdcSimpleReconstructor::produce(), CSCSegmentProducer::produce(), FSRWeightProducer::produce(), HectorProducer::produce(), HLTTauRefCombiner::produce(), JetTracksAssociatorAtCaloFace::produce(), TSGFromL1Muon::produce(), L2TauJetsProvider::produce(), GenTrackMatcher::produce(), ExampleClusterProducer::produce(), CSCDCCUnpacker::produce(), EgammaHLTHybridClusterProducer::produce(), CSCTFPacker::produce(), HybridClusterProducer::produce(), FastTrackMerger::produce(), L2TauPixelIsoTagProducer::produce(), CollectionFromZLegProducer::produce(), HLTHtMhtProducer::produce(), L2TauModularIsolationSelector::produce(), L2TauIsolationSelector::produce(), L2TauRelaxingIsolationSelector::produce(), ElectronIDExternalProducer< algo >::produce(), MuonLinksProducerForHLT::produce(), NtpProducer< C >::produce(), FastTSGFromL2Muon::produce(), TtFullLepKinSolutionProducer::produce(), CastorDigiProducer::produce(), IPTCorrector::produce(), PFTauViewRefMerger::produce(), CandViewRefTriggerBiasRemover::produce(), EgammaElectronTkNumIsolationProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), PFElectronTranslator::produce(), IsoTracks::produce(), TauGenJetProducer::produce(), AlignmentPrescaler::produce(), CandReducer::produce(), InvariantMass< T1, T2 >::produce(), CaloTowerCandidateCreator::produce(), EcalRecHitProducer::produce(), EcalTPSkimmer::produce(), MuonSelectionTypeValueMapProducer::produce(), ReducedESRecHitCollectionProducer::produce(), ConeIsolation::produce(), CaloTowersCreator::produce(), RecoTauPiZeroUnembedder::produce(), CosmicSeedGenerator::produce(), EgammaHLTRemoveDuplicatedSC::produce(), CaloMuonMerger::produce(), JetVetoedTracksAssociatorAtVertex::produce(), TrackInfoProducer::produce(), MuonRefProducer::produce(), ZMuMuTrackUserData::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), PreshowerClusterProducer::produce(), RecHitFilter::produce(), HcalDigiToRaw::produce(), TtSemiEvtSolutionMaker::produce(), RPCUnpackingModule::produce(), bestPVselector< T1 >::produce(), ElectronRecalibSuperClusterAssociator::produce(), RPCPointProducer::produce(), HcalHistogramRawToDigi::produce(), LHECOMWeightProducer::produce(), CastorDigiToRaw::produce(), RecoTauJetRegionProducer::produce(), cms::TauMET::produce(), MuonShowerInformationProducer::produce(), ColinsSoperVariablesComputer::produce(), ZMuMuMuonUserData::produce(), ObjectMultiplicityCounter< T >::produce(), ElectronPATIdMVAProducer::produce(), ShallowCloneProducer< C >::produce(), EgammaHLTIslandClusterProducer::produce(), RecoTauPiZeroFlattener::produce(), HcalRawToDigi::produce(), RawDataSelector::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), CSCRecHitDProducer::produce(), sistrip::DigiToRawModule::produce(), SiPixelFedFillerWordEventNumber::produce(), PFDisplacedVertexCandidateProducer::produce(), HcalTBDigiProducer::produce(), PFDisplacedVertexProducer::produce(), CosmicsMuonIdProducer::produce(), RPCDigiProducer::produce(), cms::JetVertexAssociation::produce(), CloneProducer< C >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), RPCPackingModule::produce(), OtherObjectVariableComputer< T >::produce(), GenParticleProducer::produce(), TrackFromPVSelector::produce(), CSCTFUnpacker::produce(), MuonLinksProducer::produce(), MuonFromPVSelector::produce(), DTRecSegment4DProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), CastorRawToDigi::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), GlobalTrackQualityProducer::produce(), BeamSpotOnlineProducer::produce(), ZMuMuUserData::produce(), EgammaHLTMulti5x5ClusterProducer::produce(), HcalDigitizer::produce(), PreshowerClusterShapeProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), ShiftedMETcorrInputProducer::produce(), ZMuMuUserDataOneTrack::produce(), TtHadEvtSolutionMaker::produce(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), MuonMETcorrInputProducer::produce(), PFTrackProducer::produce(), PiZeroDiscriminatorProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), CollectionCombiner< Collection >::produce(), SiPixelDigiToRaw::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), cms::MuonMETValueMapProducer::produce(), CandidateTriggerObjectProducer::produce(), PFProducer::produce(), reco::tautools::CopyProducer< Collection >::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), TopBottomClusterInfoProducer::produce(), NearbyCandCountComputer::produce(), SysShiftMETcorrInputProducer::produce(), SubdetFEDSelector::produce(), ShiftedParticleMETcorrInputProducer::produce(), HLTTauMCProducer::produce(), L1GctInternJetProducer::produce(), cms::RoadSearchTrackListCleaner::produce(), RoadSearchSeedFinder::produce(), GlobalMuonProducer::produce(), BaseEvtVtxGenerator::produce(), CaloTowerCreatorForTauHLT::produce(), Type0PFMETcorrInputProducer::produce(), EcalChannelKiller::produce(), SubsystemNeutronWriter::produce(), ParticleTowerProducer::produce(), Type1PFMET::produce(), PFMET::produce(), TrajectorySeedProducer::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), EcalDeadChannelRecoveryProducers::produce(), SiStripRegFEDSelector::produce(), MCParticleReplacer::produce(), cms::JetCorrectionProducer< T >::produce(), SiPixelRawToDigi::produce(), pat::MatcherUsingTracks::produce(), pat::PATVertexAssociationProducer::produce(), EgammaHLTR9Producer::produce(), EcalIsolatedParticleCandidateProducer::produce(), EgammaHLTClusterShapeProducer::produce(), HLTTrackClusterRemover::produce(), PFRecoTauProducer::produce(), TrackCandidateProducer::produce(), ElectronConversionRejectionVars::produce(), InputGenJetsParticleSelector::produce(), RoadSearchCloudMaker::produce(), PileupInformation::produce(), CaloRecoTauProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), SoftPFElectronTagInfoProducer::produce(), pat::DuplicatedElectronCleaner::produce(), EgammaHLTR9IDProducer::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), cms::MuonMET::produce(), PixelVertexProducer::produce(), cms::RoadSearchCloudCleaner::produce(), ZdcHitReconstructor::produce(), WMuNuProducer::produce(), Merger< InputCollection, OutputCollection, P >::produce(), TrackClusterRemover::produce(), TtFullHadHypothesis::produce(), PFRecoTauTagInfoProducer::produce(), cms::ReconstructerFP420::produce(), SiStripFineDelayHit::produce(), GsfElectronFromPVSelector::produce(), cms::RoadSearchHelixMaker::produce(), pat::L1MuonMatcher::produce(), CSCTriggerPrimitivesProducer::produce(), pat::HLTL1MuonMatcher::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), ReducedRecHitCollectionProducer::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), RoadSearchTrackCandidateMaker::produce(), EgammaSCCorrectionMaker::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), ZllArbitrator< T1 >::produce(), SiStripElectronProducer::produce(), PFTauMVAInputDiscriminantTranslator::produce(), TrackAssociatorEDProducer::produce(), TtSemiLepHypothesis::produce(), ConversionTrackMerger::produce(), CaloRecoTauTagInfoProducer::produce(), PFPileUp::produce(), TkAlCaOverlapTagger::produce(), PFBlockProducer::produce(), ShiftedPFCandidateProducerForPFMEtMVA::produce(), AlCaGammaJetProducer::produce(), PFchsMETcorrInputProducer::produce(), PFCandMETcorrInputProducer::produce(), edm::CFWriter::produce(), MatchedProbeMaker< T >::produce(), DeDxEstimatorProducer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), GenFilterEfficiencyProducer::produce(), SeedClusterRemover::produce(), TtEvtBuilder< C >::produce(), HLTCollectionProducer< T >::produce(), LaserAlignmentT0Producer::produce(), VertexFromTrackProducer::produce(), MuonCandProducerMon::produce(), EleIsoDetIdCollectionProducer::produce(), DeDxEstimatorProducerPixelTripplet::produce(), SiStripDigitizer::produce(), TagProbeMassProducer::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), AlCaEcalHcalReadoutsProducer::produce(), ZToLLEdmNtupleDumper::produce(), AlCaHcalNoiseProducer::produce(), L2MuonSeedGenerator::produce(), FastElectronSeedProducer::produce(), MixEvtVtxGenerator::produce(), SiClusterTranslator::produce(), cms::TrackerizerFP420::produce(), ECALRegFEDSelector::produce(), PhotonCoreProducer::produce(), L1RCTTPGProvider::produce(), cms::SiPixelDigitizer::produce(), pat::PATMETProducer::produce(), TrackingTruthProducer::produce(), TtFullLepHypothesis::produce(), PartonSelector::produce(), ScalersRawToDigi::produce(), HiEgammaSCCorrectionMaker::produce(), JetPlusTrackProducer::produce(), SoftPFMuonTagInfoProducer::produce(), cms::TrackListMerger::produce(), GamIsoDetIdCollectionProducer::produce(), EcalTrigPrimProducer::produce(), pat::PATConversionProducer::produce(), cms::SimpleTrackListMerger::produce(), L1GctEmulator::produce(), HcalHitReconstructor::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), DTDigitizer::produce(), HBHENoiseFilterResultProducer::produce(), cms::AlCaDiJetsProducer::produce(), L1ExtraParticleMapProd::produce(), PFCand_AssoMap::produce(), PFSimParticleProducer::produce(), cms::HitReCalibrator::produce(), ConversionSeedFilterCharge::produce(), pat::PATPhotonProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), pat::ObjectEnergyScale< T >::produce(), pat::PATCleaner< PATObjType >::produce(), RecoTracksMixer::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), SiStripElectronAssociator::produce(), MinMETProducerT< T >::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), EcalRecHitRecalib::produce(), PFClusterProducer::produce(), cms::Type1MET::produce(), HLTJetCollForElePlusJets< T >::produce(), ConvertedPhotonProducer::produce(), cms::ClusterizerFP420::produce(), L1EmulBias::produce(), NeutronHitsCollector::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), RecoTauPiZeroProducer::produce(), PATHemisphereProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), PF_PU_FirstVertexTracks::produce(), pat::PATPFParticleProducer::produce(), TauSpinnerCMS::produce(), reco::modules::CosmicTrackSelector::produce(), HcalRecHitRecalib::produce(), EcalRawToRecHitRoI::produce(), pat::PATCompositeCandidateProducer::produce(), GSFElectronsMixer::produce(), LTCRawToDigi::produce(), EgammaHLTElectronDetaDphiProducer::produce(), GctDigiToRaw::produce(), MuPFIsoEmbedder::produce(), ConversionSeedFilter::produce(), PFElecTkProducer::produce(), PF_PU_AssoMap::produce(), FromClusterSummaryMultiplicityProducer::produce(), L1ExtraParticlesProd::produce(), ConversionTrackProducer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), DeltaRNearestObjectComputer< T >::produce(), pat::PATGenericParticleProducer::produce(), HLTPrescaleRecorder::produce(), RecoTauProducer::produce(), reco::modules::MultiTrackSelector::produce(), PhotonProducer::produce(), CastorJetIDProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), TrackMCQuality::produce(), MuonTimingProducer::produce(), pat::xxxEventHypothesisProducer::produce(), pat::PATMuonProducer::produce(), ElectronSeedProducer::produce(), pat::ObjectSpatialResolution< T >::produce(), FFTJetPFPileupCleaner::produce(), pat::TauJetCorrFactorsProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), CastorCellProducer::produce(), cms::DigitizerFP420::produce(), reco::modules::AnalyticalTrackSelector::produce(), FFTJetPileupEstimator::produce(), ConversionTrackCandidateProducer::produce(), TopProjector< Top, Bottom >::produce(), InterestingDetIdCollectionProducer::produce(), MaskedRctInputDigiProducer::produce(), L1GlobalTriggerRecordProducer::produce(), PFCandidateMixer::produce(), pat::PATJetProducer::produce(), prodname::produce(), BSCTrigger::produce(), TrajectorySeedFromMuonProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), EcalRawToDigi::produce(), TtJetPartonMatch< C >::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), RPCTrigger::produce(), JetIDProducer::produce(), HcalHitSelection::produce(), GoodSeedProducer::produce(), pat::PATTauProducer::produce(), RecoTauCleanerImpl< Prod >::produce(), L1Comparator::produce(), RecHitCorrector::produce(), EcalDigiToRaw::produce(), GenHIEventProducer::produce(), MuScleFitMuonProducer::produce(), TruthTauDecayModeProducer::produce(), PFRecoTauDecayModeDeterminator::produce(), L1RCTProducer::produce(), pat::MatcherByPulls< T >::produce(), CaloTowersMerger::produce(), AlCaIsoTracksProducer::produce(), ConvBremSeedProducer::produce(), GctRawToDigi::produce(), EventShapeVarsProducer::produce(), HiSpikeCleaner::produce(), InterestingTrackEcalDetIdProducer::produce(), MuonErrorMatrixAdjuster::produce(), ZmumuPFEmbedder::produce(), HiL1Subtractor::produce(), DeDxDiscriminatorProducer::produce(), MultiplicityProducer< T >::produce(), PatJPsiProducer::produce(), pat::PATTriggerEventProducer::produce(), ConditionDumperInEdm::produce(), reco::modules::TrackMultiSelector::produce(), NuclearSeedsEDProducer::produce(), CastorClusterProducer::produce(), BetaBoostEvtVtxGenerator::produce(), CastorTowerProducer::produce(), JetCollectionForEleHT::produce(), HiEgammaIsolationProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), HiGenCleaner< T2 >::produce(), GenJetBCEnergyRatio::produce(), EcalRawToRecHitFacility::produce(), JetPlusTrackProducerAA::produce(), LHE2HepMCConverter::produce(), AlCaECALRecHitReducer::produce(), NuclearInteractionEDProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), L2TauModularIsolationProducer::produce(), L2TauIsolationProducer::produce(), PFCand_NoPU_WithAM::produce(), MixBoostEvtVtxGenerator::produce(), L1GTEvmDigiToRaw::produce(), L2TauNarrowConeIsolationProducer::produce(), PrimaryVertexProducer::produce(), SiStripMeanCMExtractor::produce(), L1GlobalTriggerEvmRawToDigi::produce(), AlignmentMuonHIPTrajectorySelector::produce(), L1GTDigiToRaw::produce(), ObjectViewCleaner< T >::produce(), pat::PATElectronProducer::produce(), HighPtTrackEcalDetIdProducer::produce(), APVCyclePhaseProducerFromL1TS::produce(), APVCyclePhaseProducerFromL1ABC::produce(), pat::PATTriggerProducer::produce(), EcalRawToRecHitProducer::produce(), L1GlobalTrigger::produce(), PFPhotonTranslator::produce(), L1GlobalTriggerRawToDigi::produce(), FlavorHistoryProducer::produce(), TrackExtrapolator::produce(), EgammaHLTNxNClusterProducer::produce(), reco::BeamHaloSummaryProducer::produce(), TrackAlgoCompareUtil::produce(), JetIdSelector< T >::produce(), sistrip::FEDEmulatorModule::produce(), ShiftedParticleProducerT< T >::produce(), TrackerToMuonPropagator::produce(), TrackClusterSplitter::produce(), ReduceHcalRecHitCollectionProducer::produce(), cms::SiPixelClusterProducer::produce(), ShallowGainCalibration::produce(), CSCOverlapsTrackPreparation::produce(), EgammaHLTGsfTrackVarProducer::produce(), pat::JetCorrFactorsProducer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), JetCrystalsAssociator::produce(), CATopJetTagger::produce(), MuonMCClassifier::produce(), ProduceIsolationMap::produce(), ConversionProducer::produce(), cms::SiPixelRecHitConverter::produce(), RPCTechnicalTrigger::produce(), cms::CosmicTrackFinder::produce(), reco::modules::TrackerTrackHitFilter::produce(), MuonSimHitProducer::produce(), FastPrimaryVertexProducer::produce(), ClusterSummaryProducer::produce(), CorrectedMETProducerT< T >::produce(), reco::modules::CosmicTrackSplitter::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), VirtualJetProducer::produce(), NuclearTrackCorrector::produce(), BoostedTopProducer::produce(), HiEvtPlaneFlatProducer::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), reco::HcalHaloDataProducer::produce(), ShiftedJetProducerT< T, Textractor >::produce(), reco::modules::JetFlavourIdentifier::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), EvtPlaneProducer::produce(), reco::CSCHaloDataProducer::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), SmearedJetProducerT< T, Textractor >::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), SiStripFineDelayHit::produceNoTracking(), ZmumuPFEmbedder::producePFCandColl(), ZmumuPFEmbedder::produceTrackColl(), FastjetJetProducer::produceTrackJets(), cms::HITrackVertexMaker::produceTracks(), MuonCosmicCompatibilityFiller::pvMatches(), BeamFitter::readEvent(), ElectronHcalHelper::readEvent(), PVFitter::readEvent(), readEventData(), pat::helper::BasicOverlapTest::readInput(), pat::helper::OverlapBySuperClusterSeed::readInput(), TauSpinnerCMS::readParticlesfromReco(), L1MuDTSectorReceiver::receiveCSCData(), L1MuGMTPSB::receiveData(), L1MuDTEtaProcessor::receiveData(), L1MuDTSectorReceiver::receiveDTBXData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), HcalDigiTester::reco(), GlobalTrackingRegionProducerFromBeamSpot::regions(), GlobalTrackingRegionWithVerticesProducer::regions(), IsolationRegionAroundL3Muon::regions(), HIMuonTrackingRegionProducer::regions(), L3MumuTrackingRegion::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), TauRegionalPixelSeedGenerator::regions(), HITRegionalPixelSeedGenerator::regions(), HITrackingRegionForPrimaryVtxProducer::regions(), CandidateSeededTrackingRegionsProducer::regions(), CutsIsolatorWithCorrection::result(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), CutBasedElectronID::robustSelection(), RPCHitAssociator::RPCHitAssociator(), KFBasedPixelFitter::run(), tnp::TagProbePairMaker::run(), EcalRecHitWorkerRecover::run(), EgammaHLTPixelMatchElectronAlgo::run(), PixelUnpackingRegions::run(), ElectronSeedGenerator::run(), L1MuDTTrackFinder::run(), SiStripElectronSeedGenerator::run(), FastElectronSeedGenerator::run(), EcalDQMonitorTask::runOnCollection(), RxCalculator::RxCalculator(), SeedFilter::seeds(), HLTLevel1GTSeed::seedsL1Extra(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), StringCutEventSelector< Object >::select(), GenJetClosestMatchSelectorDefinition::select(), pf2pat::IPCutPFCandidateSelectorDefinition::select(), CaloTauSelectorDefinition::select(), SingleEleCalibSelector::select(), AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select(), HIProtoTrackSelector::select(), PFTauSelectorDefinition::select(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), HSCPTrackSelector::select(), StringCutsEventSelector< Object, existenceMatter >::select(), SelectionStep< Object >::select(), SelectionStepHLT< Object >::select(), FourVectorHLTOffline::selectElectrons(), TcMETAnalyzer::selectHighPtJetEvent(), MuCorrMETAnalyzer::selectHighPtJetEvent(), PFMETAnalyzer::selectHighPtJetEvent(), METAnalyzer::selectHighPtJetEvent(), CaloMETAnalyzer::selectHighPtJetEvent(), TcMETAnalyzer::selectLowPtJetEvent(), MuCorrMETAnalyzer::selectLowPtJetEvent(), PFMETAnalyzer::selectLowPtJetEvent(), METAnalyzer::selectLowPtJetEvent(), CaloMETAnalyzer::selectLowPtJetEvent(), FourVectorHLTOffline::selectTaus(), DualByL2TSG::selectTSG(), SelectionStep< Object >::selectVertex(), SelectionStepHLT< Object >::selectVertex(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), TSGFromPropagation::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), reco::tau::RecoTauVertexAssociator::setEvent(), FastTSGFromPropagation::setEvent(), ConversionSeedFinder::setEvent(), TrackingMonitor::setNclus(), ParametrizedSubtractor::setupGeometryMap(), SiStripZeroSuppression::StandardZeroSuppression(), ClusterChecker::tooManyClusters(), TrackerHitAssociator::TrackerHitAssociator(), FastTSGFromIOHit::trackerSeeds(), LaserDQM::trackerStatistics(), SiStripMonitorTrack::trackStudy(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), DTTrig::triggerReco(), triggerResultsByName(), MuonIdTruthInfo::truthMatchMuon(), TxCalculator::TxCalculator(), TxyCalculator::TxyCalculator(), HIPixelTrackFilter::update(), HIProtoTrackFilter::update(), MeasurementTrackerImpl::updatePixels(), CosmicParametersDefinerForTP::vertex(), ParametersDefinerForTP::vertex(), WeightManager::weight(), and ECALRecHitAnalyzer::WriteECALRecHits().
bool Event::getByLabel | ( | std::string const & | label, |
Handle< PROD > & | result | ||
) | const |
Definition at line 366 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
bool Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< PROD > & | result | ||
) | const |
Definition at line 376 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
bool Event::getByLabel | ( | std::string const & | label, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 418 of file Event.h.
References getByLabel(), and query::result.
bool Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 424 of file Event.h.
References alignCSCRings::e, fillView_(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), edm::errors::ProductNotFound, provRecorder_, cms::Exception::raise(), query::result, and groupFilesInBlocks::temp.
bool Event::getByLabel | ( | InputTag const & | tag, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 463 of file Event.h.
References alignCSCRings::e, fillView_(), getByLabel(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), edm::InputTag::instance(), edm::InputTag::label(), edm::InputTag::process(), edm::errors::ProductNotFound, provRecorder_, cms::Exception::raise(), query::result, and groupFilesInBlocks::temp.
bool edm::Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< GenericObject > & | result | ||
) | const |
Specialize the Event's getByLabel method to work with a Handle<GenericObject>
bool edm::Event::getByLabel | ( | edm::InputTag const & | tag, |
Handle< GenericObject > & | result | ||
) | const |
|
privatevirtual |
Implements edm::EventBase.
Definition at line 190 of file Event.cc.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel_(), h, edm::BasicHandle::isValid(), edm::BasicHandle::provenance(), and provRecorder_.
|
private |
Definition at line 98 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::getByProductID().
Referenced by get().
Definition at line 398 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByType(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
Referenced by DQMHOAlCaRecoStream::analyze(), HFPreLightCal::analyze(), HFLightCal::analyze(), HFLightCalRand::analyze(), CastorDigiAnalyzerImpl::analyze(), CastorHitAnalyzerImpl::analyze(), HcalHitAnalyzerImpl::analyze(), PlaybackRawDataProvider::analyze(), RPCMon_SS_Dbx_Global::analyze(), RPCMonitorLinkSynchro::analyze(), ZdcTBAnalyzer::analyze(), HcalDigiAnalyzerImpl::analyze(), RPCMonitorRaw::analyze(), HcalTBWriter::analyze(), MonitorLTC::analyze(), HcalLedAnalyzer::analyze(), HcalDetDiagLEDMonitor::analyze(), HcalDetDiagNoiseMonitor::analyze(), ElectronSeedAnalyzer::analyze(), EcalHexDisplay::analyze(), TestSuite::analyze(), HcalCorrPFCalculation::analyze(), GlobalTest::analyze(), DQMAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), myJetAna::analyze(), L1TLTC::analyze(), TrackerHitAnalyzer::analyze(), HcalPedestalAnalyzer::analyze(), DTAlbertoBenvenutiTask::analyze(), L1TRPCTPG::analyze(), HcalPedestalsAnalysis::analyze(), HcalPedestalMCWidths::analyze(), HcalPedestalWidthsValidation::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), HcalTimingMonitorModule::analyze(), HcalDetDiagPedestalMonitor::analyze(), PrimaryVertexAnalyzer4PU::analyze(), HOCalibAnalyzer::analyze(), HcalDetDiagLaserMonitor::analyze(), TrackDetectorAssociator::fillCaloTruth(), TrackerHitProducer::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), myFilter::filter(), STFilter::filter(), HcalTBTriggerFilter::filter(), ComphepSingletopFilter::filter(), cms::LTCTriggerBitsFilter::filter(), MCLongLivedParticles::filter(), MatacqProducer::getCalibTriggerType(), MatacqProducer::getOrbitId(), CastorMonitorSelector::processEvent(), HcalMonitorSelector::processEvent(), HcalLaserReco::produce(), GsfTrackRefitter::produce(), DTDigiToRawModule::produce(), DTUnpackingModule::produce(), EcalDCCTBUnpackingModule::produce(), HcalTBObjectUnpacker::produce(), TrackingRecHitTranslator::produce(), EcalDCCTB07UnpackingModule::produce(), SiClusterTranslator::produce(), RPCMonitorSync::readRPCDAQStrips(), RunManager::resetGenParticleId(), FastTSGFromPropagation::setEvent(), DTLocalTriggerTask::triggerSource(), and MuonIdTruthInfo::truthMatchMuon().
|
inline |
Definition at line 59 of file Event.h.
References luminosityBlock_.
Referenced by EventHeader::analyze(), Vx3DHLTAnalyzer::analyze(), IsolatedTracksCone::analyze(), DigiLumiCorrHistogramMaker::fill(), HLTPrescaler::filter(), HighLumiFilter::filter(), GetLumi::getRawValue(), and getRun().
void Event::getMany | ( | SelectorBase const & | sel, |
std::vector< Handle< PROD > > & | results | ||
) | const |
Definition at line 388 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getMany(), provRecorder_, and python.entryComment::results.
Referenced by TriggerSummaryProducerAOD::fillTriggerObjectCollections(), TriggerSummaryProducerRAW::produce(), and TriggerSummaryProducerAOD::produce().
Definition at line 408 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getManyByType(), provRecorder_, and python.entryComment::results.
Referenced by HtrXmlPattern::analyze(), CaloJetTesterUnCorr::analyze(), JPTJetTesterUnCorr::analyze(), PFJetTesterUnCorr::analyze(), CaloJetTester::analyze(), CaloJetTesterUnCorr_HeavyIons::analyze(), PFJetTester::analyze(), JPTJetTester::analyze(), myJetAna::analyze(), EnergyScaleAnalyzer::analyze(), SelectReplacementCandidates::determineMuonsToUse(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), myFilter::filter(), cms::MTCCHLTrigger::filter(), Herwig6Filter::filter(), egHLT::debug::listAllProducts(), HSCPValidator::makeSimDigiPlotsRPC(), PlotRecHits::printStripRecHits(), RawDataCollectorModule::produce(), ESRecHitsMerger::produce(), EcalRecHitsMerger::produce(), EcalListOfFEDSProducer::produce(), ESListOfFEDSProducer::produce(), SimHitShifter::produce(), and SelectReplacementCandidates::ProductNotFound().
bool Event::getProcessParameterSet | ( | std::string const & | processName, |
ParameterSet & | ps | ||
) | const |
Definition at line 75 of file Event.cc.
References HDQMDatabaseProducer::config, edm::ParameterSet::empty(), edm::hlt::Exception, edm::ProcessHistory::getConfigurationForProcess(), edm::detail::ThreadSafeRegistry< KEY, T, E >::getMapped(), edm::EventBase::id(), edm::detail::ThreadSafeRegistry< KEY, T, E >::instance(), edm::errors::NotFound, edm::ProcessConfiguration::parameterSetID(), and processHistoryID().
Referenced by DQMProvInfo::analyze().
Provenance Event::getProvenance | ( | BranchID const & | theID | ) | const |
Definition at line 60 of file Event.cc.
References edm::Principal::getProvenance(), edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by ClusterAnalyzer::analyze(), HLTInfo::analyze(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), EcalSelectiveReadoutProducer::getBinOfMax(), HLTDoubletDZ< T1, T2 >::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), GlobalTrackQualityProducer::produce(), cms::TrackListMerger::produce(), cms::SimpleTrackListMerger::produce(), TopProjector< Top, Bottom >::produce(), PFCandidateMixer::produce(), and TopProjector< Top, Bottom >::ptrToAncestor().
Provenance Event::getProvenance | ( | ProductID const & | theID | ) | const |
Definition at line 65 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::getProvenance().
Returns a RefProd to a product before that product has been placed into the Event. The RefProd (and any Ref's made from it) will no work properly until after the Event has been committed (which happens after leaving the EDProducer::produce method)
Definition at line 97 of file Event.h.
Referenced by helper::CandDecayStoreManager::cloneAndStore(), pat::PATJetSelector::filter(), HLTHtMhtFilter::hltFilter(), QualityFilter::produce(), GenParticleDecaySelector::produce(), TopInitSubset::produce(), TrackIPProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), MuonTrackProducer::produce(), PFConversionProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), GenParticlePruner::produce(), PFV0Producer::produce(), FastTrackMerger::produce(), RecoTauPiZeroUnembedder::produce(), ElectronRecalibSuperClusterAssociator::produce(), GenParticleProducer::produce(), cms::TrackListMerger::produce(), cms::SimpleTrackListMerger::produce(), reco::modules::CosmicTrackSelector::produce(), pat::PATJetProducer::produce(), reco::modules::AnalyticalTrackSelector::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), AlCaIsoTracksProducer::produce(), MuonErrorMatrixAdjuster::produce(), reco::modules::TrackMultiSelector::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), NuclearTrackCorrector::produce(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), and TrackProducerWithSCAssociation::putInEvt().
RefProd< PROD > Event::getRefBeforePut | ( | std::string const & | productInstanceName | ) |
Definition at line 335 of file Event.h.
References edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), AlCaHLTBitMon_ParallelJobs::p, PROD, edm::PrincipalGetAdapter::prodGetter(), and provRecorder_.
Run const & Event::getRun | ( | ) | const |
Definition at line 45 of file Event.cc.
References getLuminosityBlock(), and edm::LuminosityBlock::getRun().
Referenced by L1GtAnalyzer::analyzeL1GtTriggerMenuLite(), MuScleFit::duringLoop(), L1GtBeamModeFilter::filter(), and L1GtUtils::getL1GtRunCache().
|
private |
Definition at line 40 of file Event.cc.
References edm::ConstBranchDescription::branchID(), edm::EventPrincipal::branchIDToProductID(), and eventPrincipal().
Referenced by getRefBeforePut(), and put().
|
virtual |
Implements edm::EventBase.
Definition at line 180 of file Event.cc.
References edm::PrincipalGetAdapter::processHistory(), and provRecorder_.
Referenced by DQMProvInfo::analyze(), EcalDeadCellTriggerPrimitiveFilter::loadEventInfoForFilter(), FWPathsPopup::postProcessEvent(), and RawDataCollectorModule::produce().
ProcessHistoryID const & Event::processHistoryID | ( | ) | const |
Definition at line 55 of file Event.cc.
References eventPrincipal(), and edm::Principal::processHistoryID().
Referenced by getProcessParameterSet().
OrphanHandle<GenericObjectOwner> edm::Event::put | ( | std::auto_ptr< GenericObjectOwner > | product, |
std::string const & | productInstanceName | ||
) |
Definition at line 84 of file GenericObjectOwner.cc.
References harvestRelVal::args, edm::ConstBranchDescription::branchID(), edm::errors::DictionaryNotFound, edm::hlt::Exception, edm::ConstBranchDescription::fullClassName(), edm::ConstBranchDescription::getInterface(), edm::errors::NullPointerError, alignCSCRings::s, and edm::wrappedClassName().
|
inline |
Put a new product.
Definition at line 85 of file Event.h.
Referenced by edm::HiMixingWorker< T >::addSignals(), FFTJetPatRecoProducer::buildDenseProduct(), FFTJetPatRecoProducer::buildSparseProduct(), Multi5x5ClusterProducer::clusterizeECALPart(), IslandClusterProducer::clusterizeECALPart(), EgammaHLTIslandClusterProducer::clusterizeECALPart(), CosmicClusterProducer::clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer::clusterizeECALPart(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), PFRecHitProducerHCAL::createRecHits(), HLTTauRefProducer::doElectrons(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), edm::MixingModule::doPileUp(), HLTTauRefProducer::doTowers(), EDMNeutronWriter::endEvent(), PFRecoTauDiscriminationAgainstElectronMVA2::endEvent(), PFRecoTauDiscriminationAgainstElectronMVA3::endEvent(), EENoiseFilter::filter(), cms::MTCCHLTrigger::filter(), JetIDFailureFilter::filter(), TrackingFailureFilter::filter(), cms::TrackMTCCFilter::filter(), HSCParticleSelector::filter(), HLTHcalMETNoiseCleaner::filter(), cms::LTCTriggerBitsFilter::filter(), HLTRHemisphere::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), MCPdgIndexFilter::filter(), CandViewRefRandomSelector::filter(), MultiEventFilter::filter(), Tau3MuSkim::filter(), GreedyMuonPFCandidateFilter::filter(), ElectronIdMVAProducer::filter(), PhotonIsoProducer::filter(), InconsistentMuonPFCandidateFilter::filter(), pat::PATSingleVertexSelector::filter(), PFTauViewRefSelector::filter(), LogErrorEventFilter::filter(), EcalLaserCorrFilter::filter(), ElectronRegressionEnergyProducer::filter(), RecoTauPileUpVertexSelector::filter(), MCZll::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), EEBadScFilter::filter(), BVertexFilter::filter(), ElectronIdMVABased::filter(), pat::PATJetSelector::filter(), ConfigurableAnalysis::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTEcalPhiSymFilter::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), JetVertexChecker::filter(), HcalLaserEventFilter::filter(), ByMultiplicityEventFilter< T >::filter(), HSCParticleProducer::filter(), ElectronIdFilter::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), aod2patFilterZee::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), reco::CentralityProducer::filter(), HLTEcalResonanceFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), FlavorHistoryFilter::filter(), EcalDeadCellDeltaRFilter::filter(), ZeeCandidateFilter::filter(), HLTMuonIsoFilter::hltFilter(), HLTHtMhtFilter::hltFilter(), HLTDeDxFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), ShallowDigisProducer::insert(), gen::Pythia6Gun::loadEvent(), EgammaHLTNxNClusterProducer::makeNxNClusters(), SiStripZeroSuppression::MergeCollectionsZeroSuppression(), HcalSimpleReconstructor::process(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), ShallowEventDataProducer::produce(), StGenEventReco::produce(), TtGenEventReco::produce(), SiStripRecHitConverter::produce(), InterestingEcalDetIdProducer::produce(), PixelVertexProducerMedian::produce(), HIBestVertexProducer::produce(), ShallowTracksProducer::produce(), DoubleProducer::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), HLTCaloJetIDProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FlatRandomPtThetaGunSource::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomEThetaGunSource::produce(), TrackListCombiner::produce(), ShallowRechitClustersProducer::produce(), VZeroProducer::produce(), HcalTTPTriggerRecord::produce(), HLTPFJetIDProducer::produce(), FixedGridRhoProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), HcalLaserReco::produce(), HcalPatternSource::produce(), ShallowTrackClustersProducer::produce(), QualityFilter::produce(), HcalTTPDigiProducer::produce(), RazorVarProducer::produce(), CSCDigiProducer::produce(), CaloRecHitCandidateProducer::produce(), MuonSelectorVertex::produce(), DistortedMETProducer::produce(), CastorSimpleReconstructor::produce(), ShallowSimhitClustersProducer::produce(), PixelVertexProducerClusters::produce(), JetChargeProducer::produce(), HcalTrigPrimDigiProducer::produce(), MassKinFitterCandProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), HFEMClusterProducer::produce(), FixedGridRhoProducerFastjet::produce(), ElectronSqPtTkIsolationProducer::produce(), CSCTFTrackProducer::produce(), QuarkoniaTrackSelector::produce(), HepMCCopy::produce(), ImpactParameter::produce(), AlphaTVarProducer::produce(), SeedCombiner::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), DistortedPFCandProducer::produce(), MuonWithPFIsoProducer::produce(), HIPixelMedianVtxProducer::produce(), HLTJetL1MatchProducer< T >::produce(), EcalUncalibRecHitProducer::produce(), DTDigiToRawModule::produce(), CSCTFCandidateProducer::produce(), evf::EvFFEDSelector::produce(), ElectronSeedMerger::produce(), GenParticleDecaySelector::produce(), ParticleDecayProducer::produce(), EnergyLossProducer::produce(), TrackIPProducer::produce(), TtSemiLepJetCombGeom::produce(), TopInitSubset::produce(), DistortedMuonProducer::produce(), DistortedMuonProducerFromDB::produce(), AnyJetToCaloJetProducer::produce(), ESRecHitProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), ESRawToDigi::produce(), IsolatedTauJetsSelector::produce(), RawDataCollectorModule::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), EcalTBHodoscopeRecInfoProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), PhotonConversionTrajectorySeedProducerFromQuadruplets::produce(), PhotonConversionTrajectorySeedProducerFromSingleLeg::produce(), MCTrackMatcher::produce(), ShallowClustersProducer::produce(), EventVtxInfoNtupleDumper::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), PFConcretePFCandidateProducer::produce(), DQMTauProducer::produce(), HLTTauProducer::produce(), EMIsolatedTauJetsSelector::produce(), PFJetToCaloProducer::produce(), PFTauToJetProducer::produce(), CandOneToOneDeltaRMatcher::produce(), CRackSeedGenerator::produce(), SeedGeneratorFromRegionHitsEDProducer::produce(), PathTimerInserter::produce(), FSPFProducer::produce(), JetTagProducer::produce(), StEvtSolutionMaker::produce(), TtDilepEvtSolutionMaker::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), EcalRecHitsMerger::produce(), ESRecHitsMerger::produce(), PhotonIDProducer::produce(), JetExtender::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), L2TauJetsMerger::produce(), L2TauPixelTrackMatch::produce(), CandOneToManyDeltaRMatcher::produce(), DiJetVarProducer::produce(), CandViewRefMerger::produce(), HcalSimpleAmplitudeZS::produce(), CastorFastClusterProducer::produce(), CastorFastTowerProducer::produce(), MuonTrackProducer::produce(), SiStripElectronSeedProducer::produce(), CaloTowersReCreator::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::ExpoRandomPtGunSource::produce(), edm::FlatRandomEGunSource::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), edm::FlatRandomPtGunSource::produce(), edm::MultiParticleInConeGunSource::produce(), edm::MultiParticleInConeGunProducer::produce(), CosmicMuonLinksProducer::produce(), RawDataCollectorByLabel::produce(), FamosProducer::produce(), UnifiedSCCollectionProducer::produce(), EcalListOfFEDSProducer::produce(), CSCDigiToRawModule::produce(), HBHEIsolatedNoiseReflagger::produce(), CollectionAdder< C >::produce(), CleanAndMergeProducer::produce(), TSGFromL2Muon::produce(), HcalCalibFEDSelector::produce(), LightPFTrackProducer::produce(), PFConversionProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), L1HLTJetsMatching::produce(), L1HLTTauMatching::produce(), TauJetSelectorForHLTTrackSeeding::produce(), GenParticlePruner::produce(), TCRecoTauProducer::produce(), RecoTauEventFlagProducer::produce(), TtSemiLepJetCombMVAComputer::produce(), edm::CosMuoGenProducer::produce(), ESListOfFEDSProducer::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), HLTHcalTowerNoiseCleaner::produce(), HIPixelClusterVtxProducer::produce(), HLTMhtProducer::produce(), JetTracksAssociatorAtVertex::produce(), cms::SubEventGenJetProducer::produce(), EcalRecalibRecHitProducer::produce(), CaloMuonProducer::produce(), HcalRealisticZS::produce(), PFV0Producer::produce(), CandIsoDepositProducer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), CaloRecHitCopy::produce(), UpdatedMuonInnerTrackRef::produce(), UncleanSCRecoveryProducer::produce(), edm::CosMuoGenSource::produce(), ISRGammaWeightProducer::produce(), TrackProducerWithSCAssociation::produce(), edm::H2RootNtplSource::produce(), ZdcSimpleReconstructor::produce(), DTUnpackingModule::produce(), CSCSegmentProducer::produce(), ESDigiToRaw::produce(), TSGFromL1Muon::produce(), L2TauJetsProvider::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), TtSemiLepSignalSelMVAComputer::produce(), PixelTracksProducer::produce(), HectorProducer::produce(), BtoCharmDecayVertexMerger::produce(), EcalDigiSelector::produce(), TtFullHadSignalSelMVAComputer::produce(), HFRecoEcalCandidateProducer::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), PdfWeightProducer::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), HLTTauRefCombiner::produce(), CSCDCCUnpacker::produce(), CSCTFPacker::produce(), MuonLinksProducerForHLT::produce(), L2TauIsolationSelector::produce(), L2TauModularIsolationSelector::produce(), L2TauPixelIsoTagProducer::produce(), L2TauRelaxingIsolationSelector::produce(), StoreSecondary::produce(), RHStopTracer::produce(), FastTrackMerger::produce(), GenTrackMatcher::produce(), HybridClusterProducer::produce(), CollectionFromZLegProducer::produce(), EgammaHLTHybridClusterProducer::produce(), ElectronIDExternalProducer< algo >::produce(), ExampleClusterProducer::produce(), HLTHtMhtProducer::produce(), NtpProducer< C >::produce(), PFElectronTranslator::produce(), PFTauViewRefMerger::produce(), CandViewRefTriggerBiasRemover::produce(), CastorDigiProducer::produce(), FastTSGFromL2Muon::produce(), TtFullLepKinSolutionProducer::produce(), IsoTracks::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), IPTCorrector::produce(), EgammaElectronTkNumIsolationProducer::produce(), edm::MCFileSource::produce(), EcalRecHitProducer::produce(), EcalTPSkimmer::produce(), TrackInfoProducer::produce(), JetVetoedTracksAssociatorAtVertex::produce(), SiStripProcessedRawDigiProducer::produce(), CaloMuonMerger::produce(), MuonSelectionTypeValueMapProducer::produce(), InvariantMass< T1, T2 >::produce(), RecoTauPiZeroUnembedder::produce(), TauGenJetProducer::produce(), CosmicSeedGenerator::produce(), OscarProducer::produce(), CandReducer::produce(), ReducedESRecHitCollectionProducer::produce(), LmfSource::produce(), ConeIsolation::produce(), EgammaHLTRemoveDuplicatedSC::produce(), AlignmentPrescaler::produce(), CaloTowerCandidateCreator::produce(), CaloTowersCreator::produce(), RPCPointProducer::produce(), TtSemiEvtSolutionMaker::produce(), cms::TauMET::produce(), MuonRefProducer::produce(), MuonShowerInformationProducer::produce(), HcalDigiToRaw::produce(), HcalHistogramRawToDigi::produce(), RecoTauJetRegionProducer::produce(), RPCUnpackingModule::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), SelectReplacementCandidates::produce(), PreshowerClusterProducer::produce(), RecHitFilter::produce(), bestPVselector< T1 >::produce(), LHECOMWeightProducer::produce(), ZMuMuTrackUserData::produce(), ElectronRecalibSuperClusterAssociator::produce(), CastorDigiToRaw::produce(), RawDataSelector::produce(), CSCRecHitDProducer::produce(), cms::JetVertexAssociation::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), CosmicsMuonIdProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), PFDisplacedVertexCandidateProducer::produce(), HcalRawToDigi::produce(), PFDisplacedVertexProducer::produce(), RecoTauPiZeroFlattener::produce(), sistrip::DigiToRawModule::produce(), ShallowCloneProducer< C >::produce(), CaloRecHitsProducer::produce(), HcalTBDigiProducer::produce(), ColinsSoperVariablesComputer::produce(), ObjectMultiplicityCounter< T >::produce(), CloneProducer< C >::produce(), RPCDigiProducer::produce(), ElectronPATIdMVAProducer::produce(), ZMuMuMuonUserData::produce(), EgammaHLTPixelMatchElectronProducers::produce(), SiPixelFedFillerWordEventNumber::produce(), EcalDetIdToBeRecoveredProducer::produce(), CSCTFUnpacker::produce(), HcalTBSource::produce(), GlobalTrackQualityProducer::produce(), MuonLinksProducer::produce(), GenParticleProducer::produce(), RPCPackingModule::produce(), BeamSpotOnlineProducer::produce(), PileUpProducer::produce(), OtherObjectVariableComputer< T >::produce(), MuonFromPVSelector::produce(), EcalSimHitsValidProducer::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), TrackFromPVSelector::produce(), CastorRawToDigi::produce(), TtHadEvtSolutionMaker::produce(), MuonMETcorrInputProducer::produce(), PFTrackProducer::produce(), edm::BeamHaloProducer::produce(), BeamSpotProducer::produce(), HcalDigitizer::produce(), IsolatedPixelTrackCandidateProducer::produce(), PreshowerClusterShapeProducer::produce(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), ShiftedMETcorrInputProducer::produce(), CandidateTriggerObjectProducer::produce(), EcalRawToRecHitByproductProducer::produce(), cms::MuonMETValueMapProducer::produce(), EcalDCCTBUnpackingModule::produce(), DTTrackFinder::produce(), CollectionCombiner< Collection >::produce(), PFProducer::produce(), reco::tautools::CopyProducer< Collection >::produce(), HcalTBObjectUnpacker::produce(), SiPixelDigiToRaw::produce(), TrackingRecHitTranslator::produce(), PiZeroDiscriminatorProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), edm::PomwigProducer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), RandomEngineStateProducer::produce(), TopBottomClusterInfoProducer::produce(), SysShiftMETcorrInputProducer::produce(), Type0PFMETcorrInputProducer::produce(), EcalDCCTB07UnpackingModule::produce(), L1GctInternJetProducer::produce(), CaloTowerCreatorForTauHLT::produce(), cms::RoadSearchTrackListCleaner::produce(), RoadSearchSeedFinder::produce(), ShiftedParticleMETcorrInputProducer::produce(), LaserAlignmentSource::produce(), SubdetFEDSelector::produce(), NearbyCandCountComputer::produce(), HLTTauMCProducer::produce(), BaseEvtVtxGenerator::produce(), EcalDeadChannelRecoveryProducers::produce(), DTTFFEDSim::produce(), cms::JetCorrectionProducer< T >::produce(), pat::MatcherUsingTracks::produce(), EcalChannelKiller::produce(), SiPixelRawToDigi::produce(), Type1PFMET::produce(), TrajectorySeedProducer::produce(), PFMET::produce(), MCParticleReplacer::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), SiStripRegFEDSelector::produce(), ParticleTowerProducer::produce(), pat::PATVertexAssociationProducer::produce(), HLTTrackClusterRemover::produce(), TrackCandidateProducer::produce(), PFLinker::produce(), CaloRecoTauProducer::produce(), PFRecoTauProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), RoadSearchCloudMaker::produce(), HcalForwardLibWriter::produce(), ElectronConversionRejectionVars::produce(), edm::BeamHaloSource::produce(), EgammaHLTClusterShapeProducer::produce(), EgammaHLTR9Producer::produce(), TriggerSummaryProducerRAW::produce(), InputGenJetsParticleSelector::produce(), Merger< InputCollection, OutputCollection, P >::produce(), ZdcHitReconstructor::produce(), TrackClusterRemover::produce(), EgammaHLTR9IDProducer::produce(), GsfElectronFromPVSelector::produce(), PixelVertexProducer::produce(), cms::ReconstructerFP420::produce(), pat::L1MuonMatcher::produce(), pat::DuplicatedElectronCleaner::produce(), cms::RoadSearchCloudCleaner::produce(), cms::RoadSearchHelixMaker::produce(), PFRecoTauTagInfoProducer::produce(), SiStripFineDelayHit::produce(), SoftPFElectronTagInfoProducer::produce(), cms::MuonMET::produce(), TtFullHadHypothesis::produce(), EgammaHLTEcalRecIsolationProducer::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), WMuNuProducer::produce(), DTTFFEDReader::produce(), CSCTriggerPrimitivesProducer::produce(), GtPsbTextToDigi::produce(), pat::HLTL1MuonMatcher::produce(), PFTauMVAInputDiscriminantTranslator::produce(), RoadSearchTrackCandidateMaker::produce(), ReducedRecHitCollectionProducer::produce(), EgammaSCCorrectionMaker::produce(), SiStripElectronProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), edm::TriggerResultInserter::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), TrackAssociatorEDProducer::produce(), ZllArbitrator< T1 >::produce(), AlCaGammaJetProducer::produce(), PFchsMETcorrInputProducer::produce(), PFRecHitProducer::produce(), PFBlockProducer::produce(), PFClusterShapeProducer::produce(), TrackingMaterialProducer::produce(), CaloRecoTauTagInfoProducer::produce(), PFPileUp::produce(), MatchedProbeMaker< T >::produce(), EmptyHepMCProducer::produce(), ShiftedPFCandidateProducerForPFMEtMVA::produce(), PFCandMETcorrInputProducer::produce(), edm::CFWriter::produce(), TtSemiLepHypothesis::produce(), SimG4HcalValidation::produce(), TkAlCaOverlapTagger::produce(), ConversionTrackMerger::produce(), TtEvtBuilder< C >::produce(), MuonCandProducerMon::produce(), LaserAlignmentT0Producer::produce(), DeDxEstimatorProducerPixelTripplet::produce(), VertexFromTrackProducer::produce(), DeDxEstimatorProducer::produce(), TagProbeMassProducer::produce(), SiStripDigitizer::produce(), SeedClusterRemover::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), HLTCollectionProducer< T >::produce(), EleIsoDetIdCollectionProducer::produce(), AlCaEcalHcalReadoutsProducer::produce(), AlCaHcalNoiseProducer::produce(), L1RCTTPGProvider::produce(), cms::TrackerizerFP420::produce(), ZToLLEdmNtupleDumper::produce(), edm::LogErrorHarvester::produce(), ECALRegFEDSelector::produce(), FastElectronSeedProducer::produce(), L2MuonSeedGenerator::produce(), cms::SiPixelDigitizer::produce(), SiClusterTranslator::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), MixEvtVtxGenerator::produce(), PhotonCoreProducer::produce(), DTTrigProd::produce(), TtFullLepHypothesis::produce(), ScalersRawToDigi::produce(), pat::PATMETProducer::produce(), cms::TrackListMerger::produce(), EcalTrigPrimProducer::produce(), SoftPFMuonTagInfoProducer::produce(), PartonSelector::produce(), GamIsoDetIdCollectionProducer::produce(), HiEgammaSCCorrectionMaker::produce(), JetPlusTrackProducer::produce(), cms::HitReCalibrator::produce(), HcalHitReconstructor::produce(), PFSimParticleProducer::produce(), simwatcher::BeginOfTrackCounter::produce(), pat::PATPhotonProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), ConversionSeedFilterCharge::produce(), cms::SimpleTrackListMerger::produce(), pat::PATConversionProducer::produce(), FastL1CaloSim::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), HBHENoiseFilterResultProducer::produce(), L1ExtraParticleMapProd::produce(), cms::AlCaDiJetsProducer::produce(), L1GctEmulator::produce(), DTDigitizer::produce(), PFCand_AssoMap::produce(), MinMETProducerT< T >::produce(), EcalFEtoDigi::produce(), pat::PATCleaner< PATObjType >::produce(), RctTextToRctDigi::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), pat::ObjectEnergyScale< T >::produce(), NTuplingDevice::produce(), SimpleCosmicBONSeeder::produce(), RecoTracksMixer::produce(), SiStripElectronAssociator::produce(), EcalRecHitRecalib::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), RecoTauPiZeroProducer::produce(), NeutronHitsCollector::produce(), L1EmulBias::produce(), PFClusterProducer::produce(), cms::ClusterizerFP420::produce(), cms::Type1MET::produce(), ConvertedPhotonProducer::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), HLTJetCollForElePlusJets< T >::produce(), PATHemisphereProducer::produce(), reco::modules::CosmicTrackSelector::produce(), HcalRecHitRecalib::produce(), cms::MuonTCMETValueMapProducer::produce(), EcalRawToRecHitRoI::produce(), TextToRaw::produce(), EventWithHistoryProducer::produce(), pat::PATPFParticleProducer::produce(), TauSpinnerCMS::produce(), TriggerSummaryProducerAOD::produce(), pat::PATCompositeCandidateProducer::produce(), PF_PU_FirstVertexTracks::produce(), MuPFIsoEmbedder::produce(), GctDigiToRaw::produce(), PFElecTkProducer::produce(), ConversionSeedFilter::produce(), FromClusterSummaryMultiplicityProducer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), DeltaRNearestObjectComputer< T >::produce(), GSFElectronsMixer::produce(), ConversionTrackProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), CentralityBinProducer::produce(), L1ExtraParticlesProd::produce(), PF_PU_AssoMap::produce(), LTCRawToDigi::produce(), HLTPrescaleRecorder::produce(), reco::modules::MultiTrackSelector::produce(), pat::PATGenericParticleProducer::produce(), TotemTestGem::produce(), RecoTauProducer::produce(), SourceCardTextToRctDigi::produce(), PhotonProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), CastorJetIDProducer::produce(), Timer::produce(), MuonTimingProducer::produce(), pat::xxxEventHypothesisProducer::produce(), pat::PATMuonProducer::produce(), L1DummyProducer::produce(), pat::ObjectSpatialResolution< T >::produce(), pat::TauJetCorrFactorsProducer::produce(), ErrorStreamSource::produce(), V0Producer::produce(), EventWithHistoryProducerFromL1ABC::produce(), ElectronSeedProducer::produce(), TrackMCQuality::produce(), FFTJetPFPileupCleaner::produce(), CastorCellProducer::produce(), pat::PATJetProducer::produce(), MaskedRctInputDigiProducer::produce(), reco::modules::AnalyticalTrackSelector::produce(), cms::DigitizerFP420::produce(), BSCTrigger::produce(), ConversionTrackCandidateProducer::produce(), FFTJetPileupEstimator::produce(), L1GlobalTriggerRecordProducer::produce(), CtfSpecialSeedGenerator::produce(), HcalTB02Analysis::produce(), prodname::produce(), TopProjector< Top, Bottom >::produce(), PFCandidateMixer::produce(), InterestingDetIdCollectionProducer::produce(), ConfigurableAPVCyclePhaseProducer::produce(), reco::HcalNoiseInfoProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), EcalFEDWithCRCErrorProducer::produce(), TrajectorySeedFromMuonProducer::produce(), TtJetPartonMatch< C >::produce(), EcalRawToDigi::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), L1MuGMTHWFileReader::produce(), HcalHitSelection::produce(), JetIDProducer::produce(), RPCTrigger::produce(), RecoTauCleanerImpl< Prod >::produce(), GoodSeedProducer::produce(), pat::PATTauProducer::produce(), L1Comparator::produce(), PFRecoTauDecayModeDeterminator::produce(), MuScleFitMuonProducer::produce(), EcalDigiToRaw::produce(), RecHitCorrector::produce(), TruthTauDecayModeProducer::produce(), HcalTB06Analysis::produce(), pat::MatcherByPulls< T >::produce(), GenHIEventProducer::produce(), CaloTowersMerger::produce(), ConvBremSeedProducer::produce(), AlCaIsoTracksProducer::produce(), RctInputTextToDigi::produce(), InterestingTrackEcalDetIdProducer::produce(), HiL1Subtractor::produce(), MultiplicityProducer< T >::produce(), MuonErrorMatrixAdjuster::produce(), DeDxDiscriminatorProducer::produce(), HiSpikeCleaner::produce(), PatJPsiProducer::produce(), ConditionDumperInEdm::produce(), pat::PATTriggerEventProducer::produce(), BetaBoostEvtVtxGenerator::produce(), CastorClusterProducer::produce(), NuclearSeedsEDProducer::produce(), reco::modules::TrackMultiSelector::produce(), CastorTowerProducer::produce(), JetCollectionForEleHT::produce(), AlCaECALRecHitReducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), ObjectViewMatcher< T1, T2 >::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), NuclearInteractionEDProducer::produce(), GenJetBCEnergyRatio::produce(), HiEgammaIsolationProducer::produce(), EcalRawToRecHitFacility::produce(), LHE2HepMCConverter::produce(), JetPlusTrackProducerAA::produce(), HcalTB04Analysis::produce(), HiGenCleaner< T2 >::produce(), MixBoostEvtVtxGenerator::produce(), L2TauIsolationProducer::produce(), PFCand_NoPU_WithAM::produce(), L2TauModularIsolationProducer::produce(), L1GTEvmDigiToRaw::produce(), L1MuGlobalMuonTrigger::produce(), SiStripMeanCMExtractor::produce(), L1GtTextToRaw::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L2TauNarrowConeIsolationProducer::produce(), PrimaryVertexProducer::produce(), AlignmentMuonHIPTrajectorySelector::produce(), FFTJetPileupProcessor::produce(), ObjectViewCleaner< T >::produce(), L1GTDigiToRaw::produce(), FFTJetEFlowSmoother::produce(), HighPtTrackEcalDetIdProducer::produce(), TrackerHitProducer::produce(), pat::PATElectronProducer::produce(), MuonIdProducer::produce(), pat::PATTriggerProducer::produce(), APVCyclePhaseProducerFromL1ABC::produce(), APVCyclePhaseProducerFromL1TS::produce(), SiPixelCalibDigiProducer::produce(), L1GlobalTrigger::produce(), EcalRawToRecHitProducer::produce(), FlavorHistoryProducer::produce(), PFPhotonTranslator::produce(), TrackExtrapolator::produce(), L1GlobalTriggerRawToDigi::produce(), TrackAlgoCompareUtil::produce(), reco::BeamHaloSummaryProducer::produce(), JetIdSelector< T >::produce(), sistrip::FEDEmulatorModule::produce(), ShiftedParticleProducerT< T >::produce(), ReduceHcalRecHitCollectionProducer::produce(), TrackerToMuonPropagator::produce(), TrackClusterSplitter::produce(), cms::SiPixelClusterProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), CSCOverlapsTrackPreparation::produce(), ShallowGainCalibration::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), ExternalLHEProducer::produce(), JetCrystalsAssociator::produce(), pat::PATMHTProducer::produce(), HLTDummyCollections::produce(), CATopJetTagger::produce(), MuonMCClassifier::produce(), ProduceIsolationMap::produce(), ConversionProducer::produce(), cms::SiPixelRecHitConverter::produce(), RPCTechnicalTrigger::produce(), cms::CosmicTrackFinder::produce(), reco::modules::TrackerTrackHitFilter::produce(), MuonSimHitProducer::produce(), FastPrimaryVertexProducer::produce(), ClusterSummaryProducer::produce(), FFTJetPatRecoProducer::produce(), GlobalHitsProducer::produce(), CorrectedMETProducerT< T >::produce(), reco::modules::CosmicTrackSplitter::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), BoostedTopProducer::produce(), NuclearTrackCorrector::produce(), HiEvtPlaneFlatProducer::produce(), RPCSeedGenerator::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), reco::HcalHaloDataProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), ShiftedJetProducerT< T, Textractor >::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), SimHitShifter::produce(), GlobalDigisProducer::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), EvtPlaneProducer::produce(), reco::CSCHaloDataProducer::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), edm::HiMixingModule::produce(), GlobalRecHitsProducer::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), SmearedJetProducerT< T, Textractor >::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), ZmumuPFEmbedder::producePFCandColl(), Multi5x5SuperClusterProducer::produceSuperclustersForECALPart(), SuperClusterProducer::produceSuperclustersForECALPart(), HiSuperClusterProducer::produceSuperclustersForECALPart(), ZmumuPFEmbedder::produceTrackColl(), FastjetJetProducer::produceTrackJets(), helper::CandDecayStoreManager::put(), put(), helper::PhotonCollectionStoreManager::put(), helper::MuonCollectionStoreManager::put(), helper::TrackCollectionStoreManager::put(), edm::MixingModule::put(), helper::GsfElectronCollectionStoreManager::put(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put(), edm::MixingWorker< T >::put(), edm::DataMixingEMWorker::putEM(), edm::DataMixingEMDigiWorker::putEM(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), TextToRaw::putEmptyDigi(), edm::DataMixingGeneralTrackWorker::putGeneralTrack(), edm::DataMixingHcalWorker::putHcal(), edm::DataMixingHcalDigiWorker::putHcal(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), edm::DataMixingMuonWorker::putMuon(), edm::DataMixingSiPixelWorker::putSiPixel(), edm::DataMixingSiStripWorker::putSiStrip(), edm::DataMixingSiStripRawWorker::putSiStrip(), FFTJetProducer::saveResults(), SiStripZeroSuppression::StandardZeroSuppression(), PixelTrackProducer::store(), pat::L1MuonMatcher::storeExtraInfo(), pat::HLTL1MuonMatcher::storeExtraInfo(), pat::MatcherUsingTracks::storeValueMap(), TriggerMatcherToHLTDebug::storeValueMap(), L1GlobalTriggerRawToDigi::unpackGMT(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), FFTJetProducer::writeJets(), MuonMCClassifier::writeValueMap(), and GctUnpackCollections::~GctUnpackCollections().
OrphanHandle< PROD > Event::put | ( | std::auto_ptr< PROD > | product, |
std::string const & | productInstanceName | ||
) |
Put a new product with a 'product instance name'.
Definition at line 299 of file Event.h.
References compareJSON::const, edm::RecordInParentfull< PROD >::do_it(), edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), PROD, provRecorder_, putProducts(), putProductsWithoutParents(), edm::principal_get_adapter_detail::throwOnPutOfNullProduct(), relativeConstraints::value, and edm::WrapperHolder::wrapper().
OrphanHandle<GenericObjectOwner> edm::Event::put | ( | std::auto_ptr< GenericObjectOwner > | product, |
std::string const & | productInstanceName | ||
) |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 211 of file Event.h.
References putProductsWithoutParents_.
Referenced by commit_(), put(), and size().
|
inlineprivate |
Definition at line 212 of file Event.h.
References putProductsWithoutParents_.
|
inline |
Definition at line 67 of file Event.h.
References edm::EventBase::id(), and edm::EventID::run().
Referenced by RawDataConverter::analyze(), ZeePlots::analyze(), WenuPlots::analyze(), L1GtPatternGenerator::analyze(), HLTrigReport::analyze(), cms::Analyzer_minbias::analyze(), APVCyclePhaseMonitor::analyze(), BigEventsDebugger::analyze(), BeamHaloAnalyzer::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeL1GtUtilsCore(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), L1GtAnalyzer::analyzeTrigger(), ecaldqm::RawDataTask::beginEvent(), Types.LuminosityBlockID::cppID(), LogErrorEventFilter::filter(), ZeeCandidateFilter::filter(), MatacqProducer::getRunNumber(), sistrip::ExcludedFEDListProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), APVCyclePhaseProducerFromL1TS::produce(), APVCyclePhaseProducerFromL1ABC::produce(), TSGFromOrderedHits::run(), CtfSpecialSeedGenerator::run(), MuScleFit::selectMuons(), and LaserSorter::writeEventHeader().
size_t Event::size | ( | void | ) | const |
Definition at line 185 of file Event.cc.
References edm::PrincipalGetAdapter::principal(), provRecorder_, putProducts(), putProductsWithoutParents(), and edm::Principal::size().
Referenced by LaserSorter::writeEvent().
|
virtual |
Implements edm::EventBase.
Definition at line 199 of file Event.cc.
References edm::hlt::Exception, h::names, and edm::EventBase::triggerNames_().
Referenced by HcalNZSMonitor::analyze(), EwkElecDQM::analyze(), EwkMuDQM::analyze(), CaloTowerAnalyzer::analyze(), HLTMonBitSummary::analyze(), HLTInspect::analyze(), MuonRecoOneHLT::analyze(), EwkDQM::analyze(), QcdPhotonsDQM::analyze(), BeamMonitor::analyze(), HLTJetMETDQMSource::analyze(), HTMHTAnalyzer::analyze(), AnalysisRootpleProducer::analyze(), TopDiLeptonDQM::analyze(), MuTriggerAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), HeavyFlavorValidation::analyze(), MuCorrMETAnalyzer::analyze(), TcMETAnalyzer::analyze(), TriggerValidator::analyze(), BTagHLTOfflineSource::analyze(), TopHLTDiMuonDQM::analyze(), JetMETAnalyzer::analyze(), CaloMETAnalyzer::analyze(), HLTJetMETValidation::analyze(), HLTHiggsSubAnalysis::analyze(), PFMETAnalyzer::analyze(), JetMETHLTOfflineSource::analyze(), METAnalyzer::analyze(), HcalDigiMonitor::analyze(), HLTInfo::analyze(), FourVectorHLTOnline::analyze(), TopValidation::analyze(), TrigResRateMon::analyze(), ErsatzMEt::analyze(), IsolatedTracksCone::analyze(), HLTScalers::analyze(), FourVectorHLTriggerOffline::analyze(), FourVectorHLTOffline::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTBitComputer::compute(), HLTBitVariable::eval(), EwkElecTauHistManager::fillHistograms(), EwkMuTauHistManager::fillHistograms(), SimpleSystematicsAnalyzer::filter(), PdfSystematicsAnalyzer::filter(), WMuNuValidator::filter(), WMuNuSelector::filter(), PhysDecl::filter(), HLTHighLevel::filter(), PrescalerFHN::filter(), ZeeCandidateFilter::filter(), HltComparator::initialise(), ZGoldenFilter::newEvent(), EETriggerTowerTask::processDigis(), EBTriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), CandidateTriggerObjectProducer::produce(), reco::CSCHaloDataProducer::produce(), egHLT::OffHelper::setTrigInfo(), GsfElectronDataAnalyzer::trigger(), and DQMAnalyzer::trigger().
|
virtual |
Implements edm::EventBase.
Definition at line 209 of file Event.cc.
References getByLabel(), edm::HandleBase::isValid(), h::names, edm::Handle< T >::product(), GlobalPosition_Frontier_DevDB_cff::tag, and edm::EventBase::triggerNames_().
Referenced by HSCPHLTFilter::filter(), and HSCPValidator::makeHLTPlots().
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Definition at line 223 of file Event.h.
Referenced by eventAuxiliary().
|
mutableprivate |
Definition at line 231 of file Event.h.
Referenced by addToGotBranchIDs(), and commit_aux().
|
mutableprivate |
Definition at line 235 of file Event.h.
Referenced by fillView_().
|
private |
Definition at line 224 of file Event.h.
Referenced by getLuminosityBlock().
|
private |
Definition at line 214 of file Event.h.
Referenced by eventPrincipal(), get(), getAllProvenance(), getByLabel(), getByLabelImpl(), getByType(), getMany(), getManyByType(), getProvenance(), getRefBeforePut(), processHistory(), put(), and size().
|
private |
Definition at line 220 of file Event.h.
Referenced by putProducts(), and ~Event().
|
private |
Definition at line 221 of file Event.h.
Referenced by putProductsWithoutParents().