![]() |
![]() |
#include <Event.h>
Public Types | |
typedef std::vector< std::pair < EDProduct *, 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 ELEMENT > | |
bool | get (ProductID const &oid, Handle< View< ELEMENT > > &result) const |
template<typename PROD > | |
bool | get (ProductID const &oid, Handle< PROD > &result) const |
template<typename PROD > | |
bool | get (SelectorBase const &sel, Handle< PROD > &result) const |
void | getAllProvenance (std::vector< Provenance const * > &provenances) 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<> | |
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> | |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const |
template<typename PROD > | |
bool | getByLabel (std::string const &label, std::string const &productInstanceName, Handle< PROD > &result) const |
template<> | |
bool | getByLabel (std::string const &label, const std::string &productInstanceName, Handle< GenericObject > &result) const |
Specialize the getByLabel method to work with a Handle<GenericObject> | |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< GenericObject > &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<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 (std::string const &productInstanceName) |
template<typename PROD > | |
RefProd< PROD > | getRefBeforePut () |
Run const & | getRun () const |
ProcessHistory const & | processHistory () const |
ProcessHistoryID const & | processHistoryID () const |
template<> | |
OrphanHandle< GenericObjectOwner > | put (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName) |
template<> | |
OrphanHandle< GenericObjectOwner > | put (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName) |
template<typename PROD > | |
OrphanHandle< PROD > | put (std::auto_ptr< PROD > product, std::string const &productInstanceName) |
Put a new product with a 'product instance name'. | |
template<typename PROD > | |
OrphanHandle< PROD > | put (std::auto_ptr< PROD > product) |
Put a new product. | |
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 |
~Event () | |
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 (const std::type_info &iWrapperType, const std::type_info &iProductType, const InputTag &iTag) const |
BasicHandle | getByProductID_ (ProductID const &oid) const |
ProductID | makeProductID (ConstBranchDescription const &desc) const |
ProductPtrVec & | putProducts () |
ProductPtrVec const & | putProducts () const |
ProductPtrVec const & | putProductsWithoutParents () const |
ProductPtrVec & | putProductsWithoutParents () |
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 |
typedef std::set<BranchID> edm::Event::BranchIDSet [private] |
typedef std::vector<std::pair<EDProduct*, ConstBranchDescription const*> > edm::Event::ProductPtrVec |
Event::Event | ( | EventPrincipal & | ep, |
ModuleDescription const & | md | ||
) |
Definition at line 14 of file Event.cc.
: provRecorder_(ep, md), aux_(ep.aux()), luminosityBlock_(new LuminosityBlock(ep.luminosityBlockPrincipal(), md)), gotBranchIDs_(), gotViews_() { }
Event::~Event | ( | ) |
Definition at line 22 of file Event.cc.
References edm::for_all(), and putProducts_.
{ // anything left here must be the result of a failure // let's record them as failed attempts in the event principal for_all(putProducts_, principal_get_adapter_detail::deleter()); }
void Event::addToGotBranchIDs | ( | Provenance const & | prov | ) | const [private] |
Definition at line 184 of file Event.cc.
References edm::Provenance::branchID(), and gotBranchIDs_.
Referenced by fillView_(), get(), getByLabel(), getByLabelImpl(), getByType(), getMany(), and getManyByType().
{ gotBranchIDs_.insert(prov.branchID()); }
void Event::commit_ | ( | std::vector< BranchID > * | previousParentage = 0 , |
ParentageID * | previousParentageId = 0 |
||
) | [private] |
Definition at line 105 of file Event.cc.
References commit_aux(), putProducts(), and putProductsWithoutParents().
Referenced by edm::EDFilter::doEvent(), edm::EDProducer::doEvent(), and edm::ConfigurableInputSource::reallyReadEvent().
{ commit_aux(putProducts(), true,previousParentage,previousParentageId); commit_aux(putProductsWithoutParents(), false); }
void Event::commit_aux | ( | Event::ProductPtrVec & | products, |
bool | record_parents, | ||
std::vector< BranchID > * | previousParentage = 0 , |
||
ParentageID * | previousParentageId = 0 |
||
) | [private] |
Definition at line 111 of file Event.cc.
References eventPrincipal(), gotBranchIDs_, edm::productstatus::present(), edm::EventPrincipal::put(), and cond::rpcobtemp::temp.
Referenced by commit_().
{ // fill in guts of provenance here EventPrincipal& ep = eventPrincipal(); ProductPtrVec::iterator pit(products.begin()); ProductPtrVec::iterator pie(products.end()); std::vector<BranchID> gotBranchIDVector; // Note that gotBranchIDVector will remain empty if // record_parents is false (and may be empty if record_parents is // true). //Check that previousParentageId is still good by seeing if previousParentage matches gotBranchIDs_ bool sameAsPrevious=( (0 != previousParentage) && (previousParentage->size() == gotBranchIDs_.size()) ); if (record_parents && !gotBranchIDs_.empty()) { gotBranchIDVector.reserve(gotBranchIDs_.size()); std::vector<BranchID>::const_iterator itPrevious; if(previousParentage) { itPrevious = previousParentage->begin(); } for (BranchIDSet::const_iterator it = gotBranchIDs_.begin(), itEnd = gotBranchIDs_.end(); it != itEnd; ++it) { gotBranchIDVector.push_back(*it); if(sameAsPrevious) { if(*it != *itPrevious) { sameAsPrevious=false; } else { ++itPrevious; } } } if(!sameAsPrevious && 0 != previousParentage) { previousParentage->assign(gotBranchIDVector.begin(),gotBranchIDVector.end()); } } //If we don't have a valid previousParentage then we want to use a temp value in order to // avoid constantly recalculating the ParentageID which is a time consuming operation ParentageID temp; if(!previousParentage) { assert(!sameAsPrevious); previousParentageId = &temp; } while(pit!=pie) { // set provenance std::auto_ptr<ProductProvenance> productProvenancePtr; if(!sameAsPrevious) { productProvenancePtr = std::auto_ptr<ProductProvenance>( new ProductProvenance(pit->second->branchID(), productstatus::present(), gotBranchIDVector)); *previousParentageId = productProvenancePtr->parentageID(); sameAsPrevious=true; } else { productProvenancePtr = std::auto_ptr<ProductProvenance>( new ProductProvenance(pit->second->branchID(), productstatus::present(), *previousParentageId)); } std::auto_ptr<EDProduct> pr(pit->first); // Ownership has passed, so clear the pointer. pit->first = 0; ep.put(*pit->second, pr, productProvenancePtr); ++pit; } // the cleanup is all or none products.clear(); }
EventAuxiliary const& edm::Event::eventAuxiliary | ( | ) | const [inline, virtual] |
Implements edm::EventBase.
Definition at line 55 of file Event.h.
References aux_.
Referenced by evf::EvFRecordUnpacker::analyze(), TrackerDpgAnalysis::analyze(), HLTAlCaMonPi0::analyze(), SiPixelMuonHLT::analyze(), TopSingleLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), HSCPHLTFilter::filter(), HSCPTreeBuilder::filter(), and WZInterestingEventSelector::filter().
{return aux_;}
EventPrincipal const & Event::eventPrincipal | ( | ) | const [private] |
Definition at line 34 of file Event.cc.
References compareJSON::const, edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by commit_aux(), eventSelectionIDs(), getByProductID_(), getProvenance(), makeProductID(), and processHistoryID().
{ return dynamic_cast<EventPrincipal const&>(provRecorder_.principal()); }
EventPrincipal & Event::eventPrincipal | ( | ) | [private] |
Definition at line 29 of file Event.cc.
References edm::PrincipalGetAdapter::principal(), and provRecorder_.
{ return dynamic_cast<EventPrincipal&>(provRecorder_.principal()); }
EventSelectionIDVector const & Event::eventSelectionIDs | ( | ) | const |
Definition at line 49 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::eventSelectionIDs().
{ return eventPrincipal().eventSelectionIDs(); }
void Event::fillView_ | ( | BasicHandle & | bh, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 515 of file Event.h.
References addToGotBranchIDs(), edm::EDProduct::fillView(), gotViews_, h, edm::BasicHandle::id(), edm::BasicHandle::provenance(), query::result, and edm::BasicHandle::wrapper().
Referenced by get(), and getByLabel().
{ std::vector<void const*> pointersToElements; // the following is a shared pointer. // It is not initialized here helper_vector_ptr helpers; // the following must initialize the // shared pointer and fill the helper vector bh.wrapper()->fillView(bh.id(), pointersToElements, helpers); boost::shared_ptr<View<ELEMENT> > newview(new View<ELEMENT>(pointersToElements, helpers)); addToGotBranchIDs(*bh.provenance()); gotViews_.push_back(newview); Handle<View<ELEMENT> > h(&*newview, bh.provenance()); result.swap(h); }
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 edm::detail::NamedEventSelector::fill(), HLTMuonIsoFilter::filter(), edm::EdmEventItemGetter< RefType >::get(), edm::MixingModule::getEventStartInfo(), GctRawToDigi::produce(), and pat::PATTriggerEventProducer::produce().
{ result.clear(); BasicHandle bh = this->getByProductID_(oid); convert_handle(bh, result); // throws on conversion error if (bh.failedToGet()) { return false; } addToGotBranchIDs(*bh.provenance()); return true; }
bool Event::get | ( | SelectorBase const & | sel, |
Handle< PROD > & | result | ||
) | const |
Definition at line 349 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::get(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
{ bool ok = provRecorder_.get(sel, result); if (ok) { addToGotBranchIDs(*result.provenance()); } return ok; }
bool Event::get | ( | ProductID const & | oid, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 281 of file Event.h.
References edm::BasicHandle::failedToGet(), fillView_(), getByProductID_(), edm::errors::ProductNotFound, query::result, and cond::rpcobtemp::temp.
{ result.clear(); BasicHandle bh = this->getByProductID_(oid); if(bh.failedToGet()) { boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) ); *whyFailed << "get View by ID failed: no product with ID = " << oid <<"\n"; Handle<View<ELEMENT> > temp(whyFailed); result.swap(temp); return false; } fillView_(bh, result); return true; }
void Event::getAllProvenance | ( | std::vector< Provenance const * > & | provenances | ) | const |
Definition at line 71 of file Event.cc.
References edm::Principal::getAllProvenance(), edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by edm::EventContentAnalyzer::analyze(), GlobalRecHitsHistogrammer::analyze(), GlobalDigisHistogrammer::analyze(), MuonSimHitsValidAnalyzer::analyze(), GlobalDigisAnalyzer::analyze(), cms::ProducerAnalyzer::analyze(), GlobalHitsAnalyzer::analyze(), cms::GammaJetAnalysis::analyze(), GlobalRecHitsAnalyzer::analyze(), GlobalHitsHistogrammer::analyze(), FWFFMetadataManager::doUpdate(), L1GtUtils::getInputTag(), GlobalHitsProdHist::produce(), GlobalRecHitsProducer::produce(), GlobalHitsProducer::produce(), TrackerHitProducer::produce(), and GlobalDigisProducer::produce().
{ provRecorder_.principal().getAllProvenance(provenances); }
bool edm::Event::getByLabel | ( | edm::InputTag const & | tag, |
Handle< GenericObject > & | result | ||
) | const |
bool Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< PROD > & | result | ||
) | const |
Definition at line 381 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
{ bool ok = provRecorder_.getByLabel(label, productInstanceName, result); if (ok) { addToGotBranchIDs(*result.provenance()); } return ok; }
bool edm::Event::getByLabel | ( | std::string const & | label, |
const std::string & | productInstanceName, | ||
Handle< GenericObject > & | result | ||
) | const |
Specialize the getByLabel method to work with a Handle<GenericObject>
Definition at line 65 of file GenericHandle.cc.
References edm::convert_handle(), edm::BasicHandle::failedToGet(), label, edm::BasicHandle::provenance(), and query::result.
{ BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().TypeInfo()), label, productInstanceName, std::string()); convert_handle(bh, result); // throws on conversion error if(!bh.failedToGet()) { addToGotBranchIDs(*bh.provenance()); return true; } return false; }
bool Event::getByLabel | ( | std::string const & | label, |
std::string const & | productInstanceName, | ||
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 431 of file Event.h.
References ExpressReco_HICollisions_FallBack::e, fillView_(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), edm::errors::ProductNotFound, provRecorder_, cms::Exception::raise(), query::result, and cond::rpcobtemp::temp.
{ result.clear(); TypeID typeID(typeid(ELEMENT)); BasicHandle bh; int nFound = provRecorder_.getMatchingSequenceByLabel_(typeID, moduleLabel, productInstanceName, bh); if (nFound == 0) { boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) ); *whyFailed << "getByLabel: Found zero products matching all criteria\n" << "Looking for sequence of type: " << typeID << "\n" << "Looking for module label: " << moduleLabel << "\n" << "Looking for productInstanceName: " << productInstanceName << "\n"; Handle<View<ELEMENT> > temp(whyFailed); result.swap(temp); return false; } if (nFound > 1) { Exception e(errors::ProductNotFound); e << "getByLabel: Found more than one product matching all criteria\n" << "Looking for sequence of type: " << typeID << "\n" << "Looking for module label: " << moduleLabel << "\n" << "Looking for productInstanceName: " << productInstanceName << "\n"; e.raise(); } fillView_(bh, result); return true; }
bool Event::getByLabel | ( | std::string const & | label, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 425 of file Event.h.
References getByLabel(), and query::result.
{ return getByLabel(moduleLabel, std::string(), result); }
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 Event::getByLabel | ( | InputTag const & | tag, |
Handle< View< ELEMENT > > & | result | ||
) | const |
Definition at line 470 of file Event.h.
References ExpressReco_HICollisions_FallBack::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 cond::rpcobtemp::temp.
{ result.clear(); if (tag.process().empty()) { return getByLabel(tag.label(), tag.instance(), result); } else { TypeID typeID(typeid(ELEMENT)); BasicHandle bh; int nFound = provRecorder_.getMatchingSequenceByLabel_(typeID, tag.label(), tag.instance(), tag.process(), bh); if (nFound == 0) { boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) ); *whyFailed << "getByLabel: Found zero products matching all criteria\n" << "Looking for sequence of type: " << typeID << "\n" << "Looking for module label: " << tag.label() << "\n" << "Looking for productInstanceName: " << tag.instance() << "\n" << "Looking for processName: "<<tag.process() <<"\n"; Handle<View<ELEMENT> > temp(whyFailed); result.swap(temp); return false; } if (nFound > 1) { Exception e (errors::ProductNotFound); e << "getByLabel: Found more than one product matching all criteria\n" << "Looking for sequence of type: " << typeID << "\n" << "Looking for module label: " << tag.label() << "\n" << "Looking for productInstanceName: " << tag.instance() << "\n" << "Looking for processName: "<<tag.process() <<"\n"; e.raise(); } fillView_(bh, result); return true; } return false; }
bool edm::Event::getByLabel | ( | edm::InputTag const & | tag, |
Handle< GenericObject > & | result | ||
) | const |
Definition at line 80 of file GenericHandle.cc.
References edm::convert_handle(), edm::BasicHandle::failedToGet(), edm::BasicHandle::provenance(), query::result, and GlobalPosition_Frontier_DevDB_cff::tag.
{ if (tag.process().empty()) { return this->getByLabel(tag.label(), tag.instance(), result); } else { BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().TypeInfo()), tag.label(), tag.instance(),tag.process()); convert_handle(bh, result); // throws on conversion error if(!bh.failedToGet()) { addToGotBranchIDs(*bh.provenance()); return true; } } return false; }
bool Event::getByLabel | ( | InputTag const & | tag, |
Handle< PROD > & | result | ||
) | const |
Definition at line 359 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::DataMixingHcalDigiWorker::addHcalSignals(), edm::DataMixingHcalWorker::addHcalSignals(), BetaCalculatorTK::addInfoToCandidate(), edm::DataMixingMuonWorker::addMuonSignals(), edm::MixingWorker< T >::addSignals(), edm::HiMixingWorker< T >::addSignals(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiStripRawWorker::addSiStripSignals(), edm::DataMixingSiStripWorker::addSiStripSignals(), SiStripQualityHotStripIdentifier::algoAnalyze(), SiStripGainCosmicCalculator::algoAnalyze(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripMonitorTrack::AllClusters(), cms::MinBias::analyze(), edm::EventContentAnalyzer::analyze(), evf::EvFRecordUnpacker::analyze(), MCAcceptanceAnalyzer::analyze(), DimuonStatistics::analyze(), METBenchmarkAnalyzer::analyze(), JetMETAnalyzer::analyze(), HCALRecHitAnalyzer::analyze(), ElectronAnalyzer::analyze(), TrackSplittingMonitor::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), SiStripMonitorFilter::analyze(), L1TGMT::analyze(), BxTiming::analyze(), HLTTauDQMTrkPlotter::analyze(), HLTMon::analyze(), EcalEndcapMonitorModule::analyze(), DTTrigTest::analyze(), CSCAFEBAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), CastorDigiAnalyzer::analyze(), edm::InputAnalyzer::analyze(), CSCTruthTest::analyze(), TtSemiLepSignalSelMVATrainer::analyze(), EnergyScaleAnalyzer::analyze(), GlobalRecHitsHistogrammer::analyze(), ElectronMcFakeValidator::analyze(), METTester::analyze(), BTagPerformanceAnalyzerOnData::analyze(), PFJetDQMAnalyzer::analyze(), L1TGT::analyze(), HLTAlCaMonPi0::analyze(), HcalDetDiagLaserMonitor::analyze(), EELedTask::analyze(), EEIntegrityTask::analyze(), TrackerDpgAnalysis::analyze(), IsolatedTracksHcalScale::analyze(), HcalCableMapper::analyze(), miscalibExample::analyze(), ValidationMisalignedTracker::analyze(), L1ExtraTestAnalyzer::analyze(), RctDigiToRctText::analyze(), GsfElectronDataAnalyzer::analyze(), JetPlotsExample< Jet >::analyze(), JetValidation::analyze(), SimpleJetDump::analyze(), EcalTBHodoscopeRawInfoDumper::analyze(), EcalPreshowerDigisValidation::analyze(), GlobalDigisHistogrammer::analyze(), HcalSimHitsValidation::analyze(), PhotonValidator::analyze(), PFJetBenchmarkAnalyzer::analyze(), PFMETBenchmarkAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), SiPixelDigiValid::analyze(), TauJetCorrectorExample::analyze(), anlzrname::analyze(), GlbMuQualityCutsAnalysis::analyze(), L1TScalersSCAL::analyze(), SiPixelHLTSource::analyze(), SiPixelClusterSource::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), L1TRCT::analyze(), EESelectiveReadoutTask::analyze(), EBRawDataTask::analyze(), EBLaserTask::analyze(), HistoAnalyzer< C >::analyze(), EcalPnGraphs::analyze(), EcalPedHists::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), AlCaElectronsTest::analyze(), EcalTestPulseAnalyzer::analyze(), AnalysisRootpleProducerOnlyMC::analyze(), PhotonIDSimpleAnalyzer::analyze(), CaloTowersExample::analyze(), TreeProducerCalibSimul::analyze(), TtSemiLepJetCombMVATrainer::analyze(), EgammaBasicClusters::analyze(), EcalEndcapRecHitsValidation::analyze(), WValidation::analyze(), CSCComparatorDigiValidation::analyze(), GenericBenchmarkAnalyzer::analyze(), TauTagValidation::analyze(), L2TauAnalyzer::analyze(), TriggerValidator::analyze(), CSCTFAnalyzer::analyze(), PrimaryVertexMonitor::analyze(), PFMETDQMAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), BeamHaloAnalyzer::analyze(), EBClusterTaskExtras::analyze(), TrackingMonitor::analyze(), TopDiLeptonOfflineDQM::analyze(), HLTTauDQMLitePathPlotter::analyze(), HLTMonElectron::analyze(), HcalDigiMonitor::analyze(), ESTimingTask::analyze(), EETriggerTowerTask::analyze(), EBTestPulseTask::analyze(), EBStatusFlagsTask::analyze(), EBCosmicTask::analyze(), L1ABCDebugger::analyze(), EcalBxOrbitNumberGrapher::analyze(), HcalIsoTrkAnalyzer::analyze(), EcnaAnalyzer::analyze(), L1RCTTestAnalyzer::analyze(), PatTriggerTagAndProbe::analyze(), calcTopMass::analyze(), RecoTauMVATrainer::analyze(), KVFTest::analyze(), EcalTPInputAnalyzer::analyze(), HcalDigiAnalyzer::analyze(), ResolutionCreator::analyze(), GlobalTest::analyze(), TestSuite::analyze(), SiStripDigiValid::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), DigiAnalyzer::analyze(), DQMHcalPhiSymAlCaReco::analyze(), SiStripMonitorRawData::analyze(), SiStripFEDCheckPlugin::analyze(), SiPixelHitEfficiencySource::analyze(), RPCFEDIntegrity::analyze(), L1TCompare::analyze(), HLTTauDQMSource::analyze(), ESFEDIntegrityTask::analyze(), EBTrendTask::analyze(), EBBeamHodoTask::analyze(), DTNoiseTask::analyze(), ObjectCounter< C >::analyze(), EcalDigiDisplay::analyze(), ElectronCalibrationUniv::analyze(), AlignmentMonitorAsAnalyzer::analyze(), GctFibreAnalyzer::analyze(), PatTriggerAnalyzer::analyze(), JetAnaPythia< Jet >::analyze(), MixCollectionValidation::analyze(), CSCCLCTDigiValidation::analyze(), ErsatzMEt::analyze(), ElectronGeneralAnalyzer::analyze(), L1Scalers::analyze(), SiPixelTrackResidualSource::analyze(), SiPixelMuonHLT::analyze(), EwkMuLumiMonitorDQM::analyze(), L1TRPCTPG::analyze(), HLTJetMETDQMSource::analyze(), ESRawDataTask::analyze(), EELaserTask::analyze(), EBBeamCaloTask::analyze(), Vx3DHLTAnalyzer::analyze(), EcalURecHitHists::analyze(), EcalMipGraphs::analyze(), LhcTrackAnalyzer::analyze(), GctErrorAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), L1Analyzer::analyze(), ParticleListDrawer::analyze(), pat::CandidateSummaryTable::analyze(), PatBasicAnalyzer::analyze(), DijetRatio< Jet >::analyze(), EcalTBTDCRawInfoDumper::analyze(), HcalQLPlotAnal::analyze(), TestHits::analyze(), HcalHitAnalyzer::analyze(), EcalRecHitsValidation::analyze(), MBUEandQCDValidation::analyze(), MuonIdVal::analyze(), BTagPerformanceAnalyzerMC::analyze(), PFTauHLTTest::analyze(), MultiTrackValidator::analyze(), HLTHeavyIon::analyze(), DummyEvelyser::analyze(), test::GlobalNumbersAnalysis::analyze(), JetMETHLTOfflineSource::analyze(), TkAlCaRecoMonitor::analyze(), TrackAnalyzer::analyze(), SiStripMonitorCluster::analyze(), L1TdeRCT::analyze(), L1TdeCSCTF::analyze(), HcalTrigPrimMonitor::analyze(), EERawDataTask::analyze(), EcalBarrelMonitorModule::analyze(), DTAlbertoBenvenutiTask::analyze(), cms::DiJetAnalyzer::analyze(), HcalCorrPFCalculation::analyze(), EcalPerEvtLaserAnalyzer::analyze(), EcalLaserAnalyzer::analyze(), EcalABAnalyzer::analyze(), L1GtTrigReport::analyze(), RawToText::analyze(), TestCorrection::analyze(), PatMCMatchingExtended::analyze(), PatZjetsElectronAnalyzer::analyze(), EgammaSimpleAnalyzer::analyze(), PatPhotonSimpleAnalyzer::analyze(), myRawAna::analyze(), EcalSimpleTBAnalyzer::analyze(), TopElecAnalyzer::analyze(), TopMuonAnalyzer::analyze(), PerformanceAnalyzer::analyze(), JPTJetTester::analyze(), SiPixelRecHitsValid::analyze(), HLTTauRelvalQTester::analyze(), DQMMessageLogger::analyze(), CaloMETAnalyzer::analyze(), PhotonAnalyzer::analyze(), SiStripMonitorHLT::analyze(), HLTMonPhotonSource::analyze(), HcalRecHitMonitor::analyze(), HcalDetDiagTimingMonitor::analyze(), EETrendTask::analyze(), EECosmicTask::analyze(), DTDigiForNoiseTask::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), SiPixelErrorEstimation::analyze(), L1GctValidation::analyze(), PatZjetsJetAnalyzer::analyze(), TagProbeFitTreeProducer::analyze(), ElectronIDAnalyzer::analyze(), JetCorExample< Jet >::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), KineExample::analyze(), EcalDigisValidation::analyze(), BasicGenParticleValidation::analyze(), DuplicationChecker::analyze(), TauValidation::analyze(), HLTrigReport::analyze(), WenuPlots::analyze(), CandidateBenchmarkAnalyzer::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), SiPixelDaqInfo::analyze(), RPCEfficiency::analyze(), TopDiLeptonDQM::analyze(), L1TECALTPG::analyze(), HLTTauDQMPathPlotter::analyze(), FourVectorHLTOnline::analyze(), HcalDetDiagPedestalMonitor::analyze(), HcalCoarsePedestalMonitor::analyze(), EETimingTask::analyze(), EEOccupancyTask::analyze(), EEBeamHodoTask::analyze(), EBPedestalOnlineTask::analyze(), APVShotsAnalyzer::analyze(), APVCyclePhaseMonitor::analyze(), EcalCosmicsHists::analyze(), EcalMatacqAnalyzer::analyze(), GctTimingAnalyzer::analyze(), PatElectronAnalyzer::analyze(), TauMVATrainer::analyze(), EgammaSuperClusters::analyze(), CSCWireDigiValidation::analyze(), ElectronMcSignalValidator::analyze(), PrimaryVertexAnalyzer::analyze(), HLTJetMETValidation::analyze(), FourVectorHLTriggerOffline::analyze(), HLTEventAnalyzerRAW::analyze(), RivetAnalyzer::analyze(), PFMETAnalyzer::analyze(), TrackEfficiencyMonitor::analyze(), SiStripFEDDumpPlugin::analyze(), SiStripCMMonitorPlugin::analyze(), SiStripMonitorDigi::analyze(), RPCMonitorDigi::analyze(), HLTOniaSource::analyze(), HLTMonBitSummary::analyze(), HcalDetDiagNoiseMonitor::analyze(), HcalDataIntegrityTask::analyze(), HcalBeamMonitor::analyze(), ESOccupancyTask::analyze(), ESDcsInfoTask::analyze(), EEBeamCaloTask::analyze(), TKStatus::analyze(), AlcaBeamMonitor::analyze(), HitEff::analyze(), cms::ProducerAnalyzer::analyze(), EcalStatusAnalyzer::analyze(), EcalLaserAnalyzer2::analyze(), CosmicSplitterValidation::analyze(), GsfElectronMCFakeAnalyzer::analyze(), FlavorJetCorrectionExample::analyze(), JetToDigiDump::analyze(), edm::TestMix::analyze(), CSCSegmentValidation::analyze(), EcalEndcapDigisValidation::analyze(), DrellYanValidation::analyze(), HcalSimHitStudy::analyze(), HiBasicGenTest::analyze(), MuonTrackValidator::analyze(), PFTester::analyze(), SiPixelTrackingRecHitsValid::analyze(), V0Validator::analyze(), CSCViewDigi::analyze(), GenPurposeSkimmerData::analyze(), MuonAnalyzer::analyze(), ElectronTagProbeAnalyzer::analyze(), EEClusterTaskExtras::analyze(), SiStripMonitorMuonHLT::analyze(), SiPixelDigiSource::analyze(), QcdHighPtDQM::analyze(), L1TDTTPG::analyze(), L1TdeGCT::analyze(), HLTAlCaMonEcalPhiSym::analyze(), HcalMonitorModule::analyze(), EEPedestalOnlineTask::analyze(), EBPedestalTask::analyze(), EBOccupancyTask::analyze(), EBIntegrityTask::analyze(), EBHltTask::analyze(), DTTriggerEfficiencyTask::analyze(), EcalDCCHeaderDisplay::analyze(), SiPixelLorentzAngle::analyze(), ZeePlots::analyze(), TestResolution::analyze(), ElectronSeedAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), PartonJetCorrectionExample::analyze(), RHStopDump::analyze(), TopGenEventAnalyzer::analyze(), ContainmentCorrectionAnalyzer::analyze(), EcalPreshowerNoiseDistrib::analyze(), EcalBarrelSimHitsValidation::analyze(), EcalBarrelRecHitsValidation::analyze(), HcalRecHitsValidation::analyze(), TriggerSummaryAnalyzerAOD::analyze(), HLTEventAnalyzerAOD::analyze(), MatchMETBenchmarkAnalyzer::analyze(), MuCorrMETAnalyzer::analyze(), LaserAlignmentT0ProducerDQM::analyze(), SiStripSpyDisplayModule::analyze(), EwkMuDQM::analyze(), L1TRPCTF::analyze(), L1TDEMON::analyze(), HLTMuonDQMSource::analyze(), HLTMonHcalIsoTrack::analyze(), FourVectorHLT::analyze(), HcalNoiseMonitor::analyze(), EETestPulseTask::analyze(), EEHltTask::analyze(), SiPixelDQMRocLevelAnalyzer::analyze(), IsolatedTracksCone::analyze(), cms::GammaJetAnalysis::analyze(), GctDigiToPsbText::analyze(), PatBTagAnalyzer::analyze(), PatTauAnalyzer::analyze(), PatTopSelectionAnalyzer::analyze(), MCElectronAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), DijetMass< Jet >::analyze(), myFastSimVal::analyze(), TauGenJetDumper::analyze(), TtFullHadSignalSelMVATrainer::analyze(), BasicHepMCValidation::analyze(), ZdcSimHitStudy::analyze(), CSCALCTDigiValidation::analyze(), SiStripRecHitsValid::analyze(), DQMHcalIsoTrackHLT::analyze(), HLTGetDigi::analyze(), BjetAnalysis::analyze(), FourVectorHLTOffline::analyze(), HTMHTAnalyzer::analyze(), DQMSourceEleCalib::analyze(), SiStripFEDMonitorPlugin::analyze(), SiPixelEDAClient::analyze(), QcdPhotonsDQM::analyze(), HcalRawDataMonitor::analyze(), HcalDetDiagLEDMonitor::analyze(), HcalDeadCellMonitor::analyze(), ZDCMonitorModule::analyze(), HcalTimingMonitorModule::analyze(), ESTrendTask::analyze(), EventTimeDistribution::analyze(), EcalPulseShapeGrapher::analyze(), L1RCTRelValAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), TestTrackHits::analyze(), TopJetAnalyzer::analyze(), EcalBarrelDigisValidation::analyze(), EcalPreshowerRecHitsValidation::analyze(), GlobalMuonMatchAnalyzer::analyze(), DQMHcalPhiSymHLT::analyze(), HLTHiggsBits::analyze(), HeavyFlavorValidation::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), METAnalyzer::analyze(), DQMHcalDiJetsAlCaReco::analyze(), TopSingleLeptonDQM::analyze(), HLTTauDQML1Plotter::analyze(), HLTTauDQMCaloPlotter::analyze(), ESIntegrityTask::analyze(), EEClusterTask::analyze(), EBTimingTask::analyze(), CSCMonitorModule::analyze(), EcalTPGAnalyzer::analyze(), IsolatedTracksNxN::analyze(), cms::Analyzer_minbias::analyze(), SimplePi0DiscAnalyzer::analyze(), SiStripBaselineAnalyzer::analyze(), TestOutliers::analyze(), TestSmoothHits::analyze(), CSCDigiDump::analyze(), TopTauAnalyzer::analyze(), EcalSimHitsValidation::analyze(), NoiseRates::analyze(), CalibAnalyzer< Ref, Rec, Alg >::analyze(), PFJetTester::analyze(), TrackParameterAnalyzer::analyze(), CSCTFanalyzer::analyze(), ValHcalIsoTrackHLT::analyze(), HaloTrigger::analyze(), TriggerSummaryAnalyzerRAW::analyze(), TopHLTDiMuonDQM::analyze(), HLTTauDQMOfflineSource::analyze(), MuonIdDQM::analyze(), PiZeroAnalyzer::analyze(), HLTScalers::analyze(), SiPixelRecHitSource::analyze(), EwkElecDQM::analyze(), EwkDQM::analyze(), L1TGCT::analyze(), L1TFED::analyze(), L1TdeECAL::analyze(), L1TCSCTPG::analyze(), L1TCSCTF::analyze(), EBTriggerTowerTask::analyze(), EBSelectiveReadoutTask::analyze(), EBClusterTask::analyze(), EcalDisplaysByEvent::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), ValidIsoTrkCalib::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), TriggerOperation::analyze(), PatMCMatching::analyze(), ImpactParameterCalibration::analyze(), PreshowerAnalyzer::analyze(), DQMAnalyzer::analyze(), KVFTrackUpdate::analyze(), CSCRecHit2DValidation::analyze(), TPGCheck::analyze(), CSCStripDigiValidation::analyze(), CaloJetTester::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), TrackerHitAnalyzer::analyze(), L25TauAnalyzer::analyze(), HLTGetRaw::analyze(), evf::EvFRecordInserter::analyze(), CSCDigiToPattern::analyze(), MuTriggerAnalyzer::analyze(), HLTTopPlotter::analyze(), MuonIsolationDQM::analyze(), CaloTowerAnalyzer::analyze(), ClusterCount::analyze(), SiPixelRawDataErrorSource::analyze(), RPCTTUMonitor::analyze(), QcdUeDQM::analyze(), HiggsDQM::analyze(), HcalNZSMonitor::analyze(), HcalHotCellMonitor::analyze(), EEPedestalTask::analyze(), DTTestPulsesTask::analyze(), DTLocalTriggerTask::analyze(), BeamMonitor::analyze(), SiStripLAProfileBooker::analyze(), EcalLaserAnalyzerYousi::analyze(), PrimaryVertexValidation::analyze(), MuonAlignment::analyze(), AlignmentStats::analyze(), AnalysisRootpleProducer::analyze(), EcalTrigPrimAnalyzer::analyze(), EcalEndcapSimHitsValidation::analyze(), MuIsoValidation::analyze(), TopValidation::analyze(), HLTMuonValidator::analyze(), TcMETAnalyzer::analyze(), DQMSourcePi0::analyze(), SiStripMonitorPedestals::analyze(), SiStripSpyMonitorModule::analyze(), sistrip::SpyExtractRunModule::analyze(), BPhysicsOniaDQM::analyze(), TrigResRateMon::analyze(), ESPedestalTask::analyze(), EEStatusFlagsTask::analyze(), CastorMonitorModule::analyze(), HLTInspect::analyze(), ElectronCalibration::analyze(), DTNoiseCalibration::analyze(), RawDataConverter::analyze(), L1CaloInputScaleTester::analyze(), GsfElectronFakeAnalyzer::analyze(), myJetAna::analyze(), RecoTauDumper::analyze(), RecoTauPlotDiscriminator::analyze(), CastorHitAnalyzer::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), edm::TestMixedSource::analyze(), EcalMixingModuleValidation::analyze(), EcalPreshowerSimHitsValidation::analyze(), GlobalHitsHistogrammer::analyze(), TkConvValidator::analyze(), SiStripTrackingRecHitsValid::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeDecisionLiteRecord(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), EgammaObjects::analyzeElectrons(), L1GtPackUnpackAnalyzer::analyzeGMT(), L1GtPackUnpackAnalyzer::analyzeGT(), L1GtAnalyzer::analyzeObjectMap(), EgammaObjects::analyzePhotons(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SegmentsTrackAssociator::associate(), SegmentToTrackAssociator::associate(), TrackAssociatorByChi2::associateRecoToSim(), MuonAssociatorByHits::associateRecoToSimIndices(), TrackAssociatorByChi2::associateSimToReco(), MuonCosmicCompatibilityFiller::backToBack2LegCosmic(), tautools::RecoTauDistanceFromTruthPlugin::beginEvent(), RecoTauDecayModeCutMultiplexer::beginEvent(), tautools::RecoTauDecayModeTruthMatchPlugin::beginEvent(), reco::tau::RecoTauImpactParameterSignificancePlugin::beginEvent(), RecoTauMVATransform::beginEvent(), reco::tau::RecoTauTruthEmbedder::beginEvent(), CaloRecoTauDiscriminationByFlightPathSignificance::beginEvent(), reco::tau::RecoTauDiscriminantCleanerPlugin::beginEvent(), reco::tau::RecoTauTagInfoWorkaroundModifer::beginEvent(), TauDiscriminationAgainstCaloMuon< TauType, TauDiscriminator >::beginEvent(), PFTauMVADiscriminator::beginEvent(), reco::tau::RecoTauBuilderPlugin::beginEvent(), PFRecoTauDiscriminationByFlightPathSignificance::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), TauDiscriminationAgainstMuon< TauType, TauDiscriminator >::beginEvent(), reco::tau::RecoTauPiZeroStripPlugin::beginEvent(), CaloRecoTauAlgorithm::buildCaloTau(), TtSemiLepHypGenMatch::buildHypo(), TtFullLepHypKinSolution::buildHypo(), TtSemiLepHypKinFit::buildHypo(), TtFullLepHypGenMatch::buildHypo(), TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), TtFullLepHypGenMatch::buildMatchingNeutrinos(), pat::LeptonVertexSignificance::calculate(), pat::LeptonJetIsolationAngle::calculate(), PhotonIsolationCalculator::calculateEcalRecHitIso(), PhotonIsolationCalculator::calculateHcalTowerIso(), PhotonIsolationCalculator::calculateTrackIso(), FastL1GlobalAlgo::CaloTowersDump(), ChamberSegmentUtility::ChamberSegmentUtility(), MuonDetLayerMeasurements::checkCSCRecHits(), MuonDetLayerMeasurements::checkDTRecHits(), checkHLTMatch(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), AlignmentTwoBodyDecayTrackSelector::checkMETAcoplanarity(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), AlignmentTrackSelector::checkPrescaledHits(), MuonDetLayerMeasurements::checkRPCRecHits(), edm::MixingWorker< T >::checkSignal(), SiStripAnalyser::checkTrackerFEDs(), CutBasedElectronID::cicSelection(), ClusterRemovalRefSetter::ClusterRemovalRefSetter(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), Digi2Raw2Digi::compare(), L1GtHwValidation::compareDaqRecord(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareEvmRecord(), L1BitComputer::compute(), HLTBitComputer::compute(), ShallowTree::TypedBranchConnector< T >::connect(), L1FastjetCorrector::correction(), L6SLBCorrector::correction(), L1OffsetCorrector::correction(), PFRecHitProducerPS::createRecHits(), CxCalculator::CxCalculator(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), PFTauExtractor::depositFromObject(), EBClusterTaskExtras::determineTriggers(), EEClusterTaskExtras::determineTriggers(), EcalCosmicsHists::determineTriggers(), SiStripFineDelayHit::detId(), RPCTTUMonitor::discriminateGMT(), HLTTauRefProducer::doElectrons(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), DumpGctDigis::doInternEM(), HLTTauRefProducer::doJets(), DumpGctDigis::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), Tau3MuReco::doTau3MuReco(), HLTTauRefProducer::doTowers(), dRxyCalculator::dRxyCalculator(), DTHitAssociator::DTHitAssociator(), EcalEleCalibLooper::duringLoop(), InvRingCalib::duringLoop(), AlignmentProducer::duringLoop(), ZeeCalibration::duringLoop(), EcalShowerProperties::EcalShowerProperties(), EcalListOfFEDSProducer::Egamma(), EcalRawToRecHitRoI::Egamma(), ESListOfFEDSProducer::Egamma(), TopLeptonTauFilter::electronFilter(), HITrackingRegionForPrimaryVtxProducer::estimateMultiplicity(), HITrackingRegionProducer::estimateMultiplicity(), SimpleValueVectorVariable< TYPE >::eval(), ExpressionVariable< Object, label >::eval(), SimpleValueVariable< TYPE >::eval(), HLTBitVariable::eval(), L1TauAnalyzer::evalL1Decisions(), AlignmentMonitorTracksFromTrajectories::event(), MuonCosmicCompatibilityFiller::eventActivity(), TCTauAlgorithm::eventSetup(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), pat::PATPFParticleProducer::fetchCandidateCollection(), PFElectronTranslator::fetchCandidateCollection(), PFElectronTranslator::fetchGsfCollection(), TopSingleLepton::MonitorEnsemble::fill(), TauDiscriminationProducerBase< TauType, TauDiscriminator >::TauDiscInfo::fill(), PSimHitMap::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), SiPixelCalibDigiProducer::fill(), HcalSignalGenerator< HBHEDigitizerTraits >::fill(), HTrackAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MuonSimHitsValidAnalyzer::fillCSC(), LaserAlignment::fillDataProfiles(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), TrackDetectorAssociator::fillEcal(), GlobalDigisAnalyzer::fillECal(), GlobalRecHitsAnalyzer::fillECal(), GlobalHitsProducer::fillECal(), GlobalDigisProducer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalRecHitsProducer::fillECal(), HTrackAssociator::fillEcal(), GlobalHitsAnalyzer::fillECal(), FastL1GlobalAlgo::FillEgammas(), TrackerHitProducer::fillG4MC(), MuonIdProducer::fillGlbQuality(), GlobalRecHitsAnalyzer::fillHCal(), GlobalHitsAnalyzer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), GlobalDigisProducer::fillHCal(), HTrackAssociator::fillHcal(), GlobalHitsProducer::fillHCal(), TrackDetectorAssociator::fillHcal(), GlobalHitsProdHist::fillHCal(), GlobalRecHitsProducer::fillHCal(), HTrackAssociator::fillHcalTowers(), HLTMon::fillHistos(), EmDQMReco::fillHistos(), EmDQM::fillHistos(), HLTMonPhotonSource::fillHistos(), HLTMonElectron::fillHistos(), TrackDetectorAssociator::fillHO(), FastL1GlobalAlgo::FillL1Regions(), FastL1GlobalAlgo::FillL1RegionsTP(), FastL1GlobalAlgo::FillMET(), GlobalDigisProducer::fillMuon(), GlobalRecHitsProducer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), MuonAnalyzerSBSM::FillPlots(), DTTFFEDSim::fillRawData(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), HcalRecHitsValidation::fillRecHitsTmp(), MuonSimHitsValidAnalyzer::fillRPC(), TtEvtBuilder< C >::fillSpecific(), reco::HcalNoiseInfoProducer::filltracks(), GlobalRecHitsProducer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), GlobalDigisProducer::fillTrk(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalHitsProdHist::fillTrk(), TrackerHitProducer::fillTrk(), HLTPi0RecHitsFilter::filter(), HLTHcalNoiseFilter::filter(), HLTGlobalSums< T, Tid >::filter(), HLTElectronEoverpFilterRegional::filter(), HLTEgammaEtFilterPairs::filter(), HiCentralityBiasFilter::filter(), PythiaFilterZJetWithOutBg::filter(), MCProcessFilter::filter(), CosmicGenFilterLowE::filter(), SiStripCommissioningRunTypeFilter::filter(), EcalMonitorPrescaler::filter(), EcalExclusiveTrigFilter::filter(), JetTagCountFilter::filter(), HLTSingleVertexPixelTrackFilter::filter(), HLTAcoFilter::filter(), HLT2jetGapFilter::filter(), PythiaFilterTTBar::filter(), HZZ4lFilter::filter(), BsJpsiPhiFilter::filter(), EcalSimpleUncalibRecHitFilter::filter(), ZeeCandidateFilter::filter(), CandCollectionExistFilter::filter(), EcalFEDErrorFilter::filter(), TauHadronDecayFilter::filter(), TopDiLeptonFilter::filter(), HLTRPCFilter::filter(), HLTHcalNZSFilter::filter(), HLTEcalPhiSymFilter::filter(), HLTCSCOverlapFilter::filter(), HLTMuonL1RegionalFilter::filter(), HLTMuonIsoFilter::filter(), HLTJetVBFFilter::filter(), HLTFiltCand::filter(), HLTPMMassFilter::filter(), EgammaProbeSelector::filter(), GoodVertexFilter::filter(), BTagSkimMC::filter(), HSCPHLTFilter::filter(), HSCPTreeBuilder::filter(), HLTPixlMBForAlignmentFilter::filter(), HLTMuonL1Filter::filter(), HLTMhtHtFilter::filter(), HLTSummaryFilter::filter(), HLTElectronOneOEMinusOneOPFilterRegional::filter(), PythiaFilterEMJetHeep::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), ProtonTaggerFilter::filter(), WMuNuSelector::filter(), WZInterestingEventSelector::filter(), TagProbeMassEDMFilter::filter(), HSCParticleSelector::filter(), HLTPhi2METFilter::filter(), HLTPrescaler::filter(), HLTEgammaL1MatchFilterPairs::filter(), HLTDisplacedmumuFilter::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterGammaJet::filter(), MCZll::filter(), MCParticlePairFilter::filter(), cms::TrackMTCCFilter::filter(), cms::TECClusterFilter::filter(), SimpleSystematicsAnalyzer::filter(), PhysDecl::filter(), EcalSkim::filter(), SiPixelCalibDigiFilter::filter(), L1GtBeamModeFilter::filter(), HFFilter::filter(), pat::PATJetSelector::filter(), ProbeTreeProducer::filter(), ClusterMultiplicityFilter::filter(), CandViewRefRandomSelector::filter(), HLTL1NumberFilter::filter(), HLTEcalIsolationFilter::filter(), HLTDTActivityFilter::filter(), HLTCSCActivityFilter::filter(), HLTTrackWithHits::filter(), HLTElectronPixelMatchFilter::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterEMJet::filter(), fltrname::filter(), ZToMuMuSelector::filter(), PrescalerFHN::filter(), HSCParticleProducer::filter(), PFJetFilter::filter(), HLTHPDFilter::filter(), HLTEgammaGenericFilter::filter(), HLTEgammaCaloIsolFilterPairs::filter(), XtoFFbarFilter::filter(), PythiaFilterIsolatedTrack::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaDauVFilter::filter(), PhotonEnrichmentFilter::filter(), BdecayFilter::filter(), cms::MTCCHLTrigger::filter(), WMuNuValidator::filter(), HcalHPDFilter::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType >::filter(), HLTHcalPhiSymFilter::filter(), HLTDoublet< T1, Tid1, T2, Tid2 >::filter(), HLTBeamModeFilter::filter(), HLT1CaloJetEnergy::filter(), HLTEgammaTriggerFilterObjectWrapper::filter(), HeavyChHiggsToTauNuSkim::filter(), Zto2lFilter::filter(), TwoVBGenFilter::filter(), RecoDiMuon::filter(), cms::ClusterMTCCFilter::filter(), FilterScrapingPixelProbability::filter(), BeamSplash::filter(), FlavorHistoryFilter::filter(), BTagSkimLeptonJet::filter(), EFilter::filter(), HLTMuonTrackMassFilter::filter(), HLTRapGapFilter::filter(), HLTEgammaL1MatchFilterRegional::filter(), HLTEgammaEtFilter::filter(), HighMultiplicityGenFilter::filter(), UEDMultiLeptonFilter::filter(), PythiaFilterZJet::filter(), RPCRecHitFilter::filter(), DetStatus::filter(), HcalTBTriggerFilter::filter(), RoadSearchEventFilter::filter(), PFMETFilter::filter(), HLTPhysicsDeclared::filter(), HLTHFAsymmetryFilter::filter(), HLTHcalMETNoiseFilter::filter(), HLTSmartSinglet< T, Tid >::filter(), HLTSinglet< T, Tid >::filter(), PythiaDauFilter::filter(), CosmicGenFilterHelix::filter(), LogErrorFilter::filter(), ZToMuMuFilter::filter(), PdfSystematicsAnalyzer::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), DTCalibMuonSelection::filter(), CSCOverlapsBeamSplashCut::filter(), HLTRPCTrigNoSyncFilter::filter(), HLTPixlMBFilt::filter(), HLTCSCRing2or3Filter::filter(), HLTRHemisphere::filter(), HLTRFilter::filter(), HLTDiJetAveFilter::filter(), HLTElectronEtFilter::filter(), HLTmmkFilter::filter(), MCSmartSingleParticleFilter::filter(), HighETPhotonsFilterAlgo::filter(), cms::BHFilter::filter(), BxNumberFilter::filter(), HcalCalibTypeFilter::filter(), WenuCandidateFilter::filter(), SiStripCommissioningSeedFilter::filter(), RecHitEnergyFilter::filter(), LaserAlignmentEventFilter::filter(), HLTEcalResonanceFilter::filter(), HLTMuonL1toL3TkPreFilter::filter(), HLTForwardBackwardJetsFilter::filter(), HLTHighLevel::filter(), HLTEgammaGenericQuadraticFilter::filter(), HLTEgammaDoubleEtFilter::filter(), MCProcessRangeFilter::filter(), GenLeadTrackFilter::filter(), SecondaryVertexFilter::filter(), ECALActivity::filter(), EcalRecHitsFilter::filter(), pat::PATSingleVertexSelector::filter(), ptHatFilter::filter(), HLTCountNumberOfObject< OColl >::filter(), HLTMuonL3PreFilter::filter(), HLTNVFilter::filter(), HLTEgammaDoubleEtPhiFilter::filter(), PythiaFilterGammaGamma::filter(), NJetsMC::filter(), MCDijetResonance::filter(), JGJFilter::filter(), JetFlavourFilter::filter(), EMEnrichingFilterAlgo::filter(), EcalMIPRecHitFilter::filter(), SiStripDetWithSomething< T >::filter(), reco::CentralityProducer::filter(), RecoTauDiscriminatorRefSelector::filter(), StringCutObjectEvtFilter< T >::filter(), TtDecaySelection::filter(), HLTPixelIsolTrackFilter::filter(), HLTFEDSizeFilter::filter(), HLTExclDiJetFilter::filter(), TotalKinematicsFilter::filter(), JetFlavourCutFilter::filter(), HerwigMaxPtPartonFilter::filter(), DetectorStateFilter::filter(), SelectHFMinBias::filter(), EcalTangentFilter::filter(), L1Filter::filter(), cms::CosmicTIFTrigFilter::filter(), PFFilter::filter(), HLTCSCAcceptBusyFilter::filter(), HLTMuonDimuonL3Filter::filter(), HLTElectronGenericFilter::filter(), HLTEgammaDoubleEtDeltaPhiFilter::filter(), PythiaHLTSoupFilter::filter(), PythiaFilter::filter(), MCDecayingPionKaonFilter::filter(), BCToEFilterAlgo::filter(), SiStripShotFilter::filter(), LargeEvents< T >::filter(), ObjectPairFilter< C, S >::filter(), pat::PATLeptonCountFilter::filter(), ErrorSummaryFilter::filter(), myFilter::filter(), PFTauViewRefSelector::filter(), IsTBH4Type::filter(), HLTHcalSimpleRecHitFilter::filter(), HLTMuonDimuonL2Filter::filter(), HLTLevel1GTSeed::filter(), HLTPMDocaFilter::filter(), PythiaFilterZgamma::filter(), FourLepFilter::filter(), DJpsiFilter::filter(), CSCDigiValidator::filter(), JetMETDQMDCSFilter::filter(), HLTHcalCalibTypeFilter::filter(), HLTMuonL2PreFilter::filter(), MCSingleParticleFilter::filter(), LQGenFilter::filter(), doubleEMEnrichingFilterAlgo::filter(), aod2patFilterZee::filter(), FilterOutScraping::filter(), L1DEFilter::filter(), TopDecayChannelFilter< S >::filter(), pat::PATSingleVertexSelector::filter_(), ShallowDigisProducer::findInput(), SiStripProcessedRawDigiProducer::findInput(), SiStripClusterizer::findInput(), AlignmentGlobalTrackSelector::findMuons(), V0Fitter::fitAll(), RunManager::generateEvent(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::PyquenHadronizer::generatePartonsAndHadronize(), EventWithHistoryFilter::getAPVPhase(), getByLabel(), edm::python::ConstEventWrapper::getByLabel(), L1MuGMTPSB::getCalo(), PFClusterShapeProducer::getClusterCollection(), Multi5x5SuperClusterProducer::getClusterPtrVector(), SuperClusterProducer::getClusterPtrVector(), HiSuperClusterProducer::getClusterPtrVector(), ElectronIDAlgo::getClusterShape(), IslandClusterProducer::getCollection(), Multi5x5ClusterProducer::getCollection(), CosmicClusterProducer::getCollection(), EgammaHLTIslandClusterProducer::getCollection(), EgammaHLTMulti5x5ClusterProducer::getCollection(), RawDataConverter::GetDigis(), JetMatchingTools::getEBRecHitCollection(), EcalClusterLazyTools::getEBRecHits(), JetMatchingTools::getEBSimHitCollection(), L2TauModularIsolationProducer::getECALHits(), L2TauNarrowConeIsolationProducer::getECALHits(), L2TauIsolationProducer::getECALHits(), JetMatchingTools::getEERecHitCollection(), EcalClusterLazyTools::getEERecHits(), JetMatchingTools::getEESimHitCollection(), pat::PATMHTProducer::getElectrons(), DAFTrackProducer::getFromEvt(), MTFTrackProducer::getFromEvt(), L1TauAnalyzer::getGenObjects(), JetMatchingTools::getGenParticlesCollection(), JetMatchingTools::getHBHERecHitCollection(), L2TauModularIsolationProducer::getHCALHits(), L2TauNarrowConeIsolationProducer::getHCALHits(), JetMatchingTools::getHcalSimHitCollection(), JetMatchingTools::getHFRecHitCollection(), HoECalculator::getHoE(), JetMatchingTools::getHORecHitCollection(), pat::PATMHTProducer::getJets(), L1TauAnalyzer::getL1extraObjects(), getL1triggerDirection(), pat::PATMHTProducer::getMuons(), CaloRecoTauTagInfoAlgorithm::getNeutralEcalBasicClusters(), HLTEgammaDoubleLegCombFilter::getP3OfLegCands(), L2TauModularIsolationProducer::getPFClusters(), L1TauAnalyzer::getPFTauObjects(), PFClusterShapeProducer::getRecHitCollection(), MixEvtVtxGenerator::getRecVertex(), JetMatchingTools::getSimTrackCollection(), KVFTest::getSimVertex(), KineExample::getSimVertex(), JetMatchingTools::getSimVertexCollection(), SiStripDCSStatus::getStatus(), CosmicClusterProducer::getUCollection(), RawDataConverter::GetValidLabels(), MixEvtVtxGenerator::getVertex(), PlotMakerReco::handleObjects(), McSelector::handleObjects(), PlotMakerL1::handleObjects(), RecoSelector::handleObjects(), LeptonRecoSkim::handleObjects(), DTTriggerEfficiencyTask::hasRPCTriggers(), Vx3DHLTAnalyzer::HitCounter(), ctfseeding::HitExtractorPIX::hits(), ctfseeding::HitExtractorSTRP::hits(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), TrackerMuonHitExtractor::init(), tnp::BaseTreeFiller::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::ProbeVariable::init(), SiStripDCSStatus::initialise(), CosmicSplitterValidation::is_gold_muon(), CalibrationTrackSelector::isIsolated(), AlignmentTrackSelector::isIsolated(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), EcalRawToRecHitRoI::Jet(), TopLeptonTauFilter::jetFilter(), EcalListOfFEDSProducer::Jets(), ESListOfFEDSProducer::Jets(), L1GtUtils::l1Results(), SiStripAPVRestorer::LoadMeanCMMap(), EcalEndcapRecHitsMaker::loadPCaloHits(), EcalPreshowerRecHitsMaker::loadPCaloHits(), EcalBarrelRecHitsMaker::loadPCaloHits(), HcalRecHitsMaker::loadPCaloHits(), shallow::make_cluster_map(), RPCMonitorDigi::makeDcsInfo(), DQMProvInfo::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), RPCDcsInfo::makeDcsInfo(), HSCPValidator::makeGenPlots(), DQMProvInfo::makeGtInfo(), DQMDcsInfo::makeGtInfo(), HSCPValidator::makeHLTPlots(), HSCPValidator::makeSimDigiPlotsECAL(), HSCPValidator::makeSimDigiPlotsRPC(), HSCPValidator::makeSimTrackPlots(), FastL3MuonTrajectoryBuilder::makeTkCandCollection(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), EcalRawToRecHitRoI::Muon(), EcalListOfFEDSProducer::Muon(), ESListOfFEDSProducer::Muon(), TopLeptonTauFilter::muonFilter(), MuonCosmicCompatibilityFiller::muonTiming(), CentralityProvider::newEvent(), OverlapExclusionSelector< C, T, O >::newEvent(), pat::helper::EfficiencyLoader::newEvent(), reco::modules::MCMatchCandRefSelector::newEvent(), ZGoldenFilter::newEvent(), pat::helper::VertexingHelper::newEvent(), MuonCosmicCompatibilityFiller::nMuons(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), EcalRawToRecHitRoI::OneCandCollection(), CandIsolatorFromDeposits::SingleDeposit::open(), ObjectCountEventSelector< C, S, N, CS >::operator()(), ElectronIDSelectorLikelihood::operator()(), TtDilepLRSignalSelObservables::operator()(), TrackWithVertexSelector::operator()(), TtSemiLRJetCombObservables::operator()(), L1GtUtils::prescaleFactorSetIndex(), PlotEcalRecHits::printEcalRecHits(), PlotRecHits::printPixelRecHits(), PlotRecTracks::printRecTracks(), PlotSimTracks::printSimTracks(), tfwliteselectortest::ThingsTSelector::process(), tselnameWorker::process(), DTTFFEDReader::process(), tfwliteselectortest::ThingsWorker::process(), EETriggerTowerTask::processDigis(), EBTriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), HLTPrescaleRecorder::produce(), RawDataSelector::produce(), L1GTEvmDigiToRaw::produce(), ESDigiToRaw::produce(), WMuNuProducer::produce(), MuonWithPFIsoProducer::produce(), DistortedMuonProducer::produce(), CandOneToManyDeltaRMatcher::produce(), JetPartonMatcher::produce(), PartonSelector::produce(), pat::JetCorrFactorsProducer::produce(), pat::ObjectSpatialResolution< T >::produce(), pat::PATElectronProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), ElectronConversionRejectionVars::produce(), SoftElectronProducer::produce(), JetCrystalsAssociator::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), JetTracksAssociatorAtCaloFace::produce(), JetTracksAssociatorAtVertex::produce(), CastorTowerProducer::produce(), HcalHitSelection::produce(), cms::SiPixelRecHitConverter::produce(), SiStripMeanCMExtractor::produce(), QuarkoniaTrackSelector::produce(), CosmicsMuonIdProducer::produce(), HepMCCopy::produce(), TrackListCombiner::produce(), EMIsolatedTauJetsSelector::produce(), PFTauViewRefMerger::produce(), SeedCombiner::produce(), SiStripDigitizer::produce(), FastTrackMerger::produce(), HcalRawToDigi::produce(), EcalRawToRecHitFacility::produce(), EventVtxInfoNtupleDumper::produce(), EventWithHistoryProducerFromL1ABC::produce(), SiStripRegFEDSelector::produce(), AlCaHcalNoiseProducer::produce(), TrackInfoProducer::produce(), GtToGctCands::produce(), Type1PFMET::produce(), InterestingTrackEcalDetIdProducer::produce(), SoftConversionTrackCandidateProducer::produce(), InputGenJetsParticleSelector::produce(), CollectionCombiner< Collection >::produce(), MuonErrorMatrixAdjuster::produce(), LightPFTrackProducer::produce(), PixelVertexProducerClusters::produce(), PixelVertexProducerMedian::produce(), cms::ReconstructerFP420::produce(), DeDxEstimatorProducer::produce(), reco::modules::CosmicTrackSelector::produce(), cms::SimpleTrackListMerger::produce(), NuclearTrackCorrector::produce(), cms::RoadSearchCloudCleaner::produce(), cms::TrackListMerger::produce(), MCTrackMatcher::produce(), HighPtTrackEcalDetIdProducer::produce(), StGenEventReco::produce(), TopInitSubset::produce(), TtSemiLepSignalSelMVAComputer::produce(), pat::xxxEventHypothesisProducer::produce(), CastorFastTowerProducer::produce(), RPCPackingModule::produce(), EcalRawToRecHitRoI::produce(), WeakEffectsWeightProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), SubdetFEDSelector::produce(), FlavorHistoryProducer::produce(), JetChargeProducer::produce(), pat::PATTriggerProducer::produce(), pat::PATVertexAssociationProducer::produce(), EcalDigiSelector::produce(), SiStripElectronSeedProducer::produce(), HFRecoEcalCandidateProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), EgammaHLTNxNClusterProducer::produce(), CaloTowersMerger::produce(), CastorSimpleReconstructor::produce(), EcalTPSkimmer::produce(), HcalSimpleReconstructor::produce(), CSCSegmentProducer::produce(), L2MuonSeedGenerator::produce(), cms::TrackerizerFP420::produce(), L1HLTJetsMatching::produce(), PFTauToJetProducer::produce(), PFRecoTauDecayModeDeterminator::produce(), CandViewRefTriggerBiasRemover::produce(), NuclearSeedsEDProducer::produce(), CosmicSeedGenerator::produce(), BeamSpotOnlineProducer::produce(), NuclearInteractionEDProducer::produce(), edm::CFWriter::produce(), cms::DigitizerFP420::produce(), TtSemiEvtSolutionMaker::produce(), TtSemiLepJetCombMVAComputer::produce(), cms::Type1MET::produce(), cms::TauMET::produce(), SiClusterTranslator::produce(), ConditionDumperInEdm::produce(), Merger< InputCollection, OutputCollection, P >::produce(), ShallowRechitClustersProducer::produce(), LaserAlignmentT0Producer::produce(), L1GctEmulator::produce(), L1ExtraParticlesProd::produce(), GenParticleProducer::produce(), pat::PATJetProducer::produce(), SoftElectronCandProducer::produce(), UnifiedSCCollectionProducer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), ConversionTrackProducer::produce(), HIPixelClusterVtxProducer::produce(), TrackExtrapolator::produce(), CaloTowersReCreator::produce(), CastorCellProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), reco::GlobalHaloDataProducer::produce(), CosmicMuonProducer::produce(), CaloMuonMerger::produce(), InvariantMass< T1, T2 >::produce(), PFRecoTauProducer::produce(), RecoTauCleanerImpl< Prod >::produce(), reco::modules::TrackMultiSelector::produce(), TtDilepEvtSolutionMaker::produce(), TtHadEvtSolutionMaker::produce(), TtSemiLepHypothesis::produce(), HcalHistogramRawToDigi::produce(), CSCTFPacker::produce(), MatchedProbeMaker< T >::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), CandReducer::produce(), AlCaGammaJetProducer::produce(), EventShapeVarsProducer::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), CandOneToOneDeltaRMatcher::produce(), OtherObjectVariableComputer< T >::produce(), EgammaSCCorrectionMaker::produce(), GamIsoDetIdCollectionProducer::produce(), JetPlusTrackProducerAA::produce(), ZdcHitReconstructor::produce(), RPCPointProducer::produce(), MuonLinksProducer::produce(), TSGFromL2Muon::produce(), GoodSeedProducer::produce(), L2TauIsolationSelector::produce(), L2TauJetsMerger::produce(), L2TauModularIsolationProducer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), reco::modules::AnalyticalTrackSelector::produce(), RPCDigiProducer::produce(), BaseEvtVtxGenerator::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), SiPixelDigiToRaw::produce(), RPCUnpackingModule::produce(), GctDigiToRaw::produce(), ZMuMuUserDataOneTrack::produce(), sistrip::FEDEmulatorModule::produce(), ParticleDecayProducer::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), ECALRegFEDSelector::produce(), AlCaElectronsProducer::produce(), L1Comparator::produce(), ObjectMultiplicityCounter< T >::produce(), HybridClusterProducer::produce(), SiStripElectronAssociator::produce(), HFEMClusterProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), ConversionTrackMerger::produce(), TrackerOnlyConversionProducer::produce(), cms::MuonMETValueMapProducer::produce(), GlobalMuonProducer::produce(), TSGFromL1Muon::produce(), PFClusterProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFElecTkProducer::produce(), RecoTauPiZeroProducer::produce(), CRackSeedGenerator::produce(), DTDigitizer::produce(), TtFullHadSignalSelMVAComputer::produce(), TtFullLepKinSolutionProducer::produce(), PixelTracksProducer::produce(), sistrip::DigiToRawModule::produce(), L1GlobalTriggerEvmRawToDigi::produce(), NtpProducer< C >::produce(), CollectionAdder< C >::produce(), EcalIsolatedParticleCandidateProducer::produce(), cms::HitReCalibrator::produce(), ElectronRecalibSuperClusterAssociator::produce(), L1GlobalTrigger::produce(), pat::PATMETProducer::produce(), ObjectViewCleaner< T >::produce(), JetTagProducer::produce(), EcalChannelKiller::produce(), PreshowerClusterShapeProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), EgammaElectronTkIsolationProducer::produce(), HiEgammaIsolationProducer::produce(), HiSpikeCleaner::produce(), JetPlusTrackProducer::produce(), ESRecHitProducer::produce(), HcalHitReconstructor::produce(), CSCRecHitDProducer::produce(), TrajectorySeedFromMuonProducer::produce(), PFBlockProducer::produce(), PFDisplacedVertexCandidateProducer::produce(), EcalTBTDCRecInfoProducer::produce(), ParamL3MuonProducer::produce(), DTDigiToRawModule::produce(), CSCTFUnpacker::produce(), ZMuMuUserData::produce(), ZMuMuTrackUserData::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), ShallowCloneProducer< C >::produce(), AlCaIsoTracksProducer::produce(), AlignmentPrescaler::produce(), TagCaloJetProducer::produce(), GenParticlePruner::produce(), pat::PATCompositeCandidateProducer::produce(), ColinsSoperVariablesComputer::produce(), PreshowerClusterProducer::produce(), ElectronSeedProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), EleIsoDetIdCollectionProducer::produce(), cms::SiPixelClusterProducer::produce(), GlobalTrackQualityProducer::produce(), CaloTowerCreatorForTauHLT::produce(), HLTTauProducer::produce(), L2TauRelaxingIsolationSelector::produce(), reco::tautools::CopyProducer< Collection >::produce(), RoadSearchCloudMaker::produce(), CSCDigiProducer::produce(), cms::JetCorrectionProducer< T >::produce(), cms::JetVertexAssociation::produce(), HLTTauRefCombiner::produce(), GenFilterEfficiencyProducer::produce(), TrackCandidateProducer::produce(), evf::EvFFEDSelector::produce(), ISRWeightProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), ShallowEventDataProducer::produce(), L1EmulBias::produce(), L1ExtraParticleMapProd::produce(), L1RCTTPGProvider::produce(), CleanAndMergeProducer::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), EgammaHLTMulti5x5ClusterProducer::produce(), PhotonCoreProducer::produce(), HiEgammaSCCorrectionMaker::produce(), cms::SubEventGenJetProducer::produce(), GlobalCosmicMuonProducer::produce(), PFConversionProducer::produce(), PFNuclearProducer::produce(), L2TauNarrowConeIsolationProducer::produce(), RecoTauProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), VZeroProducer::produce(), HcalTTPDigiProducer::produce(), HcalSimpleAmplitudeZS::produce(), GenTrackMatcher::produce(), ReduceHcalRecHitCollectionProducer::produce(), UpdatedMuonInnerTrackRef::produce(), CSCTFTrackProducer::produce(), JetCollectionForEleHT::produce(), FamosProducer::produce(), FastElectronSeedProducer::produce(), HcalDigiToRaw::produce(), GctRawToDigi::produce(), ESRawToDigi::produce(), CSCDCCUnpacker::produce(), DimuonMCMatcher::produce(), TagProbeMassProducer::produce(), APVCyclePhaseProducerFromL1ABC::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), ShallowTracksProducer::produce(), ElectronSqPtTkIsolationProducer::produce(), RPCTechnicalTrigger::produce(), MassKinFitterCandProducer::produce(), EgammaHLTR9IDProducer::produce(), cms::MuonMET::produce(), CaloMuonProducer::produce(), DQMTauProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), RoadSearchTrackCandidateMaker::produce(), HLTJetIDProducer::produce(), LHE2HepMCConverter::produce(), GenHIEventProducer::produce(), FastL1MuonProducer::produce(), L1GlobalTriggerRecordProducer::produce(), HcalCalibFEDSelector::produce(), ZToLLEdmNtupleDumper::produce(), ShallowTrackClustersProducer::produce(), AlCaHOCalibProducer::produce(), HcalRecHitRecalib::produce(), TkAlCaOverlapTagger::produce(), RPCTrigger::produce(), GenParticleDecaySelector::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), reco::modules::JetFlavourIdentifier::produce(), pat::PATMuonProducer::produce(), pat::PATPhotonProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), TopProjector< Top, Bottom >::produce(), TrackIPProducer::produce(), UncleanSCRecoveryProducer::produce(), SoftConversionProducer::produce(), CastorJetIDProducer::produce(), CastorClusterProducer::produce(), reco::EcalHaloDataProducer::produce(), CosmicMuonLinksProducer::produce(), MuonRefProducer::produce(), ElectronSeedMerger::produce(), L2TauJetsProvider::produce(), PFRecoTauTagInfoProducer::produce(), TrackingTruthProducer::produce(), MuonTrackProducer::produce(), TtEvtBuilder< C >::produce(), prodname::produce(), MuonSimHitProducer::produce(), RawDataCollectorByLabel::produce(), L1GTDigiToRaw::produce(), ISRGammaWeightProducer::produce(), DistortedPFCandProducer::produce(), CloneProducer< C >::produce(), cms::AlCaDiJetsProducer::produce(), NearbyCandCountComputer::produce(), ObjectViewMatcher< T1, T2 >::produce(), RecHitFilter::produce(), PhotonProducer::produce(), ElectronIDExternalProducer< algo >::produce(), HiGenCleaner< T2 >::produce(), VirtualJetProducer::produce(), EcalDeadChannelRecoveryProducers::produce(), reco::HcalHaloDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), MuonSelectionTypeValueMapProducer::produce(), PFProducer::produce(), PFDisplacedVertexProducer::produce(), L2TauModularIsolationSelector::produce(), CaloRecoTauTagInfoProducer::produce(), TCRecoTauProducer::produce(), TruthTauDecayModeProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), QualityFilter::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), TrackMCQuality::produce(), HLTTauMCProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), GetJetsFromHLTobject::produce(), CastorFastClusterProducer::produce(), CSCDigiToRawModule::produce(), ZMuMuMuonUserData::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), CaloRecHitCandidateProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), BSCTrigger::produce(), TauGenJetProducer::produce(), pat::DuplicatedElectronCleaner::produce(), pat::PATTriggerEventProducer::produce(), PFPileUp::produce(), ReducedRecHitCollectionProducer::produce(), SiStripElectronProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), EgammaElectronTkNumIsolationProducer::produce(), ConvertedPhotonProducer::produce(), EvtPlaneProducer::produce(), JetIDProducer::produce(), CaloTowersCreator::produce(), TopBottomClusterInfoProducer::produce(), IsolatedTauJetsSelector::produce(), L2TauIsolationProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), HcalTrigPrimDigiProducer::produce(), HcalRealisticZS::produce(), MixEvtVtxGenerator::produce(), JetVetoedTracksAssociatorAtVertex::produce(), StEvtSolutionMaker::produce(), TtGenEventReco::produce(), TtSemiLepJetCombGeom::produce(), TtJetPartonMatch< C >::produce(), ConeIsolation::produce(), CaloRecHitCopy::produce(), LTCRawToDigi::produce(), L1GlobalTriggerRawToDigi::produce(), EcalRawToDigi::produce(), DTUnpackingModule::produce(), CastorDigiToRaw::produce(), PdfWeightProducer::produce(), FSRWeightProducer::produce(), DistortedMuonProducerFromDB::produce(), CandViewRefMerger::produce(), SiPixelFedFillerWordEventNumber::produce(), IPTCorrector::produce(), TrackHitFilter::produce(), AlignmentMuonHIPTrajectorySelector::produce(), TrackerToMuonPropagator::produce(), L1RCTProducer::produce(), GenJetBCEnergyRatio::produce(), pat::PATCleaner< PATObjType >::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTHybridClusterProducer::produce(), EgammaHLTIslandClusterProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), EgammaPhotonTkNumIsolationProducer::produce(), TrackProducerWithSCAssociation::produce(), reco::BeamHaloSummaryProducer::produce(), MuonTimingProducer::produce(), PFSimParticleProducer::produce(), RecoTauPiZeroFlattener::produce(), EcalTBHodoscopeRecInfoProducer::produce(), cms::RoadSearchHelixMaker::produce(), HcalDigitizer::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), HLTJetL1MatchProducer::produce(), TrajectorySeedProducer::produce(), SiPixelRawToDigi::produce(), ScalersRawToDigi::produce(), EcalRawToRecHitProducer::produce(), EcalDigiToRaw::produce(), DistortedMETProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), IsolatedPixelTrackCandidateProducer::produce(), AlCaEcalHcalReadoutsProducer::produce(), CSCTriggerPrimitivesProducer::produce(), pat::ObjectEnergyScale< T >::produce(), pat::PATTauProducer::produce(), PatJPsiProducer::produce(), EnergyLossProducer::produce(), EgammaHLTClusterShapeProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), PhotonIDProducer::produce(), HIBestVertexProducer::produce(), CaloTowerCandidateCreator::produce(), EcalRecHitProducer::produce(), ZdcSimpleReconstructor::produce(), DTRecSegment4DProducer::produce(), TrackClusterRemover::produce(), PFBlockElementSuperClusterProducer::produce(), PixelVertexProducer::produce(), PFJetToCaloProducer::produce(), CaloRecoTauProducer::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), cms::RoadSearchTrackListCleaner::produce(), TrackRefitter::produce(), NeutronHitsCollector::produce(), HectorProducer::produce(), TtFullHadHypothesis::produce(), FastTSGFromL2Muon::produce(), CastorRawToDigi::produce(), APVCyclePhaseProducerFromL1TS::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), ShallowSimhitClustersProducer::produce(), ShallowGainCalibration::produce(), EcalRecHitRecalib::produce(), MuonCandProducerMon::produce(), MaskedRctInputDigiProducer::produce(), MuScleFitMuonProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), pat::PATGenericParticleProducer::produce(), PATHemisphereProducer::produce(), pat::PATPFParticleProducer::produce(), SoftPFElectronProducer::produce(), EcalUncalibRecHitProducer::produce(), HBHEIsolatedNoiseReflagger::produce(), SiStripRecHitConverter::produce(), MuonShowerInformationProducer::produce(), ConvBremSeedProducer::produce(), PFTrackProducer::produce(), cms::ClusterizerFP420::produce(), PFTauMVAInputDiscriminantTranslator::produce(), DeDxDiscriminatorProducer::produce(), cms::CosmicTrackFinder::produce(), GsfTrackRefitter::produce(), PrimaryVertexProducer::produce(), EcalTrigPrimProducer::produce(), HcalTBDigiProducer::produce(), SubsystemNeutronWriter::produce(), TtFullLepHypothesis::produce(), CSCTFCandidateProducer::produce(), PiZeroDiscriminatorProducer::produce(), SiStripFineDelayHit::produce(), ShallowClustersProducer::produce(), CSCOverlapsTrackPreparation::produce(), ExampleClusterProducer::produce(), InterestingDetIdCollectionProducer::produce(), EgammaHLTR9Producer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), EgammaTowerIsolationProducer::produce(), ConversionTrackCandidateProducer::produce(), HIPixelMedianVtxProducer::produce(), JetExtender::produce(), EcalRecalibRecHitProducer::produce(), reco::CSCHaloDataProducer::produce(), InterestingEcalDetIdProducer::produce(), PFV0Producer::produce(), ImpactParameter::produce(), TrackAlgoCompareUtil::produce(), RoadSearchSeedFinder::produce(), CastorDigiProducer::produce(), HcalTTPTriggerRecord::produce(), cms::SiPixelDigitizer::produce(), TrackAssociatorEDProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), SiStripFineDelayHit::produceNoTracking(), FastjetJetProducer::produceTrackJets(), cms::HITrackVertexMaker::produceTracks(), MuonCosmicCompatibilityFiller::pvMatches(), ElectronHcalHelper::readEvent(), BeamFitter::readEvent(), PVFitter::readEvent(), readEventData(), pat::helper::BasicOverlapTest::readInput(), pat::helper::OverlapBySuperClusterSeed::readInput(), L1MuDTSectorReceiver::receiveCSCData(), L1MuDTEtaProcessor::receiveData(), L1MuGMTPSB::receiveData(), L1MuDTSectorReceiver::receiveDTBXData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), HcalDigiTester::reco(), HIMuonTrackingRegionProducer::regions(), TauRegionalPixelSeedGenerator::regions(), GlobalTrackingRegionWithVerticesProducer::regions(), IsolationRegionAroundL3Muon::regions(), HITRegionalPixelSeedGenerator::regions(), HITrackingRegionForPrimaryVtxProducer::regions(), GlobalTrackingRegionProducerFromBeamSpot::regions(), L3MumuTrackingRegion::regions(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), CutBasedElectronID::robustSelection(), RPCHitAssociator::RPCHitAssociator(), ElectronSeedGenerator::run(), EgammaHLTPixelMatchElectronAlgo::run(), EcalRecHitWorkerRecover::run(), SiStripElectronSeedGenerator::run(), L1MuDTTrackFinder::run(), tnp::TagProbePairMaker::run(), FastElectronSeedGenerator::run(), RxCalculator::RxCalculator(), SeedFilter::seeds(), HLTLevel1GTSeed::seedsL1Extra(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), SelectionStep< Object >::select(), StringCutEventSelector< Object >::select(), CaloTauSelectorDefinition::select(), GenJetClosestMatchSelectorDefinition::select(), pf2pat::IPCutPFCandidateSelectorDefinition::select(), AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select(), SingleEleCalibSelector::select(), HIProtoTrackSelector::select(), PFTauSelectorDefinition::select(), StringCutsEventSelector< Object, existenceMatter >::select(), FourVectorHLTOffline::selectElectrons(), CaloMETAnalyzer::selectHighPtJetEvent(), TcMETAnalyzer::selectHighPtJetEvent(), METAnalyzer::selectHighPtJetEvent(), MuCorrMETAnalyzer::selectHighPtJetEvent(), PFMETAnalyzer::selectHighPtJetEvent(), MuCorrMETAnalyzer::selectLowPtJetEvent(), CaloMETAnalyzer::selectLowPtJetEvent(), METAnalyzer::selectLowPtJetEvent(), TcMETAnalyzer::selectLowPtJetEvent(), PFMETAnalyzer::selectLowPtJetEvent(), FourVectorHLTOffline::selectTaus(), DualByL2TSG::selectTSG(), reco::isodeposit::OtherCandVeto::setEvent(), ConversionSeedFinder::setEvent(), FastTSGFromPropagation::setEvent(), TSGFromPropagation::setEvent(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), ParametrizedSubtractor::setupGeometryMap(), SiStripZeroSuppression::StandardZeroSuppression(), TopLeptonTauFilter::tauFilter(), ClusterChecker::tooManyClusters(), TrackerHitAssociator::TrackerHitAssociator(), FastTSGFromIOHit::trackerSeeds(), LaserDQM::trackerStatistics(), SiStripMonitorTrack::trackStudy(), DQMAnalyzer::trigger(), GsfElectronDataAnalyzer::trigger(), DTTrig::triggerReco(), triggerResultsByName(), MuonIdTruthInfo::truthMatchMuon(), TxyCalculator::TxyCalculator(), HIPixelTrackFilter::update(), HIProtoTrackFilter::update(), CosmicParametersDefinerForTP::vertex(), ParametersDefinerForTP::vertex(), and ECALRecHitAnalyzer::WriteECALRecHits().
{ bool ok = provRecorder_.getByLabel(tag, result); if (ok) { addToGotBranchIDs(*result.provenance()); } return ok; }
bool Event::getByLabel | ( | std::string const & | label, |
Handle< PROD > & | result | ||
) | const |
Definition at line 370 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
{ bool ok = provRecorder_.getByLabel(label, result); if (ok) { addToGotBranchIDs(*result.provenance()); } return ok; }
BasicHandle Event::getByLabelImpl | ( | const std::type_info & | iWrapperType, |
const std::type_info & | iProductType, | ||
const InputTag & | iTag | ||
) | const [private, virtual] |
Implements edm::EventBase.
Definition at line 199 of file Event.cc.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel_(), h, edm::BasicHandle::isValid(), edm::BasicHandle::provenance(), and provRecorder_.
{ BasicHandle h = provRecorder_.getByLabel_(TypeID(iProductType),iTag); if (h.isValid()) { addToGotBranchIDs(*(h.provenance())); } return h; }
BasicHandle Event::getByProductID_ | ( | ProductID const & | oid | ) | const [private] |
Definition at line 99 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::getByProductID().
Referenced by get().
{ return eventPrincipal().getByProductID(oid); }
bool Event::getByType | ( | Handle< PROD > & | result | ) | const |
Definition at line 403 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByType(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.
Referenced by HFLightCalRand::analyze(), HcalDigiAnalyzerImpl::analyze(), GsfElectronDataAnalyzer::analyze(), HcalDetDiagLaserMonitor::analyze(), PrimaryVertexAnalyzer4PU::analyze(), HcalLedAnalyzer::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), GlobalTest::analyze(), TestSuite::analyze(), HcalPedestalMCWidths::analyze(), HcalPedestalAnalyzer::analyze(), L1TRPCTPG::analyze(), CastorHitAnalyzerImpl::analyze(), PlaybackRawDataProvider::analyze(), HFLightCal::analyze(), HcalCorrPFCalculation::analyze(), DTAlbertoBenvenutiTask::analyze(), L1TLTC::analyze(), RPCMon_SS_Dbx_Global::analyze(), DuplicationChecker::analyze(), HcalDetDiagPedestalMonitor::analyze(), HcalHitAnalyzerImpl::analyze(), GsfElectronMCFakeAnalyzer::analyze(), HcalDetDiagNoiseMonitor::analyze(), ElectronSeedAnalyzer::analyze(), RPCMonitorRaw::analyze(), DQMHOAlCaRecoStream::analyze(), CastorPedestalsAnalysis::analyze(), HOCalibAnalyzer::analyze(), HcalTimingMonitorModule::analyze(), HcalDetDiagLEDMonitor::analyze(), HcalPedestalsAnalysis::analyze(), RPCMonitorLinkSynchro::analyze(), DQMAnalyzer::analyze(), HcalPedestalWidthsValidation::analyze(), HFPreLightCal::analyze(), TrackerHitAnalyzer::analyze(), ZdcTBAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), EcalHexDisplay::analyze(), MonitorLTC::analyze(), HcalTBWriter::analyze(), CastorDigiAnalyzerImpl::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), TrackDetectorAssociator::fillCaloTruth(), TrackerHitProducer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), ComphepSingletopFilter::filter(), STFilter::filter(), cms::LTCTriggerBitsFilter::filter(), HcalTBTriggerFilter::filter(), MCLongLivedParticles::filter(), HBHENoiseFilter::filter(), MatacqProducer::getCalibTriggerType(), MatacqProducer::getOrbitId(), CastorMonitorSelector::processEvent(), HcalMonitorSelector::processEvent(), HBHENoiseFilterResultProducer::produce(), SiClusterTranslator::produce(), EcalDCCTB07UnpackingModule::produce(), ParamL3MuonProducer::produce(), DTDigiToRawModule::produce(), EcalDCCTBUnpackingModule::produce(), HcalTBObjectUnpacker::produce(), HcalTrigPrimDigiProducer::produce(), DTUnpackingModule::produce(), TrackingRecHitTranslator::produce(), HcalLaserReco::produce(), GsfTrackRefitter::produce(), RPCMonitorSync::readRPCDAQStrips(), RunManager::resetGenParticleId(), FastTSGFromPropagation::setEvent(), DTLocalTriggerTask::triggerSource(), and MuonIdTruthInfo::truthMatchMuon().
{ bool ok = provRecorder_.getByType(result); if (ok) { addToGotBranchIDs(*result.provenance()); } return ok; }
LuminosityBlock const& edm::Event::getLuminosityBlock | ( | ) | const [inline] |
Definition at line 58 of file Event.h.
References luminosityBlock_.
Referenced by IsolatedTracksCone::analyze(), WZInterestingEventSelector::filter(), HLTPrescaler::filter(), and getRun().
{ return *luminosityBlock_; }
void Event::getMany | ( | SelectorBase const & | sel, |
std::vector< Handle< PROD > > & | results | ||
) | const |
Definition at line 393 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getMany(), provRecorder_, and python::entryComment::results.
Referenced by TriggerSummaryProducerAOD::fillTriggerObjectCollections(), TriggerSummaryProducerRAW::produce(), and TriggerSummaryProducerAOD::produce().
{ provRecorder_.getMany(sel, results); for (typename std::vector<Handle<PROD> >::const_iterator it = results.begin(), itEnd = results.end(); it != itEnd; ++it) { addToGotBranchIDs(*it->provenance()); } }
void Event::getManyByType | ( | std::vector< Handle< PROD > > & | results | ) | const |
Definition at line 414 of file Event.h.
References addToGotBranchIDs(), edm::PrincipalGetAdapter::getManyByType(), provRecorder_, and python::entryComment::results.
Referenced by EnergyScaleAnalyzer::analyze(), HtrXmlPattern::analyze(), JPTJetTester::analyze(), PFJetTester::analyze(), CaloJetTester::analyze(), myJetAna::analyze(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), cms::MTCCHLTrigger::filter(), Herwig6Filter::filter(), myFilter::filter(), egHLT::debug::listAllProducts(), HSCPValidator::makeSimDigiPlotsRPC(), PlotRecHits::printStripRecHits(), ESListOfFEDSProducer::produce(), RawDataCollectorModule::produce(), EcalRecHitsMerger::produce(), ESRecHitsMerger::produce(), and EcalListOfFEDSProducer::produce().
{ provRecorder_.getManyByType(results); for (typename std::vector<Handle<PROD> >::const_iterator it = results.begin(), itEnd = results.end(); it != itEnd; ++it) { addToGotBranchIDs(*it->provenance()); } }
bool Event::getProcessParameterSet | ( | std::string const & | processName, |
ParameterSet & | ps | ||
) | const |
Definition at line 76 of file Event.cc.
References cmsDriver::config, edm::ParameterSet::empty(), 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().
{ // Get the ProcessHistory for this event. ProcessHistoryRegistry* phr = ProcessHistoryRegistry::instance(); ProcessHistory ph; if (!phr->getMapped(processHistoryID(), ph)) { throw Exception(errors::NotFound) << "ProcessHistoryID " << processHistoryID() << " is claimed to describe " << id() << "\nbut is not found in the ProcessHistoryRegistry.\n" << "This file is malformed.\n"; } ProcessConfiguration config; bool process_found = ph.getConfigurationForProcess(processName, config); if (process_found) { pset::Registry::instance()->getMapped(config.parameterSetID(), ps); assert(!ps.empty()); } return process_found; }
Provenance Event::getProvenance | ( | BranchID const & | theID | ) | const |
Definition at line 61 of file Event.cc.
References edm::Principal::getProvenance(), edm::PrincipalGetAdapter::principal(), and provRecorder_.
Referenced by HLTInfo::analyze(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), HLTDoublet< T1, Tid1, T2, Tid2 >::filter(), HLTMuonL3PreFilter::filter(), EcalSelectiveReadoutProducer::getBinOfMax(), cms::SimpleTrackListMerger::produce(), GlobalTrackQualityProducer::produce(), TopProjector< Top, Bottom >::produce(), and TopProjector< Top, Bottom >::ptrToAncestor().
{ return provRecorder_.principal().getProvenance(bid); }
Provenance Event::getProvenance | ( | ProductID const & | theID | ) | const |
Definition at line 66 of file Event.cc.
References eventPrincipal(), and edm::EventPrincipal::getProvenance().
{ return eventPrincipal().getProvenance(pid); }
RefProd<PROD> edm::Event::getRefBeforePut | ( | ) | [inline] |
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 96 of file Event.h.
Referenced by helper::CandDecayStoreManager::cloneAndStore(), pat::PATJetSelector::filter(), TopInitSubset::produce(), MuonErrorMatrixAdjuster::produce(), FastTrackMerger::produce(), reco::modules::CosmicTrackSelector::produce(), cms::SimpleTrackListMerger::produce(), NuclearTrackCorrector::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), GenParticleProducer::produce(), pat::PATJetProducer::produce(), reco::modules::TrackMultiSelector::produce(), reco::modules::AnalyticalTrackSelector::produce(), PFDisplacedTrackerVertexProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), ElectronRecalibSuperClusterAssociator::produce(), AlCaIsoTracksProducer::produce(), GenParticlePruner::produce(), PFNuclearProducer::produce(), PFConversionProducer::produce(), MuonTrackProducer::produce(), GenParticleDecaySelector::produce(), TrackIPProducer::produce(), QualityFilter::produce(), TrackHitFilter::produce(), PFV0Producer::produce(), GsfTrackProducerBase::putInEvt(), KfTrackProducerBase::putInEvt(), and TrackProducerWithSCAssociation::putInEvt().
{return getRefBeforePut<PROD>(std::string());}
RefProd< PROD > Event::getRefBeforePut | ( | std::string const & | productInstanceName | ) |
Definition at line 338 of file Event.h.
References edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), L1TEmulatorMonitor_cff::p, PROD, edm::PrincipalGetAdapter::prodGetter(), and provRecorder_.
{ PROD* p = 0; ConstBranchDescription const& desc = provRecorder_.getBranchDescription(TypeID(*p), productInstanceName); //should keep track of what Ref's have been requested and make sure they are 'put' return RefProd<PROD>(makeProductID(desc), provRecorder_.prodGetter()); }
Run const & Event::getRun | ( | ) | const |
Definition at line 44 of file Event.cc.
References getLuminosityBlock(), and edm::LuminosityBlock::getRun().
Referenced by L1GtAnalyzer::analyzeL1GtTriggerMenuLite(), MuScleFit::duringLoop(), L1GtBeamModeFilter::filter(), L1GtUtils::getL1GtTriggerMenuLiteInputTag(), and L1GtUtils::retrieveL1GtTriggerMenuLite().
{ return getLuminosityBlock().getRun(); }
ProductID Event::makeProductID | ( | ConstBranchDescription const & | desc | ) | const [private] |
Definition at line 39 of file Event.cc.
References edm::ConstBranchDescription::branchID(), edm::EventPrincipal::branchIDToProductID(), and eventPrincipal().
Referenced by getRefBeforePut(), and put().
{ return eventPrincipal().branchIDToProductID(desc.branchID()); }
ProcessHistory const & Event::processHistory | ( | ) | const |
Definition at line 189 of file Event.cc.
References edm::PrincipalGetAdapter::processHistory(), and provRecorder_.
Referenced by DQMProvInfo::analyze(), and RawDataCollectorModule::produce().
{ return provRecorder_.processHistory(); }
ProcessHistoryID const & Event::processHistoryID | ( | ) | const |
Definition at line 55 of file Event.cc.
References eventPrincipal(), and edm::Principal::processHistoryID().
Referenced by getProcessParameterSet().
{ return eventPrincipal().processHistoryID(); }
OrphanHandle<GenericObjectOwner> edm::Event::put | ( | std::auto_ptr< GenericObjectOwner > | product, |
std::string const & | productInstanceName | ||
) |
OrphanHandle<PROD> edm::Event::put | ( | std::auto_ptr< PROD > | product | ) | [inline] |
Put a new product.
Definition at line 84 of file Event.h.
Referenced by edm::HiMixingWorker< T >::addSignals(), EgammaHLTMulti5x5ClusterProducer::clusterizeECALPart(), Multi5x5ClusterProducer::clusterizeECALPart(), CosmicClusterProducer::clusterizeECALPart(), EgammaHLTIslandClusterProducer::clusterizeECALPart(), IslandClusterProducer::clusterizeECALPart(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), HLTTauRefProducer::doElectrons(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), edm::MixingModule::doPileUp(), HLTTauRefProducer::doTowers(), EDMNeutronWriter::endEvent(), HLTEgammaEtFilterPairs::filter(), HLTElectronEoverpFilterRegional::filter(), HLTGlobalSums< T, Tid >::filter(), HLTPi0RecHitsFilter::filter(), ZeeCandidateFilter::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), HLT2jetGapFilter::filter(), HLTAcoFilter::filter(), HLTSingleVertexPixelTrackFilter::filter(), HLTPMMassFilter::filter(), HLTFiltCand::filter(), HLTJetVBFFilter::filter(), HLTMuonIsoFilter::filter(), HLTMuonL1RegionalFilter::filter(), HLTEcalPhiSymFilter::filter(), HSCParticleSelector::filter(), ConfigurableAnalysis::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTElectronOneOEMinusOneOPFilterRegional::filter(), HLTMhtHtFilter::filter(), HLTMuonL1Filter::filter(), HLTPixlMBForAlignmentFilter::filter(), CandViewRefRandomSelector::filter(), pat::PATJetSelector::filter(), cms::TECClusterFilter::filter(), cms::TrackMTCCFilter::filter(), MCZll::filter(), HLTDisplacedmumuFilter::filter(), HLTEgammaL1MatchFilterPairs::filter(), HLTPhi2METFilter::filter(), HSCParticleProducer::filter(), HLTElectronPixelMatchFilter::filter(), HLTTrackWithHits::filter(), HLTEcalIsolationFilter::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType >::filter(), cms::MTCCHLTrigger::filter(), HLTEgammaCaloIsolFilterPairs::filter(), HLTEgammaGenericFilter::filter(), FlavorHistoryFilter::filter(), cms::ClusterMTCCFilter::filter(), HLTEgammaTriggerFilterObjectWrapper::filter(), HLT1CaloJetEnergy::filter(), HLTDoublet< T1, Tid1, T2, Tid2 >::filter(), HLTHcalPhiSymFilter::filter(), cms::LTCTriggerBitsFilter::filter(), HLTEgammaDoubleLegCombFilter::filter(), HLTEgammaEtFilter::filter(), HLTEgammaL1MatchFilterRegional::filter(), HLTRapGapFilter::filter(), HLTMuonTrackMassFilter::filter(), HLTSinglet< T, Tid >::filter(), HLTSmartSinglet< T, Tid >::filter(), WenuCandidateFilter::filter(), HLTmmkFilter::filter(), HLTElectronEtFilter::filter(), HLTDiJetAveFilter::filter(), HLTRFilter::filter(), HLTRHemisphere::filter(), HLTPixlMBFilt::filter(), HLTEgammaDoubleEtFilter::filter(), HLTEgammaGenericQuadraticFilter::filter(), HLTForwardBackwardJetsFilter::filter(), HLTMuonL1toL3TkPreFilter::filter(), HLTEcalResonanceFilter::filter(), RecoTauDiscriminatorRefSelector::filter(), reco::CentralityProducer::filter(), HLTEgammaDoubleEtPhiFilter::filter(), HLTNVFilter::filter(), HLTMuonL3PreFilter::filter(), HLTCountNumberOfObject< OColl >::filter(), HLTExclDiJetFilter::filter(), HLTPixelIsolTrackFilter::filter(), PFTauViewRefSelector::filter(), HLTEgammaDoubleEtDeltaPhiFilter::filter(), HLTElectronGenericFilter::filter(), HLTMuonDimuonL3Filter::filter(), Tau3MuSkim::filter(), HLTPMDocaFilter::filter(), HLTLevel1GTSeed::filter(), HLTMuonDimuonL2Filter::filter(), aod2patFilterZee::filter(), HLTMuonL2PreFilter::filter(), pat::PATSingleVertexSelector::filter_(), ShallowDigisProducer::insert(), gen::Pythia6Gun::loadEvent(), EgammaHLTNxNClusterProducer::makeNxNClusters(), SiStripDigitizer::produce(), HcalTB02Analysis::produce(), EcalFEtoDigi::produce(), SeedCombiner::produce(), PFTauViewRefMerger::produce(), EMIsolatedTauJetsSelector::produce(), TrackListCombiner::produce(), HepMCCopy::produce(), RPCSeedGenerator::produce(), CosmicsMuonIdProducer::produce(), QuarkoniaTrackSelector::produce(), SiStripMeanCMExtractor::produce(), cms::SiPixelRecHitConverter::produce(), HcalHitSelection::produce(), CastorTowerProducer::produce(), JetTracksAssociatorAtVertex::produce(), JetTracksAssociatorAtCaloFace::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), JetCrystalsAssociator::produce(), SoftElectronProducer::produce(), ElectronConversionRejectionVars::produce(), DeltaRNearestObjectComputer< T >::produce(), pat::PATElectronProducer::produce(), pat::ObjectSpatialResolution< T >::produce(), PartonSelector::produce(), JetPartonMatcher::produce(), CandOneToManyDeltaRMatcher::produce(), DistortedMuonProducer::produce(), MuonWithPFIsoProducer::produce(), WMuNuProducer::produce(), ESDigiToRaw::produce(), L1GTEvmDigiToRaw::produce(), RawDataSelector::produce(), edm::CosMuoGenProducer::produce(), HLTPrescaleRecorder::produce(), edm::ExpoRandomPtGunProducer::produce(), HcalTBSource::produce(), TtSemiLepSignalSelMVAComputer::produce(), TopInitSubset::produce(), StGenEventReco::produce(), HighPtTrackEcalDetIdProducer::produce(), MCTrackMatcher::produce(), HcalTB04Analysis::produce(), cms::TrackListMerger::produce(), cms::RoadSearchCloudCleaner::produce(), NuclearTrackCorrector::produce(), cms::SimpleTrackListMerger::produce(), reco::modules::CosmicTrackSelector::produce(), DeDxEstimatorProducer::produce(), cms::ReconstructerFP420::produce(), PixelVertexProducerMedian::produce(), PixelVertexProducerClusters::produce(), LightPFTrackProducer::produce(), PFClusterShapeProducer::produce(), MuonErrorMatrixAdjuster::produce(), CollectionCombiner< Collection >::produce(), InputGenJetsParticleSelector::produce(), SoftConversionTrackCandidateProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), Type1PFMET::produce(), GtToGctCands::produce(), TextToRaw::produce(), SourceCardTextToRctDigi::produce(), TrackInfoProducer::produce(), AlCaHcalNoiseProducer::produce(), SiStripRegFEDSelector::produce(), EventWithHistoryProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), EventVtxInfoNtupleDumper::produce(), EcalRawToRecHitFacility::produce(), HcalRawToDigi::produce(), FastTrackMerger::produce(), TtSemiLepJetCombMVAComputer::produce(), TtSemiEvtSolutionMaker::produce(), cms::DigitizerFP420::produce(), edm::CFWriter::produce(), HcalForwardLibWriter::produce(), NuclearInteractionEDProducer::produce(), BeamSpotOnlineProducer::produce(), CosmicSeedGenerator::produce(), NuclearSeedsEDProducer::produce(), CandViewRefTriggerBiasRemover::produce(), PFRecoTauDecayModeDeterminator::produce(), PFTauToJetProducer::produce(), L1HLTJetsMatching::produce(), cms::TrackerizerFP420::produce(), L2MuonSeedGenerator::produce(), CSCSegmentProducer::produce(), HcalSimpleReconstructor::produce(), EcalTPSkimmer::produce(), CastorSimpleReconstructor::produce(), CaloTowersMerger::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), HFRecoEcalCandidateProducer::produce(), SiStripElectronSeedProducer::produce(), EcalDigiSelector::produce(), pat::PATVertexAssociationProducer::produce(), pat::PATTriggerProducer::produce(), JetChargeProducer::produce(), FlavorHistoryProducer::produce(), RctInputTextToDigi::produce(), SiStripProcessedRawDigiProducer::produce(), SubdetFEDSelector::produce(), HBHENoiseFilterResultProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), WeakEffectsWeightProducer::produce(), EcalRawToRecHitRoI::produce(), RPCPackingModule::produce(), CastorFastTowerProducer::produce(), pat::xxxEventHypothesisProducer::produce(), edm::BeamHaloProducer::produce(), edm::PomwigProducer::produce(), TriggerSummaryProducerRAW::produce(), edm::FlatRandomEGunSource::produce(), TtSemiLepHypothesis::produce(), TtHadEvtSolutionMaker::produce(), TtDilepEvtSolutionMaker::produce(), HcalTB06Analysis::produce(), reco::modules::TrackMultiSelector::produce(), RecoTauCleanerImpl< Prod >::produce(), PFRecoTauProducer::produce(), InvariantMass< T1, T2 >::produce(), MuonIdProducer::produce(), CaloMuonMerger::produce(), reco::GlobalHaloDataProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), CastorCellProducer::produce(), CaloTowersReCreator::produce(), TrackExtrapolator::produce(), HIPixelClusterVtxProducer::produce(), ConversionTrackProducer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), UnifiedSCCollectionProducer::produce(), SoftElectronCandProducer::produce(), NTuplingDevice::produce(), pat::PATJetProducer::produce(), GenParticleProducer::produce(), GtPsbTextToDigi::produce(), L1ExtraParticlesProd::produce(), L1GctEmulator::produce(), LaserAlignmentT0Producer::produce(), ShallowRechitClustersProducer::produce(), Merger< InputCollection, OutputCollection, P >::produce(), DTTFFEDSim::produce(), EcalDCCTB07UnpackingModule::produce(), ConditionDumperInEdm::produce(), PileUpProducer::produce(), SiClusterTranslator::produce(), ExternalLHEProducer::produce(), edm::ExpoRandomPtGunSource::produce(), edm::FileRandomKEThetaGunProducer::produce(), cms::TauMET::produce(), cms::Type1MET::produce(), RPCDigiProducer::produce(), BeamSpotProducer::produce(), reco::modules::AnalyticalTrackSelector::produce(), EcalTBWeightUncalibRecHitProducer::produce(), L2TauModularIsolationProducer::produce(), L2TauJetsMerger::produce(), L2TauIsolationSelector::produce(), GoodSeedProducer::produce(), TSGFromL2Muon::produce(), MuonLinksProducer::produce(), RPCPointProducer::produce(), ZdcHitReconstructor::produce(), JetPlusTrackProducerAA::produce(), GamIsoDetIdCollectionProducer::produce(), EgammaHLTPixelMatchElectronProducers::produce(), EgammaSCCorrectionMaker::produce(), OtherObjectVariableComputer< T >::produce(), CandOneToOneDeltaRMatcher::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), DTTrackFinder::produce(), AlCaGammaJetProducer::produce(), CandReducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), DoubleProducer::produce(), MatchedProbeMaker< T >::produce(), CSCTFPacker::produce(), HcalHistogramRawToDigi::produce(), TriggerSummaryProducerAOD::produce(), TtFullLepKinSolutionProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), DTDigitizer::produce(), OscarProducer::produce(), CRackSeedGenerator::produce(), RecoTauPiZeroProducer::produce(), PFElecTkProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFClusterProducer::produce(), TSGFromL1Muon::produce(), cms::MuonMETValueMapProducer::produce(), TrackerOnlyConversionProducer::produce(), ConversionTrackMerger::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), HFEMClusterProducer::produce(), SiStripElectronAssociator::produce(), HybridClusterProducer::produce(), ObjectMultiplicityCounter< T >::produce(), pat::PATMHTProducer::produce(), L1Comparator::produce(), LmfSource::produce(), AlCaElectronsProducer::produce(), ECALRegFEDSelector::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), ParticleDecayProducer::produce(), sistrip::FEDEmulatorModule::produce(), ZMuMuUserDataOneTrack::produce(), GctDigiToRaw::produce(), RPCUnpackingModule::produce(), SiPixelDigiToRaw::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), Timer::produce(), BaseEvtVtxGenerator::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), EcalTBTDCRecInfoProducer::produce(), PFDisplacedVertexCandidateProducer::produce(), PFBlockProducer::produce(), TrajectorySeedFromMuonProducer::produce(), CSCRecHitDProducer::produce(), HcalHitReconstructor::produce(), ESRecHitProducer::produce(), JetPlusTrackProducer::produce(), HiSpikeCleaner::produce(), HiEgammaIsolationProducer::produce(), EgammaElectronTkIsolationProducer::produce(), ESListOfFEDSProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), PreshowerClusterShapeProducer::produce(), EcalChannelKiller::produce(), JetTagProducer::produce(), ObjectViewCleaner< T >::produce(), pat::PATMETProducer::produce(), CandIsoDepositProducer::produce(), L1GlobalTrigger::produce(), ElectronRecalibSuperClusterAssociator::produce(), cms::HitReCalibrator::produce(), EcalIsolatedParticleCandidateProducer::produce(), CollectionAdder< C >::produce(), NtpProducer< C >::produce(), ConfigurableAPVCyclePhaseProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), sistrip::DigiToRawModule::produce(), CaloRecHitsProducer::produce(), PixelTracksProducer::produce(), edm::MCFileSource::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), GlobalRecHitsProducer::produce(), CSCDigiProducer::produce(), RoadSearchCloudMaker::produce(), reco::tautools::CopyProducer< Collection >::produce(), L2TauRelaxingIsolationSelector::produce(), HLTTauProducer::produce(), CaloTowerCreatorForTauHLT::produce(), GlobalTrackQualityProducer::produce(), cms::SiPixelClusterProducer::produce(), EleIsoDetIdCollectionProducer::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), EgammaHLTElectronDetaDphiProducer::produce(), ElectronSeedProducer::produce(), PreshowerClusterProducer::produce(), ColinsSoperVariablesComputer::produce(), pat::PATCompositeCandidateProducer::produce(), GenParticlePruner::produce(), TagCaloJetProducer::produce(), AlignmentPrescaler::produce(), AlCaIsoTracksProducer::produce(), ShallowCloneProducer< C >::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), ZMuMuTrackUserData::produce(), ZMuMuUserData::produce(), CSCTFUnpacker::produce(), DTDigiToRawModule::produce(), ParamL3MuonProducer::produce(), HLTDummyCollections::produce(), GlobalHitsProducer::produce(), UpdatedMuonInnerTrackRef::produce(), ReduceHcalRecHitCollectionProducer::produce(), GenTrackMatcher::produce(), simwatcher::BeginOfTrackCounter::produce(), HcalSimpleAmplitudeZS::produce(), HcalTTPDigiProducer::produce(), VZeroProducer::produce(), V0Producer::produce(), SeedGeneratorFromRegionHitsEDProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), RecoTauProducer::produce(), L2TauNarrowConeIsolationProducer::produce(), PFNuclearProducer::produce(), PFConversionProducer::produce(), cms::SubEventGenJetProducer::produce(), HiEgammaSCCorrectionMaker::produce(), PhotonCoreProducer::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), CleanAndMergeProducer::produce(), L1RCTTPGProvider::produce(), L1ExtraParticleMapProd::produce(), L1EmulBias::produce(), LaserAlignmentSource::produce(), ShallowEventDataProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), ISRWeightProducer::produce(), DTTFFEDReader::produce(), EcalRawToRecHitByproductProducer::produce(), EcalDCCTBUnpackingModule::produce(), evf::EvFFEDSelector::produce(), RawDataCollectorModule::produce(), TrackCandidateProducer::produce(), HLTTauRefCombiner::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunSource::produce(), RandomEngineStateProducer::produce(), cms::JetVertexAssociation::produce(), cms::JetCorrectionProducer< T >::produce(), TrackerHitProducer::produce(), TotemTestGem::produce(), RoadSearchTrackCandidateMaker::produce(), reco::modules::TrackerTrackHitFilter::produce(), DQMTauProducer::produce(), CaloMuonProducer::produce(), cms::MuonMET::produce(), EgammaHLTR9IDProducer::produce(), MassKinFitterCandProducer::produce(), RctTextToRctDigi::produce(), RPCTechnicalTrigger::produce(), L1DummyProducer::produce(), ElectronSqPtTkIsolationProducer::produce(), SiPixelCalibDigiProducer::produce(), ShallowTracksProducer::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), APVCyclePhaseProducerFromL1ABC::produce(), TagProbeMassProducer::produce(), DimuonMCMatcher::produce(), CSCDCCUnpacker::produce(), ESRawToDigi::produce(), HcalDigiToRaw::produce(), ErrorStreamSource::produce(), FastElectronSeedProducer::produce(), FamosProducer::produce(), JetCollectionForEleHT::produce(), CSCTFTrackProducer::produce(), EcalSimHitsValidProducer::produce(), TtEvtBuilder< C >::produce(), MuonTrackProducer::produce(), PFRecoTauTagInfoProducer::produce(), L2TauJetsProvider::produce(), ElectronSeedMerger::produce(), MuonRefProducer::produce(), CosmicMuonLinksProducer::produce(), reco::EcalHaloDataProducer::produce(), CastorClusterProducer::produce(), CastorJetIDProducer::produce(), SoftConversionProducer::produce(), UncleanSCRecoveryProducer::produce(), TrackIPProducer::produce(), TopProjector< Top, Bottom >::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), pat::PATPhotonProducer::produce(), pat::PATMuonProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), GenParticleDecaySelector::produce(), RPCTrigger::produce(), TkAlCaOverlapTagger::produce(), HcalRecHitRecalib::produce(), AlCaHOCalibProducer::produce(), ShallowTrackClustersProducer::produce(), ZToLLEdmNtupleDumper::produce(), HcalCalibFEDSelector::produce(), L1GlobalTriggerRecordProducer::produce(), FastL1MuonProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), GenHIEventProducer::produce(), LHE2HepMCConverter::produce(), HLTJetIDProducer::produce(), edm::H2RootNtplSource::produce(), edm::FlatRandomPtThetaGunProducer::produce(), TrackMCQuality::produce(), StoreSecondary::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), CtfSpecialSeedGenerator::produce(), QualityFilter::produce(), TrackCandidateTopBottomHitFilter::produce(), TruthTauDecayModeProducer::produce(), TCRecoTauProducer::produce(), CaloRecoTauTagInfoProducer::produce(), L2TauModularIsolationSelector::produce(), PFDisplacedVertexProducer::produce(), PFProducer::produce(), PFElectronTranslator::produce(), MuonSelectionTypeValueMapProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), reco::HcalNoiseInfoProducer::produce(), reco::HcalHaloDataProducer::produce(), EcalDeadChannelRecoveryProducers::produce(), HiGenCleaner< T2 >::produce(), ElectronIDExternalProducer< algo >::produce(), PhotonProducer::produce(), RecHitFilter::produce(), ObjectViewMatcher< T1, T2 >::produce(), NearbyCandCountComputer::produce(), L1MuGMTHWFileReader::produce(), L1MuGlobalMuonTrigger::produce(), cms::AlCaDiJetsProducer::produce(), CloneProducer< C >::produce(), DistortedPFCandProducer::produce(), ISRGammaWeightProducer::produce(), L1GTDigiToRaw::produce(), RawDataCollectorByLabel::produce(), MuonSimHitProducer::produce(), prodname::produce(), TtJetPartonMatch< C >::produce(), TtSemiLepJetCombGeom::produce(), TtGenEventReco::produce(), StEvtSolutionMaker::produce(), JetVetoedTracksAssociatorAtVertex::produce(), TrackingMaterialProducer::produce(), MixEvtVtxGenerator::produce(), HcalRealisticZS::produce(), HcalTrigPrimDigiProducer::produce(), HcalTBObjectUnpacker::produce(), EcalTBH2TDCRecInfoProducer::produce(), L2TauIsolationProducer::produce(), IsolatedTauJetsSelector::produce(), TopBottomClusterInfoProducer::produce(), CaloTowersCreator::produce(), JetIDProducer::produce(), EvtPlaneProducer::produce(), ConvertedPhotonProducer::produce(), EgammaElectronTkNumIsolationProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), EcalRecHitsMerger::produce(), SiStripElectronProducer::produce(), ReducedRecHitCollectionProducer::produce(), PFPileUp::produce(), pat::PATTriggerEventProducer::produce(), pat::DuplicatedElectronCleaner::produce(), TauGenJetProducer::produce(), BSCTrigger::produce(), EcalFEDWithCRCErrorProducer::produce(), CaloRecHitCandidateProducer::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), ZMuMuMuonUserData::produce(), CSCDigiToRawModule::produce(), L1GtTextToRaw::produce(), CastorFastClusterProducer::produce(), GetJetsFromHLTobject::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTTauMCProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), HcalPatternSource::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), HcalDigitizer::produce(), cms::RoadSearchHelixMaker::produce(), EcalTBHodoscopeRecInfoProducer::produce(), RecoTauPiZeroFlattener::produce(), PFSimParticleProducer::produce(), MuonTimingProducer::produce(), reco::BeamHaloSummaryProducer::produce(), TrackProducerWithSCAssociation::produce(), EgammaPhotonTkNumIsolationProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), EgammaHLTHybridClusterProducer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), pat::PATCleaner< PATObjType >::produce(), GenJetBCEnergyRatio::produce(), TrackerToMuonPropagator::produce(), AlignmentMuonHIPTrajectorySelector::produce(), TrackHitFilter::produce(), IPTCorrector::produce(), SiPixelFedFillerWordEventNumber::produce(), CandViewRefMerger::produce(), PathTimerInserter::produce(), DistortedMuonProducerFromDB::produce(), FSRWeightProducer::produce(), PdfWeightProducer::produce(), CastorDigiToRaw::produce(), DTUnpackingModule::produce(), EcalRawToDigi::produce(), L1GlobalTriggerRawToDigi::produce(), LTCRawToDigi::produce(), CaloRecHitCopy::produce(), ConeIsolation::produce(), TtFullHadHypothesis::produce(), HectorProducer::produce(), NeutronHitsCollector::produce(), EmptyHepMCProducer::produce(), RHStopTracer::produce(), cms::RoadSearchTrackListCleaner::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), CaloRecoTauProducer::produce(), PFJetToCaloProducer::produce(), PixelVertexProducer::produce(), PFBlockElementSuperClusterProducer::produce(), PFRecHitProducer::produce(), TrackClusterRemover::produce(), ZdcSimpleReconstructor::produce(), EcalRecHitProducer::produce(), CaloTowerCandidateCreator::produce(), HIBestVertexProducer::produce(), PhotonIDProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), ESRecHitsMerger::produce(), EgammaHLTClusterShapeProducer::produce(), EcalListOfFEDSProducer::produce(), EnergyLossProducer::produce(), PatJPsiProducer::produce(), pat::PATTauProducer::produce(), pat::ObjectEnergyScale< T >::produce(), CSCTriggerPrimitivesProducer::produce(), AlCaEcalHcalReadoutsProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), DistortedMETProducer::produce(), EcalDigiToRaw::produce(), EcalRawToRecHitProducer::produce(), ScalersRawToDigi::produce(), SiPixelRawToDigi::produce(), FastL1CaloSim::produce(), TrajectorySeedProducer::produce(), edm::CosMuoGenSource::produce(), HLTJetL1MatchProducer::produce(), edm::FlatRandomPtThetaGunSource::produce(), edm::MultiParticleInConeGunSource::produce(), SimG4HcalValidation::produce(), TtFullLepHypothesis::produce(), HcalTBDigiProducer::produce(), EcalTrigPrimProducer::produce(), PrimaryVertexProducer::produce(), SimpleCosmicBONSeeder::produce(), cms::CosmicTrackFinder::produce(), DeDxDiscriminatorProducer::produce(), PFTauMVAInputDiscriminantTranslator::produce(), cms::ClusterizerFP420::produce(), PFTrackProducer::produce(), ConvBremSeedProducer::produce(), MuonShowerInformationProducer::produce(), SiStripRecHitConverter::produce(), HBHEIsolatedNoiseReflagger::produce(), HcalLaserReco::produce(), EcalUncalibRecHitProducer::produce(), CentralityBinProducer::produce(), SoftPFElectronProducer::produce(), pat::PATPFParticleProducer::produce(), PATHemisphereProducer::produce(), pat::PATGenericParticleProducer::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), MuScleFitMuonProducer::produce(), MaskedRctInputDigiProducer::produce(), MuonCandProducerMon::produce(), DTTrigProd::produce(), EcalRecHitRecalib::produce(), ShallowGainCalibration::produce(), ShallowSimhitClustersProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), APVCyclePhaseProducerFromL1TS::produce(), CastorRawToDigi::produce(), FastTSGFromL2Muon::produce(), TrackingRecHitTranslator::produce(), edm::LogErrorHarvester::produce(), GlobalDigisProducer::produce(), TrackAssociatorEDProducer::produce(), cms::SiPixelDigitizer::produce(), HcalTTPTriggerRecord::produce(), CastorDigiProducer::produce(), RoadSearchSeedFinder::produce(), TrackAlgoCompareUtil::produce(), ImpactParameter::produce(), PFV0Producer::produce(), InterestingEcalDetIdProducer::produce(), reco::CSCHaloDataProducer::produce(), EcalRecalibRecHitProducer::produce(), JetExtender::produce(), HIPixelMedianVtxProducer::produce(), ConversionTrackCandidateProducer::produce(), EgammaTowerIsolationProducer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), EgammaHLTR9Producer::produce(), InterestingDetIdCollectionProducer::produce(), ExampleClusterProducer::produce(), CSCOverlapsTrackPreparation::produce(), ShallowClustersProducer::produce(), SiStripFineDelayHit::produce(), PiZeroDiscriminatorProducer::produce(), edm::TriggerResultInserter::produce(), edm::BeamHaloSource::produce(), edm::FlatRandomEThetaGunSource::produce(), CSCTFCandidateProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), SuperClusterProducer::produceSuperclustersForECALPart(), HiSuperClusterProducer::produceSuperclustersForECALPart(), Multi5x5SuperClusterProducer::produceSuperclustersForECALPart(), FastjetJetProducer::produceTrackJets(), helper::MuonCollectionStoreManager::put(), helper::GsfElectronCollectionStoreManager::put(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put(), helper::TrackCollectionStoreManager::put(), helper::CandDecayStoreManager::put(), edm::MixingModule::put(), put(), edm::MixingWorker< T >::put(), helper::PhotonCollectionStoreManager::put(), edm::DataMixingEMWorker::putEM(), edm::DataMixingEMDigiWorker::putEM(), TextToRaw::putEmptyDigi(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), edm::DataMixingGeneralTrackWorker::putGeneralTrack(), edm::DataMixingHcalDigiWorker::putHcal(), edm::DataMixingHcalWorker::putHcal(), GsfTrackProducerBase::putInEvt(), KfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), edm::DataMixingMuonWorker::putMuon(), edm::DataMixingSiPixelWorker::putSiPixel(), edm::DataMixingSiStripWorker::putSiStrip(), edm::DataMixingSiStripRawWorker::putSiStrip(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), SiStripZeroSuppression::StandardZeroSuppression(), PixelTrackProducer::store(), L1GlobalTriggerRawToDigi::unpackGMT(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), and GctUnpackCollections::~GctUnpackCollections().
{return put<PROD>(product, std::string());}
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 301 of file Event.h.
References edm::RecordInParentfull< PROD >::do_it(), edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), PROD, edm::Wrapper< T >::product(), provRecorder_, putProducts(), putProductsWithoutParents(), edm::principal_get_adapter_detail::throwOnPutOfNullProduct(), and relativeConstraints::value.
{ if (product.get() == 0) { // null pointer is illegal TypeID typeID(typeid(PROD)); principal_get_adapter_detail::throwOnPutOfNullProduct("Event", typeID, productInstanceName); } // The following will call post_insert if T has such a function, // and do nothing if T has no such function. typename boost::mpl::if_c<detail::has_postinsert<PROD>::value, DoPostInsert<PROD>, DoNotPostInsert<PROD> >::type maybe_inserter; maybe_inserter(product.get()); ConstBranchDescription const& desc = provRecorder_.getBranchDescription(TypeID(*product), productInstanceName); Wrapper<PROD>* wp(new Wrapper<PROD>(product)); typename boost::mpl::if_c<detail::has_donotrecordparents<PROD>::value, RecordInParentless<PROD>, RecordInParentfull<PROD> >::type parentage_recorder; parentage_recorder.do_it(putProducts(), putProductsWithoutParents(), wp, &desc); // putProducts().push_back(std::make_pair(wp, &desc)); // product.release(); // The object has been copied into the Wrapper. // The old copy must be deleted, so we cannot release ownership. return(OrphanHandle<PROD>(wp->product(), makeProductID(desc))); }
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, Exception, edm::ConstBranchDescription::fullClassName(), edm::errors::NullPointerError, asciidump::s, and edm::wrappedClassName().
{ if (product.get() == 0) { // null pointer is illegal throw edm::Exception(edm::errors::NullPointerError) << "Event::put: A null auto_ptr was passed to 'put'.\n" << "The pointer is of type " << "GenericObjectOwner" << ".\n" << "The specified productInstanceName was '" << productInstanceName << "'.\n"; } // The following will call post_insert if T has such a function, // and do nothing if T has no such function. /* typename boost::mpl::if_c<detail::has_postinsert<PROD>::value, DoPostInsert<PROD>, DoNotPostInsert<PROD> >::type maybe_inserter; maybe_inserter(product.get()); */ ConstBranchDescription const& desc = provRecorder_.getBranchDescription(TypeID(product->object().TypeOf().TypeInfo()), productInstanceName); Reflex::Type const wrapperType=Reflex::Type::ByName(wrappedClassName(desc.fullClassName())); if(wrapperType == Reflex::Type() ) { throw edm::Exception(errors::DictionaryNotFound, "NoWrapperDictionary") << "Event::put: the class type '" << desc.fullClassName() << "' was passed to put but the Reflex dictionary for the required class '" << wrappedClassName(desc.fullClassName()) << "' could not be found./n" << "Please change the C++ package which contains the description of '" << desc.fullClassName() << "' so that the required class also has a dictionary autogenerated."; } std::vector<void*> args; args.reserve(1); args.push_back(product->object().Address()); //generate the signature of the function we want to call std::string s("void("); s+=desc.fullClassName(); s+="*)"; Reflex::Type ptrT = Reflex::Type::ByName(s); Reflex::Object oWrapper(wrapperType.Construct(ptrT,args)); //ownership was transfered to the wrapper product.release(); static Reflex::Type s_edproductType(Reflex::Type::ByTypeInfo(typeid(EDProduct))); EDProduct *wp(reinterpret_cast<EDProduct*>(oWrapper.CastObject(s_edproductType).Address())); putProducts().push_back(std::make_pair(wp, &desc)); // product.release(); // The object has been copied into the Wrapper. // The old copy must be deleted, so we cannot release ownership. return(OrphanHandle<GenericObjectOwner>(oWrapper.Get("obj"), eventPrincipal().branchIDToProductID(desc.branchID()))); }
ProductPtrVec& edm::Event::putProducts | ( | ) | [inline, private] |
Definition at line 207 of file Event.h.
References putProducts_.
Referenced by commit_(), put(), and size().
{return putProducts_;}
ProductPtrVec const& edm::Event::putProducts | ( | ) | const [inline, private] |
ProductPtrVec const& edm::Event::putProductsWithoutParents | ( | ) | const [inline, private] |
Definition at line 211 of file Event.h.
References putProductsWithoutParents_.
{return putProductsWithoutParents_;}
ProductPtrVec& edm::Event::putProductsWithoutParents | ( | ) | [inline, private] |
Definition at line 210 of file Event.h.
References putProductsWithoutParents_.
Referenced by commit_(), put(), and size().
{return putProductsWithoutParents_;}
RunNumber_t edm::Event::run | ( | void | ) | const [inline] |
Definition at line 66 of file Event.h.
References edm::EventBase::id(), and edm::EventID::run().
Referenced by BeamHaloAnalyzer::analyze(), APVCyclePhaseMonitor::analyze(), HLTrigReport::analyze(), cms::Analyzer_minbias::analyze(), RawDataConverter::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeL1GtUtilsCore(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), WZInterestingEventSelector::filter(), MatacqProducer::getRunNumber(), EventWithHistoryProducerFromL1ABC::produce(), CastorSimpleReconstructor::produce(), HcalHitReconstructor::produce(), APVCyclePhaseProducerFromL1ABC::produce(), APVCyclePhaseProducerFromL1TS::produce(), CtfSpecialSeedGenerator::run(), MuScleFit::selectMuons(), and LaserSorter::writeEventHeader().
size_t Event::size | ( | void | ) | const |
Definition at line 194 of file Event.cc.
References edm::PrincipalGetAdapter::principal(), provRecorder_, putProducts(), putProductsWithoutParents(), and edm::Principal::size().
Referenced by LaserSorter::writeEvent().
{ return putProducts().size()+provRecorder_.principal().size()+putProductsWithoutParents().size(); }
TriggerNames const & Event::triggerNames | ( | edm::TriggerResults const & | triggerResults | ) | const [virtual] |
Implements edm::EventBase.
Definition at line 208 of file Event.cc.
References Exception, h::names, and edm::EventBase::triggerNames_().
Referenced by JetMETAnalyzer::analyze(), TriggerValidator::analyze(), HcalDigiMonitor::analyze(), ErsatzMEt::analyze(), HLTJetMETDQMSource::analyze(), JetMETHLTOfflineSource::analyze(), CaloMETAnalyzer::analyze(), TopDiLeptonDQM::analyze(), FourVectorHLTOnline::analyze(), HLTJetMETValidation::analyze(), FourVectorHLTriggerOffline::analyze(), PFMETAnalyzer::analyze(), HLTMonBitSummary::analyze(), MuCorrMETAnalyzer::analyze(), EwkMuDQM::analyze(), HLTMuonDQMSource::analyze(), IsolatedTracksCone::analyze(), FourVectorHLTOffline::analyze(), HTMHTAnalyzer::analyze(), HLTHiggsBits::analyze(), HeavyFlavorValidation::analyze(), HLTInfo::analyze(), METAnalyzer::analyze(), HaloTrigger::analyze(), TopHLTDiMuonDQM::analyze(), HLTScalers::analyze(), EwkElecDQM::analyze(), AnalysisRootpleProducer::analyze(), MuTriggerAnalyzer::analyze(), CaloTowerAnalyzer::analyze(), HcalNZSMonitor::analyze(), TopValidation::analyze(), TcMETAnalyzer::analyze(), TrigResRateMon::analyze(), HLTInspect::analyze(), myJetAna::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTBitComputer::compute(), HLTBitVariable::eval(), EwkMuTauHistManager::fillHistograms(), EwkElecTauHistManager::fillHistograms(), ZeeCandidateFilter::filter(), WMuNuSelector::filter(), SimpleSystematicsAnalyzer::filter(), PhysDecl::filter(), PrescalerFHN::filter(), WMuNuValidator::filter(), PdfSystematicsAnalyzer::filter(), WenuCandidateFilter::filter(), HLTHighLevel::filter(), myFilter::filter(), HltComparator::initialise(), ZGoldenFilter::newEvent(), EETriggerTowerTask::processDigis(), EBTriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), reco::CSCHaloDataProducer::produce(), egHLT::OffHelper::setTrigInfo(), DQMAnalyzer::trigger(), and GsfElectronDataAnalyzer::trigger().
{ edm::TriggerNames const* names = triggerNames_(triggerResults); if (names != 0) return *names; throw cms::Exception("TriggerNamesNotFound") << "TriggerNames not found in ParameterSet registry"; return *names; }
TriggerResultsByName Event::triggerResultsByName | ( | std::string const & | process | ) | const [virtual] |
Implements edm::EventBase.
Definition at line 219 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().
{ Handle<TriggerResults> hTriggerResults; InputTag tag(std::string("TriggerResults"), std::string(""), process); getByLabel(tag, hTriggerResults); if ( !hTriggerResults.isValid() ) { return TriggerResultsByName(0,0); } edm::TriggerNames const* names = triggerNames_(*hTriggerResults); return TriggerResultsByName(hTriggerResults.product(), names); }
friend class ConfigurableInputSource [friend] |
friend class EDProducer [friend] |
friend class InputSource [friend] |
friend class RawInputSource [friend] |
EventAuxiliary const& edm::Event::aux_ [private] |
Definition at line 223 of file Event.h.
Referenced by eventAuxiliary().
BranchIDSet edm::Event::gotBranchIDs_ [mutable, private] |
Definition at line 231 of file Event.h.
Referenced by addToGotBranchIDs(), and commit_aux().
std::vector<boost::shared_ptr<ViewBase> > edm::Event::gotViews_ [mutable, private] |
Definition at line 235 of file Event.h.
Referenced by fillView_().
boost::shared_ptr<LuminosityBlock const> const edm::Event::luminosityBlock_ [private] |
Definition at line 224 of file Event.h.
Referenced by getLuminosityBlock().
PrincipalGetAdapter edm::Event::provRecorder_ [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().
ProductPtrVec edm::Event::putProducts_ [private] |
Definition at line 220 of file Event.h.
Referenced by putProducts(), and ~Event().
Definition at line 221 of file Event.h.
Referenced by putProductsWithoutParents().