CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | Friends
edm::Event Class Reference

#include <Event.h>

Inheritance diagram for edm::Event:
edm::EventBase

Public Types

typedef unsigned long CacheIdentifier_t
 
typedef std::vector< std::pair
< std::unique_ptr< WrapperBase >
, BranchDescription const * > > 
ProductPtrVec
 

Public Member Functions

CacheIdentifier_t cacheIdentifier () const
 
 Event (EventPrincipal &ep, ModuleDescription const &md, ModuleCallingContext const *)
 
EventAuxiliary const & eventAuxiliary () const
 
EventSelectionIDVector const & eventSelectionIDs () const
 
template<typename ELEMENT >
void fillView_ (BasicHandle &bh, Handle< View< ELEMENT > > &result) const
 
template<typename PROD >
bool get (ProductID const &oid, Handle< PROD > &result) const
 
template<typename ELEMENT >
bool get (ProductID const &oid, Handle< View< ELEMENT > > &result) const
 
void getAllProvenance (std::vector< Provenance const * > &provenances) const
 
template<>
bool getByLabel (std::string const &label, std::string const &productInstanceName, Handle< GenericObject > &result) const
 Specialize the getByLabel method to work with a Handle<GenericObject> More...
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const
 
template<>
bool getByLabel (std::string const &label, std::string const &productInstanceName, Handle< GenericObject > &result) const
 Specialize the Event's getByLabel method to work with a Handle<GenericObject> More...
 
template<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 (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<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 getByToken (EDGetToken token, Handle< PROD > &result) const
 
template<typename PROD >
bool getByToken (EDGetTokenT< PROD > token, Handle< PROD > &result) const
 
template<typename ELEMENT >
bool getByToken (EDGetToken token, Handle< View< ELEMENT >> &result) const
 
template<typename ELEMENT >
bool getByToken (EDGetTokenT< View< ELEMENT >> token, Handle< View< ELEMENT >> &result) const
 
LuminosityBlock const & getLuminosityBlock () 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< PRODgetRefBeforePut ()
 
template<typename PROD >
RefProd< PRODgetRefBeforePut (std::string const &productInstanceName)
 
Run const & getRun () const
 
void labelsForToken (EDGetToken const &iToken, ProductLabels &oLabels) const
 
ModuleCallingContext const * moduleCallingContext () const
 
virtual ProcessHistory const & processHistory () const
 
ProcessHistoryID const & processHistoryID () const
 
EDProductGetter const & productGetter () const
 
template<typename PROD >
OrphanHandle< PRODput (std::auto_ptr< PROD > product)
 Put a new product. More...
 
template<typename PROD >
OrphanHandle< PRODput (std::unique_ptr< PROD > product)
 
template<typename PROD >
OrphanHandle< PRODput (std::auto_ptr< PROD > product, std::string const &productInstanceName)
 Put a new product with a 'product instance name'. More...
 
template<typename PROD >
OrphanHandle< PRODput (std::unique_ptr< PROD > product, std::string const &productInstanceName)
 
RunNumber_t run () const
 
void setConsumer (EDConsumerBase const *iConsumer)
 
size_t size () const
 
StreamID streamID () const
 
virtual edm::TriggerNames const & triggerNames (edm::TriggerResults const &triggerResults) const
 
virtual TriggerResultsByName triggerResultsByName (std::string const &process) const
 
virtual ~Event ()
 
- Public Member Functions inherited from edm::EventBase
int bunchCrossing () const
 
 EventBase ()
 
edm::EventAuxiliary::ExperimentType experimentType () const
 
template<typename T >
bool get (ProductID const &, Handle< T > &) const
 
template<typename T >
bool getByLabel (InputTag const &, Handle< T > &) const
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const
 Specialize the getByLabel method to work with a Handle<FWGenericObject> More...
 
edm::EventID id () const
 
bool isRealData () const
 
edm::LuminosityBlockNumber_t luminosityBlock () const
 
int orbitNumber () const
 
edm::Timestamp time () const
 
virtual ~EventBase ()
 

Private Types

typedef std::set< BranchIDBranchIDSet
 

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
 
EventPrincipaleventPrincipal ()
 
virtual BasicHandle getByLabelImpl (std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const
 
BasicHandle getByProductID_ (ProductID const &oid) const
 
virtual BasicHandle getImpl (std::type_info const &iProductType, ProductID const &pid) const
 
ProductID makeProductID (BranchDescription const &desc) const
 
ProductPtrVecputProducts ()
 
ProductPtrVec const & putProducts () const
 
ProductPtrVecputProductsWithoutParents ()
 
ProductPtrVec const & putProductsWithoutParents () const
 

Private Attributes

EventAuxiliary const & aux_
 
BranchIDSet gotBranchIDs_
 
std::vector< std::shared_ptr
< ViewBase > > 
gotViews_
 
std::shared_ptr
< LuminosityBlock const >
const 
luminosityBlock_
 
ModuleCallingContext const * moduleCallingContext_
 
PrincipalGetAdapter provRecorder_
 
ProductPtrVec putProducts_
 
ProductPtrVec putProductsWithoutParents_
 
StreamID streamID_
 

Static Private Attributes

static const std::string emptyString_
 

Friends

class InputSource
 
class ProducerBase
 
class ProducerSourceBase
 
class RawInputSource
 
template<typename T >
class stream::ProducingModuleAdaptorBase
 

Additional Inherited Members

- Static Protected Member Functions inherited from edm::EventBase
static TriggerNames const * triggerNames_ (edm::TriggerResults const &triggerResults)
 

Detailed Description

Definition at line 61 of file Event.h.

Member Typedef Documentation

typedef std::set<BranchID> edm::Event::BranchIDSet
private

Definition at line 284 of file Event.h.

typedef unsigned long edm::Event::CacheIdentifier_t

If you are caching data from the Event, you should also keep this number. If this number changes then you know that the data you have cached is invalid. The value of '0' will never be returned so you can use that to denote that you have not yet checked the value.

Definition at line 95 of file Event.h.

typedef std::vector<std::pair<std::unique_ptr<WrapperBase>, BranchDescription const*> > edm::Event::ProductPtrVec

Definition at line 223 of file Event.h.

Constructor & Destructor Documentation

Event::Event ( EventPrincipal ep,
ModuleDescription const &  md,
ModuleCallingContext const *  moduleCallingContext 
)

Definition at line 17 of file Event.cc.

17  :
18  provRecorder_(ep, md),
19  aux_(ep.aux()),
20  luminosityBlock_(ep.luminosityBlockPrincipalPtrValid() ? new LuminosityBlock(ep.luminosityBlockPrincipal(), md, moduleCallingContext) : 0),
21  gotBranchIDs_(),
22  gotViews_(),
23  streamID_(ep.streamID()),
25  {
26  }
std::shared_ptr< LuminosityBlock const > const luminosityBlock_
Definition: Event.h:278
BranchIDSet gotBranchIDs_
Definition: Event.h:285
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
std::vector< std::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:289
ModuleCallingContext const * moduleCallingContext() const
Definition: Event.h:219
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
EventAuxiliary const & aux_
Definition: Event.h:277
StreamID streamID_
Definition: Event.h:291
Event::~Event ( )
virtual

Definition at line 28 of file Event.cc.

28  {
29  }

Member Function Documentation

void Event::addToGotBranchIDs ( Provenance const &  prov) const
private

Definition at line 180 of file Event.cc.

References edm::Provenance::branchID(), and gotBranchIDs_.

Referenced by fillView_(), get(), getByLabel(), getByLabelImpl(), getByToken(), getImpl(), and getManyByType().

180  {
181  gotBranchIDs_.insert(prov.branchID());
182  }
BranchIDSet gotBranchIDs_
Definition: Event.h:285
Event::CacheIdentifier_t Event::cacheIdentifier ( ) const
void Event::commit_ ( std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 110 of file Event.cc.

References commit_aux(), putProducts(), and putProductsWithoutParents().

Referenced by edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::commit(), and edm::ProducerSourceBase::readEvent_().

110  {
111  commit_aux(putProducts(), true, previousParentage, previousParentageId);
113  }
void commit_aux(ProductPtrVec &products, bool record_parents, std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0)
Definition: Event.cc:116
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:264
ProductPtrVec & putProducts()
Definition: Event.h:261
void Event::commit_aux ( Event::ProductPtrVec products,
bool  record_parents,
std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 116 of file Event.cc.

References assert(), eventPrincipal(), gotBranchIDs_, edm::EventPrincipal::put(), and groupFilesInBlocks::temp.

Referenced by commit_().

117  {
118  // fill in guts of provenance here
119  EventPrincipal& ep = eventPrincipal();
120 
121  ProductPtrVec::iterator pit(products.begin());
122  ProductPtrVec::iterator pie(products.end());
123 
124  std::vector<BranchID> gotBranchIDVector;
125 
126  // Note that gotBranchIDVector will remain empty if
127  // record_parents is false (and may be empty if record_parents is
128  // true).
129 
130  //Check that previousParentageId is still good by seeing if previousParentage matches gotBranchIDs_
131  bool sameAsPrevious = ((0 != previousParentage) && (previousParentage->size() == gotBranchIDs_.size()));
132  if(record_parents && !gotBranchIDs_.empty()) {
133  gotBranchIDVector.reserve(gotBranchIDs_.size());
134  std::vector<BranchID>::const_iterator itPrevious;
135  if(previousParentage) {
136  itPrevious = previousParentage->begin();
137  }
138  for(BranchIDSet::const_iterator it = gotBranchIDs_.begin(), itEnd = gotBranchIDs_.end();
139  it != itEnd; ++it) {
140  gotBranchIDVector.push_back(*it);
141  if(sameAsPrevious) {
142  if(*it != *itPrevious) {
143  sameAsPrevious = false;
144  } else {
145  ++itPrevious;
146  }
147  }
148  }
149  if(!sameAsPrevious && 0 != previousParentage) {
150  previousParentage->assign(gotBranchIDVector.begin(), gotBranchIDVector.end());
151  }
152  }
153 
154  //If we don't have a valid previousParentage then we want to use a temp value in order to
155  // avoid constantly recalculating the ParentageID which is a time consuming operation
157  if(!previousParentage) {
158  assert(!sameAsPrevious);
159  previousParentageId = &temp;
160  }
161  while(pit != pie) {
162  // set provenance
163  if(!sameAsPrevious) {
164  ProductProvenance prov(pit->second->branchID(), gotBranchIDVector);
165  *previousParentageId = prov.parentageID();
166  ep.put(*pit->second, std::move(pit->first), prov);
167  sameAsPrevious = true;
168  } else {
169  ProductProvenance prov(pit->second->branchID(), *previousParentageId);
170  ep.put(*pit->second, std::move(pit->first), prov);
171  }
172  ++pit;
173  }
174 
175  // the cleanup is all or none
176  products.clear();
177  }
BranchIDSet gotBranchIDs_
Definition: Event.h:285
assert(m_qm.get())
ESProducts< T, S > products(const T &i1, const S &i2)
Definition: ESProducts.h:189
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
Hash< ParentageType > ParentageID
Definition: ParentageID.h:9
EventAuxiliary const& edm::Event::eventAuxiliary ( ) const
inlinevirtual
EventPrincipal const & Event::eventPrincipal ( ) const
private

Definition at line 48 of file Event.cc.

References compareJSON::const, edm::PrincipalGetAdapter::principal(), and provRecorder_.

Referenced by cacheIdentifier(), commit_aux(), eventSelectionIDs(), getByProductID_(), getProvenance(), makeProductID(), and processHistoryID().

48  {
49  return dynamic_cast<EventPrincipal const&>(provRecorder_.principal());
50  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
string const
Definition: compareJSON.py:14
EventPrincipal & Event::eventPrincipal ( )
private

Definition at line 43 of file Event.cc.

References edm::PrincipalGetAdapter::principal(), and provRecorder_.

43  {
44  return dynamic_cast<EventPrincipal&>(provRecorder_.principal());
45  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
EventSelectionIDVector const & Event::eventSelectionIDs ( ) const

Definition at line 68 of file Event.cc.

References eventPrincipal(), and edm::EventPrincipal::eventSelectionIDs().

68  {
70  }
EventSelectionIDVector const & eventSelectionIDs() const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
template<typename ELEMENT >
void Event::fillView_ ( BasicHandle bh,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 549 of file Event.h.

References addToGotBranchIDs(), edm::WrapperBase::fillView(), gotViews_, h, edm::BasicHandle::id(), productGetter(), edm::BasicHandle::provenance(), query::result, and edm::BasicHandle::wrapper().

Referenced by get(), getByLabel(), and getByToken().

549  {
550  std::vector<void const*> pointersToElements;
551  FillViewHelperVector helpers;
552  // the following must initialize the
553  // fill the helper vector
554  bh.wrapper()->fillView(bh.id(), pointersToElements, helpers);
555 
556  auto newview = std::make_shared<View<ELEMENT> >(pointersToElements, helpers, &(productGetter()));
557 
558  addToGotBranchIDs(*bh.provenance());
559  gotViews_.push_back(newview);
560  Handle<View<ELEMENT> > h(&*newview, bh.provenance());
561  result.swap(h);
562  }
EDProductGetter const & productGetter() const
Definition: Event.cc:53
std::vector< std::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:289
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
std::vector< std::pair< edm::ProductID, unsigned long > > FillViewHelperVector
template<typename PROD >
bool Event::get ( ProductID const &  oid,
Handle< PROD > &  result 
) const

Definition at line 326 of file Event.h.

References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), getByProductID_(), and edm::BasicHandle::provenance().

Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), edm::EdmEventItemGetter< RefType >::get(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), edm::makeRefToBaseProdFrom(), RecoTauJetRegionProducer::produce(), RecoTauPiZeroProducer::produce(), RctRawToDigi::produce(), GctRawToDigi::produce(), PFRecoTauChargedHadronProducer::produce(), pat::PATTriggerEventProducer::produce(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().

326  {
327  result.clear();
328  BasicHandle bh = this->getByProductID_(oid);
329  convert_handle(std::move(bh), result); // throws on conversion error
330  if(result.failedToGet()) {
331  return false;
332  }
333  addToGotBranchIDs(*bh.provenance());
334  return true;
335  }
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:105
template<typename ELEMENT >
bool Event::get ( ProductID const &  oid,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 339 of file Event.h.

References edm::BasicHandle::failedToGet(), fillView_(), getByProductID_(), edm::makeHandleExceptionFactory(), edm::errors::ProductNotFound, query::result, and groupFilesInBlocks::temp.

Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().

339  {
340  result.clear();
341  BasicHandle bh = this->getByProductID_(oid);
342 
343  if(bh.failedToGet()) {
344  Handle<View<ELEMENT> > temp(makeHandleExceptionFactory([oid]()->std::shared_ptr<cms::Exception> {
345  std::shared_ptr<cms::Exception> whyFailed = std::make_shared<edm::Exception>(edm::errors::ProductNotFound);
346  *whyFailed
347  << "get View by ID failed: no product with ID = " << oid <<"\n";
348  return whyFailed;
349  }));
350  result.swap(temp);
351  return false;
352  }
353 
354  fillView_(bh, result);
355  return true;
356  }
std::shared_ptr< HandleExceptionFactory > makeHandleExceptionFactory(T &&iFunctor)
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:105
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:549
void Event::getAllProvenance ( std::vector< Provenance const * > &  provenances) const
template<>
bool edm::Event::getByLabel ( std::string const &  label,
std::string const &  productInstanceName,
Handle< GenericObject > &  result 
) const

Specialize the getByLabel method to work with a Handle<GenericObject>

Definition at line 51 of file GenericHandle.cc.

References edm::convert_handle(), diffTwoXMLs::label, edm::BasicHandle::provenance(), query::result, and AlCaHLTBitMon_QueryRunRegistry::string.

54 {
55  BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().typeInfo()), label, productInstanceName, std::string(), moduleCallingContext_);
56  convert_handle(std::move(bh), result); // throws on conversion error
57  if(!result.failedToGet()) {
58  addToGotBranchIDs(*bh.provenance());
59  return true;
60  }
61  return false;
62 }
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
template<>
bool edm::Event::getByLabel ( edm::InputTag const &  tag,
Handle< GenericObject > &  result 
) const

Definition at line 66 of file GenericHandle.cc.

References edm::convert_handle(), edm::BasicHandle::provenance(), query::result, and GlobalPosition_Frontier_DevDB_cff::tag.

68 {
69  if (tag.process().empty()) {
70  return this->getByLabel(tag.label(), tag.instance(), result);
71  } else {
72  BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().typeInfo()), tag.label(), tag.instance(),tag.process(), moduleCallingContext_);
73  convert_handle(std::move(bh), result); // throws on conversion error
74  if(!result.failedToGet()) {
75  addToGotBranchIDs(*bh.provenance());
76  return true;
77  }
78  }
79  return false;
80 }
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
tuple result
Definition: query.py:137
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:413
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
template<>
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>

template<typename PROD >
bool Event::getByLabel ( InputTag const &  tag,
Handle< PROD > &  result 
) const

Definition at line 413 of file Event.h.

References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), edm::PrincipalGetAdapter::getByLabel_(), moduleCallingContext_, PROD, edm::HandleBase::provenance(), and provRecorder_.

Referenced by CastorDigiProducer::accumulate(), HcalTBDigiProducer::accumulate(), HcalDigitizer::accumulate(), SiStripDigitizer::accumulate(), cms::SiPixelDigitizer::accumulate(), EcalDigiProducer::accumulate(), edm::HiMixingWorker< T >::addSignals(), edm::MixingWorker< T >::addSignals(), edm::DataMixingSiStripMCDigiWorker::addSiStripSignals(), SiStripGainCosmicCalculator::algoAnalyze(), SiStripQualityHotStripIdentifier::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripGainFromCalibTree::algoAnalyze(), FlavorJetCorrectionExample::analyze(), PartonJetCorrectionExample::analyze(), CSCTruthTest::analyze(), RHStopDump::analyze(), CSCAFEBAnalyzer::analyze(), ElectronIDAnalyzer::analyze(), EcalStatusAnalyzer::analyze(), evf::EvFRecordInserter::analyze(), SimpleJetDump::analyze(), CastorDigiAnalyzerImpl::analyze(), CastorHitAnalyzerImpl::analyze(), evf::EvFRecordUnpacker::analyze(), L1Scalers::analyze(), L1TScalersSCAL::analyze(), RawDataConverter::analyze(), CaloTowersExample::analyze(), JetToDigiDump::analyze(), myFastSimVal::analyze(), EcalMatacqAnalyzer::analyze(), CMSDAS11DijetAnalyzer::analyze(), CMSDAS11DijetTestAnalyzer::analyze(), JetCorExample< Jet >::analyze(), JetPlotsExample< Jet >::analyze(), JetValidation::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), EcalTBHodoscopeRawInfoDumper::analyze(), EcalTBTDCRawInfoDumper::analyze(), PlaybackRawDataProvider::analyze(), JetAnaPythia< Jet >::analyze(), CastorHitAnalyzer::analyze(), CastorDigiAnalyzer::analyze(), HcalHitAnalyzerImpl::analyze(), EcalDCCHeaderDisplay::analyze(), EcalDigiDisplay::analyze(), myRawAna::analyze(), HcalHitAnalyzer::analyze(), EcalPnGraphs::analyze(), RivetHarvesting::analyze(), TauGenJetDumper::analyze(), HcalDigiAnalyzerImpl::analyze(), HcalDigiAnalyzer::analyze(), GenMuonRadCorrAnalyzer::analyze(), MCElectronAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), DijetMass< Jet >::analyze(), AlignmentStats::analyze(), GctDigiToPsbText::analyze(), RawToText::analyze(), L1CaloInputScaleTester::analyze(), CSCTFanalyzer::analyze(), AcceptanceHistoProducer::analyze(), PFCandidateChecker::analyze(), RecoTauPlotDiscriminator::analyze(), RivetAnalyzer::analyze(), EmbeddingKineReweightNtupleProducer::analyze(), test::GlobalNumbersAnalysis::analyze(), HLTInspect::analyze(), ElectronSeedAnalyzer::analyze(), RctDigiToRctText::analyze(), ValidationMisalignedTracker::analyze(), EcalPedHists::analyze(), miscalibExample::analyze(), GctFibreAnalyzer::analyze(), SiStripLAProfileBooker::analyze(), EcalHexDisplay::analyze(), EcalTPInputAnalyzer::analyze(), HTMHTAnalyzer::analyze(), PatPhotonSimpleAnalyzer::analyze(), PhotonIDSimpleAnalyzer::analyze(), EcalABAnalyzer::analyze(), EcalPerEvtLaserAnalyzer::analyze(), EcalTPGAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), EcalTestPulseAnalyzer::analyze(), EcalTrigPrimAnalyzer::analyze(), CSCViewDigi::analyze(), AnaL1CaloCleaner::analyze(), GctTimingAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), L1GctValidation::analyze(), DQMAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), Mixing2DB::analyze(), LaserAlignmentT0ProducerDQM::analyze(), GsfElectronMCAnalyzer::analyze(), EcalSimpleTBAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), L1RCTRelValAnalyzer::analyze(), SimplePi0DiscAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), ElectronCalibration::analyze(), DTTrigTest::analyze(), myJetAna::analyze(), EcalLaserAnalyzer2::analyze(), EcalPulseShapeGrapher::analyze(), SiPixelDQMRocLevelAnalyzer::analyze(), EcalLaserAnalyzer::analyze(), HitEff::analyze(), TestPythiaDecays::analyze(), __class__< T >::analyze(), TestHits::analyze(), EGEnergyAnalyzer::analyze(), EcalBxOrbitNumberGrapher::analyze(), TestSmoothHits::analyze(), AnaMuonCaloCleaner::analyze(), L1ExtraTestAnalyzer::analyze(), TestMuonCaloCleaner::analyze(), calcTopMass::analyze(), L1RCTTestAnalyzer::analyze(), TestTrackHits::analyze(), ElectronCalibrationUniv::analyze(), EcalURecHitHists::analyze(), TestOutliers::analyze(), EcalLaserAnalyzerYousi::analyze(), TreeProducerCalibSimul::analyze(), LhcTrackAnalyzer::analyze(), CastorDumpConditions::analyze(), DummyEvelyser::analyze(), EcalMipGraphs::analyze(), PhotonValidator::analyze(), EcalDisplaysByEvent::analyze(), CollectionDumper< T >::analyze(), AlignmentMonitorAsAnalyzer::analyze(), EopTreeWriter::analyze(), EcalCosmicsHists::analyze(), CosmicSplitterValidation::analyze(), CastorPedestalsAnalysis::analyze(), PrimaryVertexValidation::analyze(), SiStripBaselineAnalyzer::analyze(), GctErrorAnalyzer::analyze(), PCLTrackerAlProducer::analyze(), DijetRatio< Jet >::analyze(), EcnaAnalyzer::analyze(), MCEmbeddingValidationAnalyzer::analyze(), edm::EventContentAnalyzer::analyze(), L1GtPackUnpackAnalyzer::analyzeGMT(), L1GtPackUnpackAnalyzer::analyzeGT(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SegmentToTrackAssociator::associate(), PFRecoTauDiscriminationByFlight::beginEvent(), RecoTauDiscriminationByGenMatch::beginEvent(), tautools::RecoTauDistanceFromTruthPlugin::beginEvent(), reco::tau::RecoTauDiscriminantFromDiscriminator::beginEvent(), reco::tau::RecoTauDiscriminationBinnedIsolation::beginEvent(), tautools::RecoTauDecayModeTruthMatchPlugin::beginEvent(), RecoTauMVATransform::beginEvent(), CaloRecoTauAlgorithm::buildCaloTau(), edm::MixingWorker< T >::checkSignal(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), L1GtDataEmulAnalyzer::compareDaqRecord(), ShallowTree::TypedBranchConnector< T >::connect(), L1FastjetCorrector::correction(), L1OffsetCorrector::correction(), L6SLBCorrector::correction(), SelectReplacementCandidates::determineMuonsToUse(), SelectReplacementCandidates::determineMuonsToUse_old(), EcalCosmicsHists::determineTriggers(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), DumpGctDigis::doInternEM(), DumpGctDigis::doJets(), edm::MixingModule::doPileUp(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), ZeeCalibration::duringLoop(), AlignmentProducer::duringLoop(), AlignmentMonitorMuonSystemMap1D::event(), AlignmentMonitorSegmentDifferences::event(), AlignmentMonitorMuonVsCurvature::event(), AlignmentMonitorTracksFromTrajectories::event(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), PFElectronTranslator::fetchCandidateCollection(), PFPhotonTranslator::fetchCandidateCollection(), PFElectronTranslator::fetchGsfCollection(), StringBasedNTupler::fill(), AdHocNTupler::fill(), HTrackAssociator::fillCaloTowers(), LaserAlignment::fillDataProfiles(), HTrackAssociator::fillEcal(), MuonCaloCleanerAllCrossed::fillEnergyDepositMap(), HTrackAssociator::fillHcal(), HTrackAssociator::fillHcalTowers(), MCEmbeddingValidationAnalyzer::plotEntryTypeEvtWeight::fillHistograms(), MCEmbeddingValidationAnalyzer::leptonDistributionT< T >::fillHistograms(), MCEmbeddingValidationAnalyzer::electronDistributionExtra::fillHistograms(), MCEmbeddingValidationAnalyzer::tauDistributionExtra::fillHistograms(), MCEmbeddingValidationAnalyzer::leptonEfficiencyT< T >::fillHistograms(), MCEmbeddingValidationAnalyzer::leptonL1TriggerEfficiencyT1T2< T1, T2 >::fillHistograms(), MCEmbeddingValidationAnalyzer::l1ExtraObjectDistributionT< T >::fillHistograms(), MCEmbeddingValidationAnalyzer::metDistributionType::fillHistograms(), MCEmbeddingValidationAnalyzer::metL1TriggerEfficiencyType::fillHistograms(), PhotonMVAEstimatorRun2Phys14NonTrig::fillMVAVariables(), PhotonMVAEstimatorRun2Spring15NonTrig::fillMVAVariables(), ElectronMVAEstimatorRun2Spring15NonTrig::fillMVAVariables(), BTagSkimMC::filter(), ptHatFilter::filter(), RecoTauDifferenceAnalyzer::filter(), myFilter::filter(), PFMETFilter::filter(), PFFilter::filter(), cms::MTCCHLTrigger::filter(), ClusterMultiplicityFilter::filter(), STFilter::filter(), cms::CosmicTIFTrigFilter::filter(), CosmicGenFilterLowE::filter(), cms::TrackMTCCFilter::filter(), ComphepSingletopFilter::filter(), GaussianZBeamSpotFilter::filter(), DTCalibMuonSelection::filter(), BTagSkimLeptonJet::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), cms::BHFilter::filter(), HeavyQuarkFromMPIFilterAlgo::filter(), CandViewRefRandomSelector::filter(), EcalTangentFilter::filter(), L1Filter::filter(), BxNumberFilter::filter(), doubleEMEnrichingFilterAlgo::filter(), EMEnrichingFilterAlgo::filter(), RecoDiMuon::filter(), HighETPhotonsFilterAlgo::filter(), L1DEFilter::filter(), TotalKinematicsFilter::filter(), LHEDYdecayFilter::filter(), XtoFFbarFilter::filter(), MuonRadiationFilter::filter(), GenMuonRadiationFilter::filter(), PFTauViewRefSelector::filter(), UniqueObjectSelector< T >::filter(), GenLeadTrackFilter::filter(), TauHadronDecayFilter::filter(), ECALActivity::filter(), MuonAlignmentPreFilter::filter(), BeamSplash::filter(), PhysDecl::filter(), SelectHFMinBias::filter(), JGJFilter::filter(), IsTBH4Type::filter(), RecHitEnergyFilter::filter(), MCMultiParticleFilter::filter(), EcalExclusiveTrigFilter::filter(), TwoVBGenFilter::filter(), HighMultiplicityGenFilter::filter(), LQGenFilter::filter(), Zto2lFilter::filter(), GoodVertexFilter::filter(), __class__< T >::filter(), MCLongLivedParticles::filter(), HcalHPDFilter::filter(), SecondaryVertexFilter::filter(), TagProbeMassEDMFilter::filter(), SelectZmumuevents::filter(), CSCOverlapsBeamSplashCut::filter(), DYGenFilter::filter(), L1GtBeamModeFilter::filter(), PhotonEnrichmentFilter::filter(), EcalSkim::filter(), FilterScrapingPixelProbability::filter(), EmptyEventsFilter::filter(), ProtonTaggerFilter::filter(), EcalRecHitsFilter::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), UEDMultiLeptonFilter::filter(), HCALHighEnergyFilter::filter(), SimpleJetFilter::filter(), HiCentralityBiasFilter::filter(), NJetsMC::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), WZInterestingEventSelector::filter(), RPCRecHitFilter::filter(), ShallowDigisProducer::findInput(), findMuons(), RunManager::generateEvent(), gen::PyquenHadronizer::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), getByLabel(), L1MuGMTPSB::getCalo(), PFClusterShapeProducer::getClusterCollection(), RawDataConverter::GetDigis(), EcalClusterPUCleaningTools::getEBRecHits(), EcalClusterPUCleaningTools::getEERecHits(), HoECalculator::getHoE(), CaloRecoTauTagInfoAlgorithm::getNeutralEcalBasicClusters(), PFClusterShapeProducer::getRecHitCollection(), MixBoostEvtVtxGenerator::getRecVertex(), getSelMuons(), RawDataConverter::GetValidLabels(), MixBoostEvtVtxGenerator::getVertex(), LeptonRecoSkim::handleObjects(), EcalFEDErrorFilter::hltFilter(), TrackerMuonHitExtractor::init(), DTHitAssociator::initEvent(), RPCHitAssociator::initEvent(), HcalTBDigiProducer::initializeEvent(), CosmicSplitterValidation::is_gold_muon(), CalibrationTrackSelector::isIsolated(), SiStripAPVRestorer::LoadMeanCMMap(), shallow::make_cluster_map(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), tfwliteselectortest::ThingsWorker::process(), tfwliteselectortest::ThingsTSelector::process(), __class__Worker::process(), ShallowEventDataProducer::produce(), PixelVertexProducerMedian::produce(), ShallowTracksProducer::produce(), ShallowRechitClustersProducer::produce(), TrackListCombiner::produce(), VZeroProducer::produce(), HepMCCopy::produce(), ShallowTrackClustersProducer::produce(), ShallowSimhitClustersProducer::produce(), PixelVertexProducerClusters::produce(), ElectronSqPtTkIsolationProducer::produce(), MuonWithPFIsoProducerCopy::produce(), MCTrackMatcher::produce(), EcalTBHodoscopeRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), PFConcretePFCandidateProducer::produce(), CastorFastTowerProducer::produce(), PFMuonCaloCleaner::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), CastorFastClusterProducer::produce(), HectorProducer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), HLTHFRecoEcalCandidateProducer::produce(), GenTrackMatcher::produce(), EgammaElectronTkNumIsolationProducer::produce(), PFElectronTranslator::produce(), CandViewRefTriggerBiasRemover::produce(), PFTauViewRefMerger::produce(), MixedGenMEtProducer::produce(), FastTSGFromL2Muon::produce(), AlignmentPrescaler::produce(), StripCompactDigiSimLinksProducer::produce(), LHECOMWeightProducer::produce(), RawDataSelector::produce(), SiPixelFedFillerWordEventNumber::produce(), RecoTauPiZeroFlattener::produce(), BaseEvtVtxGenerator::produce(), EcalDCCTBUnpackingModule::produce(), TkAlCaOverlapTagger::produce(), L1ExtraMEtMixerPlugin::produce(), reco::tautools::CopyProducer< Collection >::produce(), EcalDCCTB07UnpackingModule::produce(), TriggerObjectFilterByCollection::produce(), L1GctInternJetProducer::produce(), ImpactParameter::produce(), MuonDetRecHitMixer< T1, T2 >::produce(), CaloRecoTauProducer::produce(), DigiSimLinkProducer::produce(), cms::ReconstructerFP420::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), SimpleTrackListMerger::produce(), SubsystemNeutronWriter::produce(), L1ExtraMixerPluginT< T >::produce(), TrackListMerger::produce(), EgammaTowerIsolationProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), MuonPFCandidateCleaner::produce(), PFTauMVAInputDiscriminantTranslator::produce(), MatchedProbeMaker< T >::produce(), EmbeddingKineReweightProducer::produce(), MCParticleReplacer::produce(), edm::CFWriter::produce(), GenParticlesFromZsSelectorForMCEmbedding::produce(), CaloRecoTauTagInfoProducer::produce(), LaserAlignmentT0Producer::produce(), L1RCTTPGProvider::produce(), cms::TrackerizerFP420::produce(), TagProbeMassProducer::produce(), FastElectronSeedProducer::produce(), MuonCaloCleanerByDistance::produce(), L1ExtraParticleMapProd::produce(), L1GctEmulator::produce(), EcalRecHitRecalib::produce(), L1EmulBias::produce(), PFSimParticleProducer::produce(), pat::__class__Producer::produce(), cms::ClusterizerFP420::produce(), NeutronHitsCollector::produce(), L1ExtraParticlesProd::produce(), LTCRawToDigi::produce(), L1GlobalTriggerRecordProducer::produce(), GSFElectronsMixer::produce(), BSCTrigger::produce(), cms::DigitizerFP420::produce(), DuplicateListMerger::produce(), MaskedRctInputDigiProducer::produce(), RctRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), ElectronSeedTrackRefUpdater::produce(), RPCTrigger::produce(), ElectronSeedTrackRefUpdaterAndMerger::produce(), RochesterCorrMuonProducerT< T >::produce(), GsfTrackMixer::produce(), TruthTauDecayModeProducer::produce(), CaloRecHitMixer< T >::produce(), L1RCTProducer::produce(), GctRawToDigi::produce(), MuonErrorMatrixAdjuster::produce(), ConvBremSeedProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), MixBoostEvtVtxGenerator::produce(), NuclearSeedsEDProducer::produce(), LHE2HepMCConverter::produce(), BetaBoostEvtVtxGenerator::produce(), PFCandidateMixer::produce(), SiStripMeanCMExtractor::produce(), pat::PATTriggerEventProducer::produce(), AlignmentMuonHIPTrajectorySelector::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), PFPhotonTranslator::produce(), ShallowGainCalibration::produce(), JetIdSelector< T >::produce(), pat::PATTriggerProducer::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsTrackPreparation::produce(), JetCrystalsAssociator::produce(), MuonMCClassifier::produce(), RPCTechnicalTrigger::produce(), HepMCSplitter::produce(), PFTau3ProngReco::produce(), NuclearTrackCorrector::produce(), GlobalMuonTrackMixer::produceTrackExtras(), GlobalMuonTrackCleaner::produceTrackExtras(), TeVMuonTrackCleaner::produceTrackExtras(), TeVMuonTrackMixer::produceTrackExtras(), TrackMixerBase::produceTracks(), MuonTrackCleanerBase::produceTracks(), readEventData(), l1t::GtBoard::receiveCaloObjectData(), L1MuGMTPSB::receiveData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), l1t::GtBoard::receiveMuonObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), RunManager::resetGenParticleId(), KFBasedPixelFitter::run(), FastElectronSeedGenerator::run(), SingleEleCalibSelector::select(), StringBranchHelper< Object, Collection >::StringBranchHelper(), StringLeaveHelper< Object >::StringLeaveHelper(), FastTSGFromIOHit::trackerSeeds(), LaserDQM::trackerStatistics(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), DTTrig::triggerReco(), triggerResultsByName(), MuonIdTruthInfo::truthMatchMuon(), CosmicParametersDefinerForTP::vertex(), and ParametersDefinerForTP::vertex().

413  {
414  result.clear();
415  BasicHandle bh = provRecorder_.getByLabel_(TypeID(typeid(PROD)), tag, moduleCallingContext_);
416  convert_handle(std::move(bh), result); // throws on conversion error
417  if (result.failedToGet()) {
418  return false;
419  }
420  addToGotBranchIDs(*result.provenance());
421  return true;
422  }
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
template<typename PROD >
bool Event::getByLabel ( std::string const &  label,
Handle< PROD > &  result 
) const

Definition at line 441 of file Event.h.

References emptyString_, and getByLabel().

441  {
442  return getByLabel(label, emptyString_, result);
443  }
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:413
static const std::string emptyString_
Definition: Event.h:294
template<>
bool edm::Event::getByLabel ( edm::InputTag const &  tag,
Handle< GenericObject > &  result 
) const
template<typename PROD >
bool Event::getByLabel ( std::string const &  label,
std::string const &  productInstanceName,
Handle< PROD > &  result 
) const

Definition at line 426 of file Event.h.

References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), emptyString_, edm::HandleBase::failedToGet(), edm::PrincipalGetAdapter::getByLabel_(), moduleCallingContext_, PROD, edm::HandleBase::provenance(), and provRecorder_.

428  {
429  result.clear();
430  BasicHandle bh = provRecorder_.getByLabel_(TypeID(typeid(PROD)), label, productInstanceName, emptyString_, moduleCallingContext_);
431  convert_handle(std::move(bh), result); // throws on conversion error
432  if (result.failedToGet()) {
433  return false;
434  }
435  addToGotBranchIDs(*result.provenance());
436  return true;
437  }
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
static const std::string emptyString_
Definition: Event.h:294
template<typename ELEMENT >
bool Event::getByLabel ( std::string const &  label,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 514 of file Event.h.

References emptyString_, getByLabel(), and query::result.

514  {
515  return getByLabel(moduleLabel, emptyString_, result);
516  }
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:413
static const std::string emptyString_
Definition: Event.h:294
template<typename ELEMENT >
bool Event::getByLabel ( std::string const &  label,
std::string const &  productInstanceName,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 498 of file Event.h.

References emptyString_, edm::BasicHandle::failedToGet(), fillView_(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), h, moduleCallingContext_, provRecorder_, query::result, edm::HandleBase::swap(), and edm::BasicHandle::whyFailedFactory().

500  {
501  result.clear();
502  BasicHandle bh = provRecorder_.getMatchingSequenceByLabel_(TypeID(typeid(ELEMENT)), moduleLabel, productInstanceName, emptyString_, moduleCallingContext_);
503  if(bh.failedToGet()) {
504  Handle<View<ELEMENT> > h(std::move(bh.whyFailedFactory()));
505  h.swap(result);
506  return false;
507  }
508  fillView_(bh, result);
509  return true;
510  }
BasicHandle getMatchingSequenceByLabel_(TypeID const &typeID, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
static const std::string emptyString_
Definition: Event.h:294
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:549
template<typename ELEMENT >
bool Event::getByLabel ( InputTag const &  tag,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 484 of file Event.h.

References edm::BasicHandle::failedToGet(), fillView_(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), h, moduleCallingContext_, provRecorder_, query::result, edm::HandleBase::swap(), and edm::BasicHandle::whyFailedFactory().

484  {
485  result.clear();
486  BasicHandle bh = provRecorder_.getMatchingSequenceByLabel_(TypeID(typeid(ELEMENT)), tag, moduleCallingContext_);
487  if(bh.failedToGet()) {
488  Handle<View<ELEMENT> > h(std::move(bh.whyFailedFactory()));
489  h.swap(result);
490  return false;
491  }
492  fillView_(bh, result);
493  return true;
494  }
BasicHandle getMatchingSequenceByLabel_(TypeID const &typeID, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:549
BasicHandle Event::getByLabelImpl ( std::type_info const &  iWrapperType,
std::type_info const &  iProductType,
InputTag const &  iTag 
) const
privatevirtual

Implements edm::EventBase.

Definition at line 195 of file Event.cc.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel_(), h, edm::BasicHandle::isValid(), moduleCallingContext_, edm::BasicHandle::provenance(), and provRecorder_.

195  {
196  BasicHandle h = provRecorder_.getByLabel_(TypeID(iProductType), iTag, moduleCallingContext_);
197  if(h.isValid()) {
198  addToGotBranchIDs(*(h.provenance()));
199  }
200  return h;
201  }
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
BasicHandle Event::getByProductID_ ( ProductID const &  oid) const
private

Definition at line 105 of file Event.cc.

References eventPrincipal(), and edm::EventPrincipal::getByProductID().

Referenced by get(), and getImpl().

105  {
106  return eventPrincipal().getByProductID(oid);
107  }
BasicHandle getByProductID(ProductID const &oid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
template<typename PROD >
bool Event::getByToken ( EDGetToken  token,
Handle< PROD > &  result 
) const

Definition at line 457 of file Event.h.

References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), edm::PrincipalGetAdapter::getByToken_(), moduleCallingContext_, PROD, edm::PRODUCT_TYPE, edm::HandleBase::provenance(), and provRecorder_.

Referenced by pat::PATUserDataMerger< ObjectType, Operation >::add(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), edm::DataMixingGeneralTrackWorker::addGeneralTrackSignals(), edm::DataMixingHcalWorker::addHcalSignals(), edm::DataMixingHcalDigiWorker::addHcalSignals(), BetaCalculatorRPC::addInfoToCandidate(), BetaCalculatorECAL::addInfoToCandidate(), edm::DataMixingMuonWorker::addMuonSignals(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripSignals(), edm::DataMixingSiStripRawWorker::addSiStripSignals(), edm::DataMixingTrackingParticleWorker::addTrackingParticleSignals(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripMonitorTrack::AllClusters(), BjetAnalysis::analyze(), DimuonStatistics::analyze(), AlphaTVarAnalyzer::analyze(), GlbMuQualityCutsAnalysis::analyze(), HLTTauRelvalQTester::analyze(), ScoutingTestAnalyzer::analyze(), CSCDigiDump::analyze(), RazorVarAnalyzer::analyze(), MatchMETBenchmarkAnalyzer::analyze(), METBenchmarkAnalyzer::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), DQMHOAlCaRecoStream::analyze(), HcalCableMapper::analyze(), CandidateBenchmarkAnalyzer::analyze(), PackedCandidateTrackValidator::analyze(), DiJetVarAnalyzer::analyze(), HcalNZSMonitor::analyze(), CSCRecHit2DValidation::analyze(), CSCSegmentValidation::analyze(), CSCALCTDigiValidation::analyze(), CSCCLCTDigiValidation::analyze(), CSCStripDigiValidation::analyze(), PerformanceAnalyzer::analyze(), HcalTrigPrimMonitor::analyze(), CSCDigiToPattern::analyze(), CSCWireDigiValidation::analyze(), PFCandidateDQMAnalyzer::analyze(), PFJetDQMAnalyzer::analyze(), PFMETDQMAnalyzer::analyze(), PFMuonDQMAnalyzer::analyze(), CSCComparatorDigiValidation::analyze(), ESRecoSummary::analyze(), GenericBenchmarkAnalyzer::analyze(), MultiTrackValidatorGenPs::analyze(), ESOccupancyTask::analyze(), HLTTauDQML1Plotter::analyze(), ESPedestalTask::analyze(), HcalCoarsePedestalMonitor::analyze(), PatTauAnalyzer::analyze(), PatZjetsElectronAnalyzer::analyze(), PatZjetsJetAnalyzer::analyze(), KVFTrackUpdate::analyze(), TopElecAnalyzer::analyze(), TopJetAnalyzer::analyze(), TopMuonAnalyzer::analyze(), TopTauAnalyzer::analyze(), ESIntegrityTask::analyze(), ESRawDataTask::analyze(), PFTester::analyze(), MultiTrackValidator::analyze(), RPCPointVsRecHit::analyze(), SiPixelDigiValid::analyze(), SiStripDigiValid::analyze(), HcalNoiseMonitor::analyze(), PatElectronAnalyzer::analyze(), TopGenEventAnalyzer::analyze(), BTagPerformanceAnalyzerOnData::analyze(), ESDcsInfoTask::analyze(), HiBasicGenTest::analyze(), ESFEDIntegrityTask::analyze(), RPCMonitorRaw::analyze(), ZdcTBAnalyzer::analyze(), HcalTBWriter::analyze(), PatMCMatching::analyze(), PatMCMatchingExtended::analyze(), PatTriggerAnalyzer::analyze(), PatTriggerTagAndProbe::analyze(), CentralityDQM::analyze(), QcdHighPtDQM::analyze(), SiStripFEDDumpPlugin::analyze(), CaloTowerAnalyzer::analyze(), SiStripMonitorFilter::analyze(), SiStripMonitorHLT::analyze(), FTSLuminosityFromPixelClusters::analyze(), FTSLuminosityFromPileupSummaryInfo::analyze(), EgammaBasicClusters::analyze(), HcalBeamMonitor::analyze(), ElectronMcSignalValidator::analyze(), RPCRecHitValid::analyze(), PatTopSelectionAnalyzer::analyze(), DigiAnalyzer::analyze(), RPCMonitorLinkSynchro::analyze(), TriggerSummaryAnalyzerAOD::analyze(), TriggerSummaryAnalyzerRAW::analyze(), ElectronGeneralAnalyzer::analyze(), HCALRecHitAnalyzer::analyze(), SUSYDQMAnalyzer::analyze(), FTSLuminosityFromVertices::analyze(), HistoAnalyzer< C >::analyze(), HcalRecHitMonitor::analyze(), TrackTypeMonitor::analyze(), ElectronTagProbeAnalyzer::analyze(), PrimaryVertexMonitor::analyze(), EgammaSuperClusters::analyze(), ESTimingTask::analyze(), ESTrendTask::analyze(), DQMMessageLogger::analyze(), PatBasicAnalyzer::analyze(), PatBTagAnalyzer::analyze(), EwkMuDQM::analyze(), MonitorLTC::analyze(), StandaloneTrackMonitor::analyze(), EcalDQMonitorTask::analyze(), BTagPerformanceAnalyzerMC::analyze(), EcalFEDMonitorTemp< SUBDET >::analyze(), TtFullHadSignalSelMVATrainer::analyze(), HLTTauDQMOfflineSource::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), PUDumper::analyze(), DQMHcalPhiSymAlCaReco::analyze(), TtSemiLepJetCombMVATrainer::analyze(), ObjectCounter< C >::analyze(), CSCTFAnalyzer::analyze(), EwkElecDQM::analyze(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), JetCorrectorDemo::analyze(), RPCFEDIntegrity::analyze(), AlcaBeamMonitor::analyze(), AlCaElectronsTest::analyze(), SUSY_HLT_InclusiveHT::analyze(), TtSemiLepSignalSelMVATrainer::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), SimHitsValidationHcal::analyze(), BPhysicsOniaDQM::analyze(), SiStripBaselineValidator::analyze(), SiStripMonitorDigi::analyze(), TKStatus::analyze(), TkAlCaRecoMonitor::analyze(), DQMHcalDiJetsAlCaReco::analyze(), RecAnalyzerMinbias::analyze(), HcalDeadCellMonitor::analyze(), TrackAnalyzer::analyze(), EcalPileUpDepMonitor::analyze(), MuonRecoAnalyzer::analyze(), SUSY_HLT_PhotonHT::analyze(), WValidation::analyze(), HcalSimHitStudy::analyze(), MixCollectionValidation::analyze(), TrackerHitAnalyzer::analyze(), SiPixelRecHitsValid::analyze(), HcalRawDataMonitor::analyze(), AnalysisRootpleProducerOnlyMC::analyze(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), BasicHepMCHeavyIonValidation::analyze(), BasicHepMCValidation::analyze(), DQMLumiMonitor::analyze(), ElectronStudy::analyze(), QcdPhotonsDQM::analyze(), DQMSourceEleCalib::analyze(), SUSY_HLT_DoubleMuon_Hadronic::analyze(), SUSY_HLT_Muon_BJet::analyze(), MuonSeedsAnalyzer::analyze(), DrellYanValidation::analyze(), ElectronMcFakeValidator::analyze(), L1TdeGCT::analyze(), dEdxHitAnalyzer::analyze(), VertexMonitor::analyze(), KVFTest::analyze(), HLTVertexPerformanceAnalyzer::analyze(), MuonEnergyDepositAnalyzer::analyze(), DiMuonHistograms::analyze(), EcalPreshowerNoiseDistrib::analyze(), BasicGenParticleValidation::analyze(), HcalDataIntegrityTask::analyze(), HcalDetDiagNoiseMonitor::analyze(), SiStripMonitorCluster::analyze(), dEdxAnalyzer::analyze(), SimAnalyzerMinbias::analyze(), edm::InputAnalyzer::analyze(), MuonKinVsEtaAnalyzer::analyze(), MBUEandQCDValidation::analyze(), L1TDEMON::analyze(), IsolatedParticlesGeneratedJets::analyze(), KineExample::analyze(), SUSY_HLT_DoubleEle_Hadronic::analyze(), SUSY_HLT_Electron_BJet::analyze(), SUSY_HLT_Razor::analyze(), SegmentTrackAnalyzer::analyze(), HiggsValidation::analyze(), HcalBaseDQMonitor::analyze(), HcalHotCellMonitor::analyze(), BxTiming::analyze(), CSCViewDigi::analyze(), EwkDQM::analyze(), sistrip::SpyExtractRunModule::analyze(), ZeePlots::analyze(), ElectronAnalyzer::analyze(), ResolutionCreator::analyze(), HcalMonitorModule::analyze(), ParticleListDrawer::analyze(), StudyHLT::analyze(), HcalCorrPFCalculation::analyze(), FTSLuminosityFromScalers::analyze(), EfficiencyAnalyzer::analyze(), WenuPlots::analyze(), BeamMonitor::analyze(), SUSY_HLT_alphaT::analyze(), cms::MinBias::analyze(), TopDiLeptonDQM::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), BeamSpotProblemMonitor::analyze(), HcalQLPlotAnal::analyze(), SUSY_HLT_DiJet_MET::analyze(), SUSY_HLT_MuEle_Hadronic::analyze(), SUSY_HLT_Muon_Hadronic::analyze(), SUSY_HLT_VBF_Mu::analyze(), cms::ProducerAnalyzer::analyze(), NoiseRates::analyze(), RPCPhiEff::analyze(), EcalPreshowerDigisValidation::analyze(), EcalPreshowerRecHitsValidation::analyze(), DuplicationChecker::analyze(), HotlineDQM::analyze(), JetTester::analyze(), HLTAnalyzer::analyze(), TrackSplittingMonitor::analyze(), HcalNoiseRates::analyze(), HcalSimHitsValidation::analyze(), AnalysisRootpleProducer::analyze(), SiPixelHitEfficiencySource::analyze(), TrackEfficiencyMonitor::analyze(), HLTBTagPerformanceAnalyzer::analyze(), edm::TestMix::analyze(), EcalBarrelSimHitsValidation::analyze(), L1TDTTPG::analyze(), EcalPreshowerSimHitsValidation::analyze(), EcalEndcapSimHitsValidation::analyze(), EcalBarrelRecHitsValidation::analyze(), ZDCMonitorModule::analyze(), TestSuite::analyze(), ElectronConversionRejectionValidator::analyze(), TrackParameterAnalyzer::analyze(), L1TRCT::analyze(), MultiplicityCorrelator::analyze(), SiStripMonitorRawData::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), EcalZmassTask::analyze(), edm::TestMixedSource::analyze(), ContainmentCorrectionAnalyzer::analyze(), BTVHLTOfflineSource::analyze(), EcalBarrelDigisValidation::analyze(), EcalEndcapDigisValidation::analyze(), EcalEndcapRecHitsValidation::analyze(), TPGCheck::analyze(), GlobalTest::analyze(), L1TFED::analyze(), HiggsDQM::analyze(), SiPixelHLTSource::analyze(), EnergyScaleAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), L1TCSCTPG::analyze(), MuTriggerAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), SiPixelDigiSource::analyze(), SiPixelTrackResidualSource::analyze(), ClusterCount::analyze(), GlobalMuonMatchAnalyzer::analyze(), L1TGMT::analyze(), L1TRPCTF::analyze(), L1ABCDebugger::analyze(), AnotherBeamSpotAnalyzer::analyze(), MuonIdDQM::analyze(), MuonRecoOneHLT::analyze(), GeneralHLTOffline::analyze(), HLTrigReport::analyze(), DQMSourcePi0::analyze(), B2GHadronicHLTValidation::analyze(), B2GSingleLeptonHLTValidation::analyze(), TopSingleLeptonHLTValidation::analyze(), EcalSimHitsValidation::analyze(), FourVectorHLT::analyze(), TagProbeFitTreeProducer::analyze(), PixelLumiDQM::analyze(), TrackingMonitor::analyze(), METTester::analyze(), BSvsPVAnalyzer::analyze(), MCAcceptanceAnalyzer::analyze(), L1TRate::analyze(), RPCTTUMonitor::analyze(), FFTJetImageRecorder::analyze(), DTScalerInfoTask::analyze(), TTbar_GenLepAnalyzer::analyze(), TestResolution::analyze(), DQMExample_Step1::analyze(), SiPixelRawDataErrorSource::analyze(), MultiplicityInvestigator::analyze(), HcalRecHitsAnalyzer::analyze(), HeavyFlavorValidation::analyze(), SUSY_HLT_SingleLepton::analyze(), TopDiLeptonHLTValidation::analyze(), EcalRecHitsValidation::analyze(), L1TStage2InputPatternWriter::analyze(), l1t::GtInputDump::analyze(), HcalRecHitsValidation::analyze(), PFJetBenchmarkAnalyzer::analyze(), AnotherPrimaryVertexAnalyzer::analyze(), TTbar_GenJetAnalyzer::analyze(), QcdUeDQM::analyze(), APVCyclePhaseMonitor::analyze(), SiPixelRecHitSource::analyze(), SiStripSpyMonitorModule::analyze(), HigPhotonJetHLTOfflineSource::analyze(), ZDCDigiStudy::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), HLTMuonMatchAndPlotContainer::analyze(), L1GtTrigReport::analyze(), TkConvValidator::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), SiStripFEDCheckPlugin::analyze(), SiStripMonitorPedestals::analyze(), PFMETBenchmarkAnalyzer::analyze(), L1TRate_Offline::analyze(), DTNoiseTask::analyze(), TauValidation::analyze(), L1TdeRCT::analyze(), LogMessageMonitor::analyze(), TestOutliers::analyze(), DTLocalTriggerBaseTask::analyze(), GlobalDigisHistogrammer::analyze(), l1t::GtRecordDump::analyze(), l1t::L1TGlobalAnalyzer::analyze(), ZdcSimHitStudy::analyze(), TTbar_Kinematics::analyze(), EventTimeDistribution::analyze(), l1t::L1TStage2CaloAnalyzer::analyze(), BigEventsDebugger< T >::analyze(), Vx3DHLTAnalyzer::analyze(), DTLocalTriggerLutTask::analyze(), EcalDigisValidation::analyze(), GlobalRecHitsHistogrammer::analyze(), MuonIdVal::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), DTDataIntegrityTask::analyze(), MCVerticesAnalyzer::analyze(), L1Validator::analyze(), L1TGT::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelClusterSource::analyze(), HLTGetDigi::analyze(), HLTHeavyIon::analyze(), SiStripFEDMonitorPlugin::analyze(), FFTJetPileupAnalyzer::analyze(), FSQDiJetAve::analyze(), MCvsRecoVerticesAnalyzer::analyze(), APVCyclePhaseDebuggerFromL1TS::analyze(), OverlapProblemTPAnalyzer::analyze(), MultiplicityTimeCorrelations::analyze(), TauJetCorrectorExample::analyze(), HLTJetMETValidation::analyze(), TriggerValidator::analyze(), PhotonValidator::analyze(), TestCorrection::analyze(), L1TCSCTF::analyze(), L1TRPCTPG::analyze(), SiPixelErrorEstimation::analyze(), L1TdeCSCTF::analyze(), MuonIsolationDQM::analyze(), DuplicateRecHits::analyze(), HLTOfflineReproducibility::analyze(), TrackCount::analyze(), JetMETHLTOfflineSource::analyze(), MuIsoValidation::analyze(), HcalIsoTrkAnalyzer::analyze(), OccupancyPlots::analyze(), OverlapProblemTSOSAnalyzer::analyze(), DTTriggerEfficiencyTask::analyze(), ValidIsoTrkCalib::analyze(), SiStripCMMonitorPlugin::analyze(), HLTScalers::analyze(), HLTHiggsSubAnalysis::analyze(), HLTMuonPlotter::analyze(), HcalDigiMonitor::analyze(), IsoTrig::analyze(), GenPurposeSkimmerData::analyze(), JetTester_HeavyIons::analyze(), SiPixelTrackingRecHitsValid::analyze(), MuonAlignment::analyze(), IsoTrackCalib::analyze(), APVShotsAnalyzer::analyze(), TauTagValidation::analyze(), L1TCompare::analyze(), GlobalHitsHistogrammer::analyze(), IsoTrackCalibration::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), PiZeroAnalyzer::analyze(), HcalTimingMonitorModule::analyze(), pat::CandidateSummaryTable::analyze(), CastorMonitorModule::analyze(), DiJetAnalyzer::analyze(), JetAnalyzer_HeavyIons_matching::analyze(), V0Validator::analyze(), JetAnalyzer_HeavyIons::analyze(), DTLocalTriggerTask::analyze(), EcalMixingModuleValidation::analyze(), L1TSync::analyze(), TriggerJSONMonitoring::analyze(), JetAnalyzer::analyze(), IsolatedGenParticles::analyze(), SeedMultiplicityAnalyzer::analyze(), analyzer::SiPixelLorentzAngle::analyze(), SiStripMonitorMuonHLT::analyze(), ErsatzMEt::analyze(), ExoticaDQM::analyze(), HLTObjectMonitor::analyze(), RPCEfficiency::analyze(), SiStripSpyDisplayModule::analyze(), ZToMuMuGammaAnalyzer::analyze(), PhotonAnalyzer::analyze(), HcalDetDiagTimingMonitor::analyze(), IsolatedTracksCone::analyze(), METAnalyzer::analyze(), L1TSync_Offline::analyze(), HcalDetDiagLEDMonitor::analyze(), L1TBPTX::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), SiStripRecHitsValid::analyze(), GammaJetAnalysis::analyze(), TrackerDpgAnalysis::analyze(), HcalRaddamMuon::analyze(), CSCMonitorModule::analyze(), PrimaryVertexAnalyzer4PUSlimmed::analyze(), L1TGCT::analyze(), MuonTrackValidator::analyze(), HcalHBHEMuonAnalyzer::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), L1TEfficiencyMuons_Offline::analyze(), ApeEstimator::analyze(), BeamHaloAnalyzer::analyze(), HcalDetDiagPedestalMonitor::analyze(), HOCalibAnalyzer::analyze(), TopSingleLeptonHLTOfflineDQM::analyze(), SiStripTrackingRecHitsValid::analyze(), TopDiLeptonHLTOfflineDQM::analyze(), TopSingleLeptonDQM::analyze(), HcalDetDiagLaserMonitor::analyze(), SingleTopTChannelLeptonDQM::analyze(), TopDiLeptonOfflineDQM::analyze(), B2GDQM::analyzeAllHad(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), ExoticaDQM::analyzeDiJets(), EgammaObjects::analyzeElectrons(), B2GDQM::analyzeJets(), L1ExtraDQM::analyzeL1ExtraIsoTauJet(), L1GtAnalyzer::analyzeObjectMap(), EgammaObjects::analyzePhotons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), L1GtAnalyzer::analyzeTrigger(), FFTJetCorrectionProducer::applyCorrections(), SegmentsTrackAssociator::associate(), MuonCosmicCompatibilityFiller::backToBack2LegCosmic(), RecoTauDecayModeCutMultiplexer::beginEvent(), reco::tau::RecoTauDiscriminantCleanerPlugin::beginEvent(), reco::tau::RecoTauTagInfoWorkaroundModifer::beginEvent(), ecaldqm::ClusterTask::beginEvent(), MuPFIsoHelper::beginEvent(), RecoTauDiscriminantCutMultiplexer::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), PFRecoTauDiscriminationAgainstElectronMVA5::beginEvent(), reco::tau::RecoTauBuilderPlugin::beginEvent(), PFRecoTauDiscriminationByIsolationMVA2::beginEvent(), TtFullLepHypKinSolution::buildHypo(), TtFullHadHypGenMatch::buildHypo(), TtFullLepHypGenMatch::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), TtSemiLepHypHitFit::buildHypo(), TtSemiLepHypKinFit::buildHypo(), TtFullLepHypGenMatch::buildMatchingNeutrinos(), ConversionProducer::buildSuperAndBasicClusterGeoMap(), pat::LeptonJetIsolationAngle::calculate(), pat::LeptonVertexSignificance::calculate(), PhotonIsolationCalculator::calculateEcalRecHitIso(), PhotonIsolationCalculator::calculateHcalTowerIso(), PhotonIsolationCalculator::calculateTrackIso(), MuonDetLayerMeasurements::checkCSCRecHits(), MuonDetLayerMeasurements::checkDTRecHits(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), AlignmentTrackSelector::checkPrescaledHits(), MuonDetLayerMeasurements::checkRPCRecHits(), SiStripAnalyser::checkTrackerFEDs(), CutBasedElectronID::cicSelection(), ctfseeding::HitExtractorSTRP::cleanedOfClusters(), CosmicClusterProducer::clusterizeECALPart(), Digi2Raw2Digi::compare(), L1GtHwValidation::compareDaqRecord(), L1GtHwValidation::compareEvmRecord(), METCorrectionAlgorithm::compMETCorrection(), RazorComputer::compute(), L1BitComputer::compute(), HLTBitComputer::compute(), HLTDoubletDZ< T1, T2 >::computeDZ(), reco::PFMETProducerMVA::computeLeptonInfo(), PFClusterEMEnergyCorrector::correctEnergies(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::count(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), PFTauExtractor::depositFromObject(), FFTJetProducer::determinePileupDensityFromConfig(), FFTJetProducer::determinePileupDensityFromDB(), SiStripFineDelayHit::detId(), RPCTTUMonitor::discriminateGMT(), CSCOfflineMonitor::doBXMonitor(), HLTTauRefProducer::doElectrons(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMET(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), Tau3MuReco::doTau3MuReco(), HLTTauRefProducer::doTowers(), EcalListOfFEDSProducer::Egamma(), ESListOfFEDSProducer::Egamma(), HITrackingRegionProducer::estimateMultiplicity(), HITrackingRegionForPrimaryVtxProducer::estimateMultiplicity(), HLTBitVariable::eval(), ExpressionVariable< Object, label >::eval(), SimpleValueVariable< TYPE >::eval(), SimpleValueVectorVariable< TYPE >::eval(), MuonCosmicCompatibilityFiller::eventActivity(), PSimHitMap::fill(), DigiVtxPosCorrHistogramMaker::fill(), DigiPileupCorrHistogramMaker::fill(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), HcalSignalGenerator< HBHEDigitizerTraits >::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), SiPixelCalibDigiProducer::fill(), TopSingleLepton::MonitorEnsemble::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), TauDiscriminationProducerBase< TauType, TauDiscriminator >::TauDiscInfo::fill(), EcalSignalGenerator< EEDigitizerTraits >::fill(), TrackDetectorAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), TrackDetectorAssociator::fillEcal(), GlobalRecHitsAnalyzer::fillECal(), GlobalRecHitsProducer::fillECal(), TrackerHitProducer::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), TrackDetectorAssociator::fillHcal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), HistoFillerReco< T >::fillHistos(), TrackDetectorAssociator::fillHO(), reco::HcalNoiseInfoProducer::filljetinfo(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), METAnalyzer::fillMonitorElement(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), MuonAnalyzerSBSM::FillPlots(), DTTFFEDSim::fillRawData(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), HcalRecHitsAnalyzer::fillRecHitsTmp(), HcalRecHitsValidation::fillRecHitsTmp(), TtEvtBuilder< C >::fillSpecific(), reco::HcalNoiseInfoProducer::filltracks(), TrackerHitProducer::fillTrk(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProdHist::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), PdfSystematicsAnalyzer::filter(), SimpleSystematicsAnalyzer::filter(), DetStatus::filter(), DetectorStateFilter::filter(), ZtoMMEventSelector::filter(), LaserAlignmentEventFilter::filter(), CandCollectionExistFilter::filter(), EcalMonitorPrescaler::filter(), TopDecayChannelFilter< S >::filter(), ZToMuMuFilter::filter(), ZToMuMuSelector::filter(), CSCTightHalo2015Filter::filter(), CSCTightHaloFilter::filter(), CSCTightHaloTrkMuUnvetoFilter::filter(), ZtoEEEventSelector::filter(), EENoiseFilter::filter(), HcalTBTriggerFilter::filter(), JetIDFailureFilter::filter(), TrackingFailureFilter::filter(), PFJetFilter::filter(), HLTPathSelector::filter(), HSCParticleSelector::filter(), EvtPlaneFilter::filter(), WtoLNuSelector::filter(), HLTHcalMETNoiseCleaner::filter(), HLTHPDFilter::filter(), HLTRPCFilter::filter(), TauSpinnerFilter::filter(), HLTHcalLaserFilter::filter(), PythiaFilterGammaGamma::filter(), HLTHcalMETNoiseFilter::filter(), WMuNuValidator::filter(), JetMETDQMDCSFilter::filter(), BCToEFilterAlgo::filter(), HLTPhysicsDeclared::filter(), HSCPHLTFilter::filter(), pat::PATLeptonCountFilter::filter(), CentralityFilter::filter(), GreedyMuonPFCandidateFilter::filter(), ElectronIdMVAProducer::filter(), PhotonIsoProducer::filter(), JetFlavourCutFilter::filter(), JetFlavourFilter::filter(), PythiaFilterEMJet::filter(), StringCutObjectEvtFilter< T >::filter(), PythiaFilterZgamma::filter(), InconsistentMuonPFCandidateFilter::filter(), edm::ModelFilter::filter(), BdecayFilter::filter(), BsJpsiPhiFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), pat::PATSingleVertexSelector::filter(), ProbeTreeProducer::filter(), SiStripCommissioningSeedFilter::filter(), HLTRHemisphere::filter(), EFilter::filter(), SiStripCommissioningRunTypeFilter::filter(), EgammaProbeSelector::filter(), HeavyChHiggsToTauNuSkim::filter(), WMuNuSelector::filter(), EcalLaserCorrFilter::filter(), ElectronRegressionEnergyProducer::filter(), ObjectPairFilter< C, S >::filter(), PythiaFilterEMJetHeep::filter(), FilterOutScraping::filter(), LogErrorEventFilter::filter(), PythiaFilterIsolatedTrack::filter(), LogErrorFilter::filter(), CSCDigiValidator::filter(), BooleanFlagFilter::filter(), ErrorSummaryFilter::filter(), MCSmartSingleParticleFilter::filter(), SiPixelCalibDigiFilter::filter(), RecoTauPileUpVertexSelector::filter(), CosmicGenFilterHelix::filter(), CastorInvalidDataFilter::filter(), HLTHighLevel::filter(), HLTL1NumberFilter::filter(), pat::PATJetSelector::filter(), MCDecayingPionKaonFilter::filter(), MCDijetResonance::filter(), MCZll::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HZZ4lFilter::filter(), MCParticlePairFilter::filter(), MCProcessRangeFilter::filter(), MCSingleParticleFilter::filter(), PythiaDauFilter::filter(), PythiaDauVFilter::filter(), PythiaFilter::filter(), PythiaHLTSoupFilter::filter(), ZgMassFilter::filter(), EEBadScFilter::filter(), MCProcessFilter::filter(), ZgammaMassFilter::filter(), MonoPhotonSkimmer::filter(), BVertexFilterT< VTX >::filter(), HLTHcalCalibTypeFilter::filter(), HFFilter::filter(), HcalEmptyEventFilter::filter(), HerwigMaxPtPartonFilter::filter(), edm::FwdPtrCollectionFilter< T, S, H >::filter(), HcalCalibTypeFilter::filter(), PrescalerFHN::filter(), JetConstituentSelector< T, C >::filter(), HLTPrescaler::filter(), SiStripDetWithSomething< T >::filter(), JetVertexChecker::filter(), HLTHFAsymmetryFilter::filter(), MCVerticesWeight::filter(), FEDBadModuleFilter::filter(), AlCaHBHEMuonFilter::filter(), HSCPFilter::filter(), HcalLaserEventFilter::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), PythiaFilterTTBar::filter(), HcalLaserHFFilter2012::filter(), LargeEvents< T >::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), HSCParticleProducer::filter(), SiStripShotFilter::filter(), ElectronIdFilter::filter(), aod2patFilterZee::filter(), APVShotsFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), FFTJetDijetFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), OverlapProblemTSOSPositionFilter::filter(), ElectronIdMVABased::filter(), AlCaIsoTracksFilter::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), FlavorHistoryFilter::filter(), ZeeCandidateFilter::filter(), HSCPTreeBuilder::filter(), pat::PATSingleVertexSelector::filter_(), SiStripClusterizer::findInput(), SiStripProcessedRawDigiProducer::findInput(), AlignmentGlobalTrackSelector::findMuons(), V0Fitter::fitAll(), RPCPhiEff::fromRaw(), RunManagerMTWorker::generateEvent(), FFTJetProducer::genJetPreclusters(), EventWithHistoryFilter::getAPVPhase(), L1TSync_Offline::getBeamConfOffline(), MatacqProducer::getCalibTriggerType(), Multi5x5SuperClusterProducer::getClusterPtrVector(), HiSuperClusterProducer::getClusterPtrVector(), Multi5x5ClusterProducer::getCollection(), EgammaHLTMulti5x5ClusterProducer::getCollection(), EgammaHLTIslandClusterProducer::getCollection(), IslandClusterProducer::getCollection(), HLTDoubletDZ< T1, T2 >::getCollections(), AddCorrectionsToGenericMET::getCorrection(), JetMatchingTools::getEBRecHitCollection(), EcalClusterLazyToolsBase::getEBRecHits(), JetMatchingTools::getEBSimHitCollection(), JetMatchingTools::getEERecHitCollection(), EcalClusterLazyToolsBase::getEERecHits(), JetMatchingTools::getEESimHitCollection(), pat::PATMHTProducer::getElectrons(), EcalClusterLazyToolsBase::getESRecHits(), ClusterSummarySingleMultiplicity::getEvent(), SingleMultiplicity< T >::getEvent(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::getFilteredCands(), DAFTrackProducer::getFromEvt(), JetMatchingTools::getGenParticlesCollection(), IsoTrig::getGoodTracks(), HLTExoticaSubAnalysis::getHandlesToObjects(), JetMatchingTools::getHBHERecHitCollection(), JetMatchingTools::getHcalSimHitCollection(), JetMatchingTools::getHFRecHitCollection(), JetMatchingTools::getHORecHitCollection(), MeasurementTrackerEventProducer::getInactiveStrips(), PFCand_AssoMapAlgos::GetInputCollections(), PF_PU_AssoMapAlgos::GetInputCollections(), pat::PATMHTProducer::getJets(), pat::PATMHTProducer::getMuons(), MatacqProducer::getOrbitId(), HLTEgammaDoubleLegCombFilter::getP3OfLegCands(), HLTEgammaAllCombMassFilter::getP4OfLegCands(), HLTEgammaCombMassFilter::getP4OfLegCands(), MixEvtVtxGenerator::getRecVertex(), JetMatchingTools::getSimTrackCollection(), KVFTest::getSimVertex(), KineExample::getSimVertex(), JetMatchingTools::getSimVertexCollection(), SiStripDCSStatus::getStatus(), MixEvtVtxGenerator::getVertex(), McSelector::handleObjects(), RecoSelector::handleObjects(), PlotMakerL1::handleObjects(), PlotMakerReco::handleObjects(), DTTriggerEfficiencyTask::hasRPCTriggers(), Vx3DHLTAnalyzer::HitCounter(), CombinedHitQuadrupletGeneratorForPhotonConversion::hitPairs(), CombinedHitPairGenerator::hitPairs(), CombinedHitPairGeneratorForPhotonConversion::hitPairs(), ctfseeding::HitExtractorPIX::hits(), ctfseeding::HitExtractorSTRP::hits(), CombinedMultiHitGenerator::hitSets(), CombinedHitTripletGenerator::hitTriplets(), PixelTripletLowPtGenerator::hitTriplets(), HLTEcalIsolationFilter::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTmumutkFilter::hltFilter(), HLTPixelIsolTrackFilter::hltFilter(), HLTDisplacedmumuFilter::hltFilter(), HLTDisplacedmumumuFilter::hltFilter(), HLTDisplacedtktkFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTmumutktkFilter::hltFilter(), HLTEcalPixelIsolTrackFilter::hltFilter(), HLTElectronMissingHitsFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTCSCRing2or3Filter::hltFilter(), HLTHcalNoiseFilter::hltFilter(), HLTElectronPixelMatchFilter::hltFilter(), HLTNVFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTHemiDPhiFilter::hltFilter(), HLTMuonTrackMassFilter::hltFilter(), HLTForwardBackwardJetsFilter< T >::hltFilter(), HLTSingleVertexPixelTrackFilter::hltFilter(), HLTMuonL1RegionalFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTEgammaDoubleEtDeltaPhiFilter::hltFilter(), HLTEgammaEtFilter::hltFilter(), HLTEgammaEtFilterPairs::hltFilter(), HLTElectronEtFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTEgammaTriggerFilterObjectWrapper::hltFilter(), HLTElectronEoverpFilterRegional::hltFilter(), HLTElectronGenericFilter::hltFilter(), HLTElectronOneOEMinusOneOPFilterRegional::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTDeDxFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonPFIsoFilter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTPMDocaFilter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTEgammaDoubleEtFilter::hltFilter(), HLTEgammaDoubleEtPhiFilter::hltFilter(), HLTEgammaL1MatchFilterPairs::hltFilter(), HLTEgammaL1MatchFilterRegional::hltFilter(), HLTMhtFilter::hltFilter(), HLTMuonL1toL3TkPreFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTEgammaCaloIsolFilterPairs::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTPixlMBFilt::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTRFilter::hltFilter(), HLTHtMhtFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTSmartSinglet< T >::hltFilter(), HLTPFEnergyFractionsFilter::hltFilter(), HLTSummaryFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTElectronPFMTFilter< T >::hltFilter(), HLTFiltCand::hltFilter(), HLTElectronMuonInvMassFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTFEDSizeFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), HLTHcalSimpleRecHitFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), HLTCountNumberOfObject< OColl >::hltFilter(), HLTCSCActivityFilter::hltFilter(), HLTCSCAcceptBusyFilter::hltFilter(), HLTBeamModeFilter::hltFilter(), HLTCAWZTagFilter::hltFilter(), HLTTrackWithHits::hltFilter(), HLTPMMassFilter::hltFilter(), HLTCATopTagFilter::hltFilter(), HLTDTActivityFilter::hltFilter(), HLTRPCTrigNoSyncFilter::hltFilter(), HLTLevel1GTSeed::hltFilter(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), PFHBHERecHitCreator::importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >::importRecHits(), PFEcalRecHitCreatorMaxSample< Geometry, Layer, Detector >::importRecHits(), PFEcalRecHitCreator< Geometry, Layer, Detector >::importRecHits(), PFPSRecHitCreator::importRecHits(), PFHFRecHitCreator::importRecHits(), PFHBHERecHitCreatorMaxSample::importRecHits(), GenericClusterImporter::importToBlock(), EGPhotonImporter::importToBlock(), GSFTrackImporter::importToBlock(), ECALClusterImporter::importToBlock(), GeneralTracksImporter::importToBlock(), SuperClusterImporter::importToBlock(), pflow::importers::TrackFromParentImporter< Collection, Adaptor >::importToBlock(), LowPtClusterShapeSeedComparitor::init(), PixelClusterShapeSeedComparitor::init(), tnp::ProbeVariable::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::BaseTreeFiller::init(), HLTHiggsSubAnalysis::initAndInsertJets(), SiStripDCSStatus::initialise(), HLTHiggsSubAnalysis::initobjects(), AlignmentTrackSelector::isIsolated(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), EcalListOfFEDSProducer::Jets(), ESListOfFEDSProducer::Jets(), L1GtUtils::l1Results(), PFECALSuperClusterAlgo::loadAndSortPFClusters(), EcalDeadCellTriggerPrimitiveFilter::loadEcalDigis(), EcalDeadCellTriggerPrimitiveFilter::loadEcalRecHits(), FFTJetProducer::loadEnergyFlow(), fftjetcms::FFTJetInterface::loadInputCollection(), EcalDeadCellDeltaRFilter::loadJets(), EcalDeadCellDeltaRFilter::loadMET(), FFTJetProducer::loadSparseTreeData(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::loopOnTracks(), L1FastjetCorrectorImplMaker::make(), L1OffsetCorrectorImplMaker::make(), L1JPTOffsetCorrectorImplMaker::make(), L6SLBCorrectorImplMaker::make(), IPProducerHelpers::FromJTA::makeBaseVector(), IPProducerHelpers::FromJetAndCands::makeBaseVector(), RPCRecHitProbability::makeDcsInfo(), RPCDcsInfo::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), DQMProvInfo::makeDcsInfo(), HSCPValidator::makeGenPlots(), DQMDcsInfo::makeGtInfo(), DQMProvInfo::makeGtInfo(), HSCPValidator::makeHLTPlots(), DQMScalInfo::makeL1Scalars(), DQMScalInfo::makeLumiScalars(), TrackerHitAssociator::makeMaps(), HSCPValidator::makeRecoPlots(), HSCPValidator::makeSimDigiPlotsECAL(), HSCPValidator::makeSimDigiPlotsRPC(), HSCPValidator::makeSimTrackPlots(), DQMExample_Step1::MediumEle(), SiStripZeroSuppression::MergeCollectionsZeroSuppression(), PhotonMIPHaloTagger::MIPcalculate(), EcalListOfFEDSProducer::Muon(), ESListOfFEDSProducer::Muon(), MuonCosmicCompatibilityFiller::muonTiming(), OverlapExclusionSelector< C, T, O >::newEvent(), reco::modules::MCMatchCandRefSelector::newEvent(), pat::helper::EfficiencyLoader::newEvent(), ZGoldenFilter::newEvent(), pat::helper::VertexingHelper::newEvent(), MuonCosmicCompatibilityFiller::nMuons(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), PFCandIsolatorFromDeposits::SingleDeposit::open(), CandIsolatorFromDeposits::SingleDeposit::open(), TtDilepLRSignalSelObservables::operator()(), ElectronIDSelectorLikelihood::operator()(), ObjectCountEventSelector< edm::View, AnySelector, MinNumberSelector >::operator()(), TtSemiLRJetCombObservables::operator()(), reco::tau::PFRecoTauChargedHadronFromTrackPlugin::operator()(), MCPdgIndexFilter::pass(), SeedMultiplicityAnalyzer::FromTrackRefSeedFilter::prepareEvent(), L1GtUtils::prescaleFactorSetIndex(), HcalSimpleReconstructor::process(), DTTFFEDReader::process(), StandaloneTrackMonitor::processClusters(), HcalRecHitMonitor::processEvent(), MultiTrackSelector::processMVA(), HIMultiTrackSelector::processMVA(), FFTJetTreeDump::processTreeData(), HcalSimpleReconstructor::processUpgrade(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), TtGenEventReco::produce(), MaskedMeasurementTrackerEventProducer::produce(), SiStripRecHitConverter::produce(), StGenEventReco::produce(), PatElectronEAIsoCorrectionProducer::produce(), FixedGridRhoProducer::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), HIPixelMedianVtxProducer::produce(), HIBestVertexProducer::produce(), InterestingEcalDetIdProducer::produce(), QualityFilter::produce(), HcalTTPTriggerRecord::produce(), BasicToPFJet::produce(), CastorTTRecord::produce(), CastorSimpleReconstructor::produce(), RazorVarProducer::produce(), HcalTTPDigiProducer::produce(), JetChargeProducer::produce(), HFEMClusterProducer::produce(), ConversionTrackRefFix::produce(), HcalLaserReco::produce(), ECFAdder::produce(), FixedGridRhoProducerFastjet::produce(), AlphaTVarProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), SeedCombiner::produce(), GenParticleDecaySelector::produce(), MuonSelectorVertex::produce(), EgammaHLTTimeCleanedRechitProducer::produce(), TtSemiLepJetCombGeom::produce(), ElectronSeedMerger::produce(), TopInitSubset::produce(), DistortedMETProducer::produce(), HcalTrigPrimDigiProducer::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), MassKinFitterCandProducer::produce(), TrackingParticleNumberOfLayersProducer::produce(), CSCTFCandidateProducer::produce(), QGTagger::produce(), CosmicMuonProducer::produce(), ParticleDecayProducer::produce(), TrackRefitter::produce(), CSCDigiProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), GsfTrackRefitter::produce(), EventVtxInfoNtupleDumper::produce(), DTDigiToRawModule::produce(), CaloTowersReCreator::produce(), CosmicMuonLinksProducer::produce(), CandPtrProjector::produce(), DQMTauProducer::produce(), PFJetToCaloProducer::produce(), PFTauToJetProducer::produce(), CRackSeedGenerator::produce(), TtDilepEvtSolutionMaker::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), pat::PATVertexSlimmer::produce(), StEvtSolutionMaker::produce(), UnifiedSCCollectionProducer::produce(), PhotonIDProducer::produce(), EcalUncalibRecHitProducer::produce(), DiJetVarProducer::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), ESRecHitProducer::produce(), MuonTrackProducer::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), CandOneToOneDeltaRMatcher::produce(), DistortedMuonProducerFromDB::produce(), MuonWithPFIsoProducer::produce(), pat::PATSecondaryVertexSlimmer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), ESRawToDigi::produce(), SiStripElectronSeedProducer::produce(), CandViewRefMerger::produce(), FSPFProducer::produce(), JetExtender::produce(), QuarkoniaTrackSelector::produce(), EcalRecalibRecHitProducer::produce(), L2TauJetsMerger::produce(), HcalRealisticZS::produce(), JetTracksAssociatorAtVertex::produce(), VertexAssociatorByPositionAndTracksProducer::produce(), VertexAssociatorByTracksProducer::produce(), HcalSimpleAmplitudeZS::produce(), CandOneToManyDeltaRMatcher::produce(), JetTracksAssociatorExplicit::produce(), IPTCorrector::produce(), DistortedMuonProducer::produce(), pat::PATMETSlimmer::produce(), DistortedPFCandProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), UncleanSCRecoveryProducer::produce(), RawDataCollectorByLabel::produce(), FamosProducer::produce(), TrackProducerWithSCAssociation::produce(), PFClusterTimeSelector::produce(), L1HLTJetsMatching::produce(), DAFTrackProducer::produce(), cms::SubEventGenJetProducer::produce(), pat::PATTauSlimmer::produce(), HcalCalibFEDSelector::produce(), EgammaHLTHybridClusterProducer::produce(), ElectronSeedTrackRefFix::produce(), HLTJetL1MatchProducer< T >::produce(), HBHEIsolatedNoiseReflagger::produce(), L1HLTTauMatching::produce(), UpdatedMuonInnerTrackRef::produce(), BunchSpacingProducer::produce(), GlobalCosmicMuonProducer::produce(), PFNuclearProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), CSCTFTrackProducer::produce(), CSCSegmentProducer::produce(), ShallowClustersProducer::produce(), GenParticlePruner::produce(), ISRGammaWeightProducer::produce(), CollectionAdder< C >::produce(), CleanAndMergeProducer::produce(), SimTrackIdProducer::produce(), ParticleBasedIsoProducer::produce(), HFRecoEcalCandidateProducer::produce(), EcalTPSkimmer::produce(), RPCPointProducer::produce(), PFClusterCollectionMerger::produce(), AnyJetToCaloJetProducer::produce(), HIPixelClusterVtxProducer::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), ME0DigiPreRecoProducer::produce(), HLTTauRefCombiner::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), LightPFTrackProducer::produce(), L2TauPixelTrackMatch::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), DTUnpackingModule::produce(), EcalDigiSelector::produce(), ScaleCorrMETData::produce(), EgammaHLTIslandClusterProducer::produce(), ZdcSimpleReconstructor::produce(), reco::ParticleFlowForChargedMETProducer::produce(), CaloMuonMerger::produce(), ESDigiToRaw::produce(), PFConversionProducer::produce(), SimHitTPAssociationProducer::produce(), L3MuonSumCaloPFIsolationProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), PFV0Producer::produce(), CollectionFromZLegProducer::produce(), PdfWeightProducer::produce(), CSCDCCUnpacker::produce(), TtFullLepKinSolutionProducer::produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::produce(), HybridClusterProducer::produce(), RecHitFilter::produce(), PixelTracksProducer::produce(), ElectronIDExternalProducer< algo >::produce(), ConeIsolation::produce(), PileupJPTJetIdProducer::produce(), CaloTowerCandidateCreator::produce(), TSGFromL1Muon::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), HLTHcalTowerNoiseCleaner::produce(), IsoTracks::produce(), JetVetoedTracksAssociatorAtVertex::produce(), CaloTowersCreator::produce(), JetTracksAssociationToTrackRefs::produce(), CaloMuonProducer::produce(), TSGFromL2Muon::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), JetTagProducer::produce(), EgammaHLTCaloTowerProducer::produce(), EgammaHLTMulti5x5ClusterProducer::produce(), EgammaEcalPFClusterIsolationProducer< T1 >::produce(), EgammaHcalPFClusterIsolationProducer< T1 >::produce(), GEDPhotonCoreProducer::produce(), pat::PATMuonSlimmer::produce(), MuonRefProducer::produce(), RecoTauPiZeroUnembedder::produce(), GEMCSCSegmentProducer::produce(), JetCoreClusterSplitter::produce(), pat::PATGenJetSlimmer::produce(), ProbeMulteplicityProducer::produce(), NtpProducer< C >::produce(), TtSemiLepJetCombMVAComputer::produce(), PreshowerPhiClusterProducer::produce(), HLTMuonL2SelectorForL3IO::produce(), PFMultiDepthClusterProducer::produce(), EcalRecHitProducer::produce(), TtSemiEvtSolutionMaker::produce(), ReducedESRecHitCollectionProducer::produce(), MuonSelectionTypeValueMapProducer::produce(), bestPVselector< T1 >::produce(), GEMDigiProducer::produce(), TtSemiLepSignalSelMVAComputer::produce(), CosmicSeedGenerator::produce(), pat::PATElectronSlimmer::produce(), ZMuMuTrackUserData::produce(), pat::PATJetSlimmer::produce(), PreshowerClusterShapeProducer::produce(), CandReducer::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), CastorDigiToRaw::produce(), MuonLinksProducerForHLT::produce(), PreshowerClusterProducer::produce(), GEMPadDigiProducer::produce(), HcalDigiToRaw::produce(), L2TauPixelIsoTagProducer::produce(), HcalHistogramRawToDigi::produce(), CloneProducer< C >::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), ElectronIDValueMapProducer::produce(), ShallowCloneProducer< C >::produce(), pat::PATPhotonSlimmer::produce(), PFDisplacedVertexProducer::produce(), TtHadEvtSolutionMaker::produce(), DTRecSegment4DProducer::produce(), PFClusterProducer::produce(), TauGenJetProducer::produce(), ElectronPATIdMVAProducer::produce(), ZMuMuMuonUserData::produce(), CandidateTriggerObjectProducer::produce(), ColinsSoperVariablesComputer::produce(), ObjectMultiplicityCounter< T >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), RPCPackingModule::produce(), photonIsolationHIProducer::produce(), cms::MuonMET::produce(), TrackInfoProducer::produce(), RPCDigiProducer::produce(), HLTPFJetIDProducer::produce(), MuonFromPVSelector::produce(), TrackFromPVSelector::produce(), OtherObjectVariableComputer< T >::produce(), sistrip::DigiToRawModule::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), pat::PATLostTracks::produce(), ZMuMuUserData::produce(), QjetsAdder::produce(), JVFJetIdProducer::produce(), RPCUnpackingModule::produce(), GlobalTrackQualityProducer::produce(), DeltaBetaWeights::produce(), reco::CorrectedJetProducer< T >::produce(), GenParticleProducer::produce(), PFDisplacedVertexCandidateProducer::produce(), ZMuMuUserDataOneTrack::produce(), ElectronRecalibSuperClusterAssociator::produce(), ShiftedMETcorrInputProducer::produce(), CastorRawToDigi::produce(), MuonLinksProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), BeamSpotOnlineProducer::produce(), ClusterTPAssociationProducer::produce(), cms::JetVertexAssociation::produce(), pat::GenMETExtractor::produce(), CollectionCombiner< Collection >::produce(), NearbyCandCountComputer::produce(), HcalRawToDigi::produce(), EgammaHLTCombinedIsolationProducer::produce(), MuonMETcorrInputProducer::produce(), EgammaHLTPFChargedIsolationProducer::produce(), CSCRecHitDProducer::produce(), PuppiProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), pat::PATTrackAndVertexUnpacker::produce(), EgammaHLTRemoveDuplicatedSC::produce(), SubdetFEDSelector::produce(), pat::MatcherUsingTracks::produce(), MuonReSeeder::produce(), TopBottomClusterInfoProducer::produce(), PiZeroDiscriminatorProducer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), HLTCaloTowerHtMhtProducer::produce(), Type1PFMET::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTPFPhotonIsolationProducer::produce(), EgammaHLTPFNeutralIsolationProducer::produce(), PhotonCoreProducer::produce(), edm::FwdPtrProducer< T, H >::produce(), VersionedIdProducer< PhysicsObjectPtr, SelectorType >::produce(), ParticleTowerProducer::produce(), cms::JetCorrectionProducer< T >::produce(), ShiftedParticleMETcorrInputProducer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), SysShiftMETcorrInputProducer::produce(), PFMET::produce(), EgammaHLTClusterShapeProducer::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), PileupInformation::produce(), SiPixelDigiToRaw::produce(), SiPixelRawToDigi::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), ConversionTrackMerger::produce(), edm::ProductFromFwdPtrProducer< T, H >::produce(), HcalTBObjectUnpacker::produce(), EgammaHLTEcalRecIsolationProducer::produce(), pat::PATVertexAssociationProducer::produce(), ElectronConversionRejectionVars::produce(), PFRecoTauProducer::produce(), SiStripRegFEDSelector::produce(), HLTDisplacedmumuVtxProducer::produce(), MuonShowerInformationProducer::produce(), InputGenJetsParticleSelector::produce(), pat::L1MuonMatcher::produce(), pat::DuplicatedElectronCleaner::produce(), CSCDigiToRawModule::produce(), Type0PFMETcorrInputProducer::produce(), CSCTFPacker::produce(), SoftPFMuonTagInfoProducer::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), HLTTauMCProducer::produce(), SoftPFElectronTagInfoProducer::produce(), HLTMhtProducer::produce(), TrackListMerger::produce(), SimpleTrackListMerger::produce(), TSGForOI::produce(), PFCandMETcorrInputProducer::produce(), PFRecoTauTagInfoProducer::produce(), GsfElectronFromPVSelector::produce(), HLTMETCleanerUsingJetID::produce(), TtFullHadHypothesis::produce(), pat::HLTL1MuonMatcher::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), ZllArbitrator< T1 >::produce(), HSCPDeDxInfoProducer::produce(), PFTrackProducer::produce(), MultShiftMETcorrInputProducer::produce(), PixelVertexProducer::produce(), DeDxHitInfoProducer::produce(), RecoTauJetRegionProducer::produce(), Merger< InputCollection, OutputCollection, P >::produce(), NoPileUpPFMEtProducer::produce(), HLTHtMhtProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), EcalIsolatedParticleCandidateProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), EleIsoDetIdCollectionProducer::produce(), SiStripElectronProducer::produce(), ReducedRecHitCollectionProducer::produce(), pat::PATJetUpdater::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), PFLinker::produce(), HLTCaloJetIDProducer::produce(), MVAValueMapProducer< ParticleType >::produce(), TtSemiLepHypothesis::produce(), HLTDisplacedtktkVtxProducer::produce(), PFchsMETcorrInputProducer::produce(), TrackAssociatorEDProducer::produce(), pat::PATPackedCandidateProducer::produce(), CaloTowerCreatorForTauHLT::produce(), WMuNuProducer::produce(), HLTCollectionProducer< T >::produce(), ZdcHitReconstructor::produce(), citk::PFIsolationSumProducer::produce(), HLTmumutktkVtxProducer::produce(), CosmicsMuonIdProducer::produce(), ConvertedPhotonProducer::produce(), CSCTFUnpacker::produce(), HLTTrackClusterRemoverNew::produce(), ConversionSeedFilterCharge::produce(), ClusterCompatibilityProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), JetSubstructurePacker::produce(), CosmicTrackSelector::produce(), TtEvtBuilder< C >::produce(), GlobalMuonProducer::produce(), EgammaSCCorrectionMaker::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), MixEvtVtxGenerator::produce(), AlCaEcalHcalReadoutsProducer::produce(), PFCTRecHitProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), TrackCandidateProducer::produce(), GenFilterEfficiencyProducer::produce(), EgammaHLTR9IDProducer::produce(), Onia2MuMuPAT::produce(), DuplicateTrackMerger::produce(), CSCTriggerPrimitivesProducer::produce(), HcalRecHitRecalib::produce(), TtFullLepHypothesis::produce(), HLTScoutingCaloProducer::produce(), FakeTrackProducer< T >::produce(), PartonSelector::produce(), pat::PATConversionProducer::produce(), AlCaElectronTracksReducer::produce(), ZToLLEdmNtupleDumper::produce(), HLTRechitInRegionsProducer< T1 >::produce(), pat::PATMETProducer::produce(), PrimaryVertexSorter< ParticlesCollection >::produce(), PATHemisphereProducer::produce(), AlCaDiJetsProducer::produce(), HiEgammaSCCorrectionMaker::produce(), modules::MuonCleanerBySegmentsT< T >::produce(), pat::PATPackedGenParticleProducer::produce(), EcalTrigPrimProducer::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), SiStripFineDelayHit::produce(), PFCand_AssoMap::produce(), SeedClusterRemover::produce(), VoronoiBackgroundProducer::produce(), ECALRegFEDSelector::produce(), ConversionTrackCandidateProducer::produce(), PFPileUp::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), GamIsoDetIdCollectionProducer::produce(), EgammaHLTR9Producer::produce(), cms::MuonMETValueMapProducer::produce(), pat::PATCleaner< PATObjType >::produce(), PhotonProducer::produce(), AlCaGammaJetProducer::produce(), RecoTauPiZeroProducer::produce(), cms::HitReCalibrator::produce(), HLTmumutkVtxProducer::produce(), HITrackClusterRemover::produce(), ScalersRawToDigi::produce(), HBHENoiseFilterResultProducer::produce(), HLTTrackMETProducer::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), pat::PATCompositeCandidateProducer::produce(), ConversionSeedFilter::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), JetPlusTrackProducer::produce(), PFProducer::produce(), PixelVertexCollectionTrimmer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), CastorJetIDProducer::produce(), MinMETProducerT< T >::produce(), MuPFIsoEmbedder::produce(), HLTL1MuonSelector::produce(), TrackMCQuality::produce(), HLTJetCollForElePlusJets< T >::produce(), GctDigiToRaw::produce(), L1TPhysicalEtAdder::produce(), SiStripElectronAssociator::produce(), OutsideInMuonSeeder::produce(), FromClusterSummaryMultiplicityProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), TrackCandidateTopBottomHitFilter::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), PF_PU_AssoMap::produce(), MuonTimingProducer::produce(), pat::PATGenericParticleProducer::produce(), BoostedTauSeedsProducer::produce(), GEDPhotonProducer::produce(), TrackAssociatorByPositionProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), AlCaHcalNoiseProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), NjettinessAdder::produce(), IsolatedPixelTrackCandidateProducer::produce(), pat::PATMuonProducer::produce(), pat::PATPFParticleProducer::produce(), HLTScoutingPFProducer::produce(), NoPileUpPFMEtDataProducer::produce(), PhotonIDValueMapProducer::produce(), pat::TauJetCorrFactorsProducer::produce(), DTDigitizer::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), HLTScoutingMuonProducer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), DuplicateListMerger::produce(), CastorCellProducer::produce(), HLTRechitsToDigis::produce(), EcalRawToDigi::produce(), CorrectedCaloMETProducer::produce(), ElectronSeedProducer::produce(), JetIDProducer::produce(), QuickTrackAssociatorByHitsProducer::produce(), HcalHitSelection::produce(), TrajectorySeedFromMuonProducer::produce(), CorrectedPFMETProducer::produce(), EventShapeVarsProducer::produce(), VertexFromTrackProducer::produce(), L1Comparator::produce(), EgammaHLTNxNClusterProducer::produce(), HcalHitReconstructor::produce(), TrackMultiSelector::produce(), pat::PATTauProducer::produce(), InterestingDetIdCollectionProducer::produce(), CorrectedPATMETProducer::produce(), ExtraFromSeeds::produce(), TtJetPartonMatch< C >::produce(), InterestingDetIdFromSuperClusterProducer::produce(), ValueMapTraslator::produce(), FFTJetPFPileupCleaner::produce(), HLTScoutingEgammaProducer::produce(), pat::MatcherByPulls< T >::produce(), MuScleFitMuonProducer::produce(), CentralityBinProducer::produce(), pat::PATJetProducer::produce(), ReducedEGProducer::produce(), FFTJetVertexAdder::produce(), TrackAssociatorByChi2Producer::produce(), RecHitCorrector::produce(), SiPixelClusterShapeCacheProducer::produce(), GenHIEventProducer::produce(), PF_PU_FirstVertexTracks::produce(), MuonSegmentProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), RecoTauProducer::produce(), FFTJetPileupEstimator::produce(), DeDxEstimatorProducer::produce(), SoftKillerProducer::produce(), CaloTowersMerger::produce(), HiSpikeCleaner::produce(), ConversionTrackProducer::produce(), PFTauSecondaryVertexProducer::produce(), EcalDigiToRaw::produce(), SmearedPFCandidateProducerForPFNoPUMEtT< T, Textractor >::produce(), AlCaECALRecHitReducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), CastorClusterProducer::produce(), PatJPsiProducer::produce(), AlCaHBHEMuonProducer::produce(), L1TCaloUpgradeToGCTConverter::produce(), PileupJetIdProducer::produce(), l1t::L1TCaloRCTToUpgradeConverter::produce(), CastorTowerProducer::produce(), MultiplicityProducer< T >::produce(), ConditionDumperInEdm::produce(), TauSpinnerCMS::produce(), TrackAssociatorByHitsProducer::produce(), TcdsRawToDigi::produce(), HLTPrescaleRecorder::produce(), HiGenCleaner< T2 >::produce(), HiL1Subtractor::produce(), NuclearInteractionEDProducer::produce(), PrimaryVertexProducer::produce(), L1GTEvmDigiToRaw::produce(), ObjectViewMatcher< T1, T2 >::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), PFRecoTauChargedHadronProducer::produce(), L2MuonSeedGenerator::produce(), PFCand_NoPU_WithAM::produce(), GenJetBCEnergyRatio::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), pat::PATPhotonProducer::produce(), JetPlusTrackProducerAA::produce(), pat::PATTriggerEventProducer::produce(), SiPixelClusterProducer::produce(), pat::PATElectronProducer::produce(), reco::CentralityProducer::produce(), TrackAlgoCompareUtil::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), L1GTDigiToRaw::produce(), PixelJetPuId::produce(), HighPtTrackEcalDetIdProducer::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), FastPrimaryVertexWithWeightsProducer::produce(), ObjectViewCleaner< T >::produce(), SeedToTrackProducer::produce(), RecoTauCleanerImpl< Prod >::produce(), PFTauTransverseImpactParameters::produce(), BoostedJetMerger::produce(), APVCyclePhaseProducerFromL1ABC::produce(), TrackExtrapolator::produce(), PFEGammaProducer::produce(), L1TStage2Layer2Producer::produce(), APVCyclePhaseProducerFromL1TS::produce(), GenHFHadronMatcher::produce(), FlavorHistoryProducer::produce(), reco::BeamHaloSummaryProducer::produce(), ShiftedParticleProducerT< T >::produce(), sistrip::FEDEmulatorModule::produce(), l1t::GenToInputProducer::produce(), l1t::BXVectorInputProducer::produce(), ReduceHcalRecHitCollectionProducer::produce(), HiEvtPlaneFlatProducer::produce(), pat::PATTriggerProducer::produce(), TrackClusterSplitter::produce(), PFElecTkProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), pat::JetCorrFactorsProducer::produce(), CATopJetTagger::produce(), CorrectedECALPFClusterProducer::produce(), L1TStage2Layer1Producer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), reco::PFMETProducerMVA::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), JetDeltaRValueMapProducer< T >::produce(), ClusterSummaryProducer::produce(), PFTauPrimaryVertexProducer::produce(), ProduceIsolationMap::produce(), MuonMCClassifier::produce(), ConversionProducer::produce(), cms::CosmicTrackFinder::produce(), reco::modules::TrackerTrackHitFilter::produce(), L1TStage1Layer2Producer::produce(), cms::SiPixelRecHitConverter::produce(), MuonSimHitProducer::produce(), FastPrimaryVertexProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), GoodSeedProducer::produce(), TrajectorySeedProducer::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), CorrectedMETProducerT< T >::produce(), HadronAndPartonSelector::produce(), BoostedTopProducer::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), VirtualJetProducer::produce(), reco::HcalHaloDataProducer::produce(), AlCaIsoTracksProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), ShiftedJetProducerT< T, Textractor >::produce(), PhotonRegressionValueMapProducer::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), Type2CorrectionProducer::produce(), ChainedJetCorrectorProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), reco::CSCHaloDataProducer::produce(), IPProducer< Container, Base, Helper >::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), JetFlavourClustering::produce(), TopProjector< Top, Bottom, Matcher >::produce(), EvtPlaneProducer::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), SiStripClusterizerFromRaw::produce(), SmearedJetProducerT< T, Textractor >::produce(), ElectronRegressionValueMapProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), SiStripFineDelayHit::produceNoTracking(), FastjetJetProducer::produceTrackJets(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), MuonCosmicCompatibilityFiller::pvMatches(), pat::PATMETSlimmer::OneMETShift::readAndSet(), ElectronHcalHelper::readEvent(), BeamFitter::readEvent(), PVFitter::readEvent(), pat::helper::BasicOverlapTest::readInput(), pat::helper::OverlapBySuperClusterSeed::readInput(), TauSpinnerCMS::readParticlesfromReco(), L1MuDTSectorReceiver::receiveCSCData(), L1MuDTEtaProcessor::receiveData(), L1MuDTSectorReceiver::receiveDTBXData(), HcalDigiTester::reco(), HcalDigisValidation::reco(), MuonTrackingRegionBuilder::region(), GlobalTrackingRegionProducerFromBeamSpot::regions(), GlobalTrackingRegionWithVerticesProducer::regions(), HIMuonTrackingRegionProducer::regions(), IsolationRegionAroundL3Muon::regions(), MuonTrackingRegionBuilder::regions(), L3MumuTrackingRegion::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), HITRegionalPixelSeedGenerator::regions(), TauRegionalPixelSeedGenerator::regions(), HITrackingRegionForPrimaryVtxProducer::regions(), CandidateSeededTrackingRegionsProducer::regions(), PointSeededTrackingRegionsProducer::regions(), RunManagerMTWorker::resetGenParticleId(), CutsIsolatorWithCorrection::result(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), CutBasedElectronID::robustSelection(), GenericTripletGenerator::run(), GenericPairGenerator::run(), BeamHaloPairGenerator::run(), tnp::TagProbePairMaker::run(), EcalRecHitWorkerRecover::run(), AnalyticalTrackSelector::run(), EgammaHLTPixelMatchElectronAlgo::run(), PixelUnpackingRegions::run(), MultiTrackSelector::run(), ElectronSeedGenerator::run(), HIMultiTrackSelector::run(), L1MuDTTrackFinder::run(), SiStripElectronSeedGenerator::run(), pat::helper::AnyNumberAssociationAdaptor::run_(), EcalDQMonitorTask::runOnCollection(), SeedFilter::seeds(), HLTLevel1GTSeed::seedsL1Extra(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), GenJetClosestMatchSelectorDefinition::select(), pf2pat::IsolatedPFCandidateSelectorDefinition::select(), pf2pat::IPCutPFCandidateSelectorDefinition::select(), StringCutEventSelector< Object, any >::select(), CaloTauSelectorDefinition::select(), AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select(), HIProtoTrackSelector::select(), PFTauSelectorDefinition::select(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), StringCutsEventSelector< Object, existenceMatter >::select(), SelectionStep< Object >::select(), SelectionStepHLT< Object >::select(), DualByL2TSG::selectTSG(), SelectionStep< Object >::selectVertex(), SelectionStepHLT< Object >::selectVertex(), EcalUncalibRecHitWorkerMultiFit::set(), ClusterShapeTrajectoryFilter::setEvent(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), BaselinePFSCRegression::setEvent(), EGExtraInfoModifierFromFloatValueMaps::setEvent(), EGExtraInfoModifierFromIntValueMaps::setEvent(), TSGFromPropagation::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), EGPfIsolationModifierFromValueMaps::setEvent(), EGExtraInfoModifierFromDB::setEvent(), FastTSGFromPropagation::setEvent(), reco::tau::RecoTauVertexAssociator::setEvent(), EGFull5x5ShowerShapeModifierFromValueMaps::setEvent(), ConversionSeedFinder::setEvent(), TrackingMonitor::setNclus(), VoronoiSubtractor::setupGeometryMap(), ParametrizedSubtractor::setupGeometryMap(), SiStripZeroSuppression::StandardZeroSuppression(), IsoTrig::studyTiming(), ClusterChecker::tooManyClusters(), TrackerHitAssociator::TrackerHitAssociator(), TrackingParticleNumberOfLayers::TrackingParticleNumberOfLayers(), SiStripMonitorTrack::trackStudy(), DTLocalTriggerTask::triggerSource(), SimpleCosmicBONSeeder::triplets(), HIProtoTrackFilter::update(), HIPixelTrackFilter::update(), ClusterShapeTrackFilter::update(), MeasurementTrackerEventProducer::updatePixels(), WeightManager::weight(), and ECALRecHitAnalyzer::WriteECALRecHits().

457  {
458  result.clear();
459  BasicHandle bh = provRecorder_.getByToken_(TypeID(typeid(PROD)),PRODUCT_TYPE, token, moduleCallingContext_);
460  convert_handle(std::move(bh), result); // throws on conversion error
461  if (result.failedToGet()) {
462  return false;
463  }
464  addToGotBranchIDs(*result.provenance());
465  return true;
466  }
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
template<typename PROD >
bool Event::getByToken ( EDGetTokenT< PROD token,
Handle< PROD > &  result 
) const

Definition at line 470 of file Event.h.

References addToGotBranchIDs(), edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), edm::PrincipalGetAdapter::getByToken_(), moduleCallingContext_, PROD, edm::PRODUCT_TYPE, edm::HandleBase::provenance(), and provRecorder_.

470  {
471  result.clear();
472  BasicHandle bh = provRecorder_.getByToken_(TypeID(typeid(PROD)),PRODUCT_TYPE, token, moduleCallingContext_);
473  convert_handle(std::move(bh), result); // throws on conversion error
474  if (result.failedToGet()) {
475  return false;
476  }
477  addToGotBranchIDs(*result.provenance());
478  return true;
479  }
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
template<typename ELEMENT >
bool Event::getByToken ( EDGetToken  token,
Handle< View< ELEMENT >> &  result 
) const

Definition at line 520 of file Event.h.

References edm::ELEMENT_TYPE, edm::BasicHandle::failedToGet(), fillView_(), edm::PrincipalGetAdapter::getByToken_(), h, moduleCallingContext_, provRecorder_, query::result, edm::HandleBase::swap(), and edm::BasicHandle::whyFailedFactory().

520  {
521  result.clear();
522  BasicHandle bh = provRecorder_.getByToken_(TypeID(typeid(ELEMENT)),ELEMENT_TYPE, token, moduleCallingContext_);
523  if(bh.failedToGet()) {
524  Handle<View<ELEMENT> > h(std::move(bh.whyFailedFactory()));
525  h.swap(result);
526  return false;
527  }
528  fillView_(bh, result);
529  return true;
530  }
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:549
template<typename ELEMENT >
bool Event::getByToken ( EDGetTokenT< View< ELEMENT >>  token,
Handle< View< ELEMENT >> &  result 
) const

Definition at line 534 of file Event.h.

References edm::ELEMENT_TYPE, edm::BasicHandle::failedToGet(), fillView_(), edm::PrincipalGetAdapter::getByToken_(), h, moduleCallingContext_, provRecorder_, query::result, edm::HandleBase::swap(), and edm::BasicHandle::whyFailedFactory().

534  {
535  result.clear();
536  BasicHandle bh = provRecorder_.getByToken_(TypeID(typeid(ELEMENT)),ELEMENT_TYPE, token, moduleCallingContext_);
537  if(bh.failedToGet()) {
538  Handle<View<ELEMENT> > h(std::move(bh.whyFailedFactory()));
539  h.swap(result);
540  return false;
541  }
542  fillView_(bh, result);
543  return true;
544  }
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:549
BasicHandle Event::getImpl ( std::type_info const &  iProductType,
ProductID const &  pid 
) const
privatevirtual

Implements edm::EventBase.

Definition at line 204 of file Event.cc.

References addToGotBranchIDs(), getByProductID_(), h, edm::BasicHandle::isValid(), and edm::BasicHandle::provenance().

204  {
205  BasicHandle h = this->getByProductID_(pid);
206  if(h.isValid()) {
207  addToGotBranchIDs(*(h.provenance()));
208  }
209  return h;
210  }
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
tuple pid
Definition: sysUtil.py:22
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:105
LuminosityBlock const& edm::Event::getLuminosityBlock ( ) const
inline
template<typename PROD >
void Event::getManyByType ( std::vector< Handle< PROD > > &  results) const

Definition at line 447 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getManyByType(), moduleCallingContext_, provRecorder_, and python.entryComment::results.

Referenced by HtrXmlPattern::analyze(), myJetAna::analyze(), EnergyScaleAnalyzer::analyze(), SelectReplacementCandidates::determineMuonsToUse(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), myFilter::filter(), cms::MTCCHLTrigger::filter(), Herwig6Filter::filter(), egHLT::debug::listAllProducts(), HSCPValidator::makeSimDigiPlotsRPC(), ESRecHitsMerger::produce(), EcalRecHitsMerger::produce(), EcalListOfFEDSProducer::produce(), ESListOfFEDSProducer::produce(), SimHitShifter::produce(), and SelectReplacementCandidates::ProductNotFound().

447  {
449  for(typename std::vector<Handle<PROD> >::const_iterator it = results.begin(), itEnd = results.end();
450  it != itEnd; ++it) {
451  addToGotBranchIDs(*it->provenance());
452  }
453  }
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void getManyByType(std::vector< Handle< PROD > > &results, ModuleCallingContext const *mcc) const
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:180
bool Event::getProcessParameterSet ( std::string const &  processName,
ParameterSet ps 
) const

Definition at line 93 of file Event.cc.

References assert(), HDQMDatabaseProducer::config, edm::ParameterSet::empty(), edm::ProcessHistory::getConfigurationForProcess(), edm::pset::Registry::getMapped(), edm::pset::Registry::instance(), edm::ProcessConfiguration::parameterSetID(), and processHistory().

Referenced by DQMProvInfo::analyze().

94  {
95  ProcessConfiguration config;
96  bool process_found = processHistory().getConfigurationForProcess(processName, config);
97  if(process_found) {
98  pset::Registry::instance()->getMapped(config.parameterSetID(), ps);
99  assert(!ps.empty());
100  }
101  return process_found;
102  }
assert(m_qm.get())
bool getConfigurationForProcess(std::string const &name, ProcessConfiguration &config) const
bool getMapped(key_type const &k, value_type &result) const
Definition: Registry.cc:22
virtual ProcessHistory const & processHistory() const
Definition: Event.cc:185
static Registry * instance()
Definition: Registry.cc:16
Provenance Event::getProvenance ( BranchID const &  theID) const
Provenance Event::getProvenance ( ProductID const &  theID) const

Definition at line 83 of file Event.cc.

References eventPrincipal(), edm::EventPrincipal::getProvenance(), and moduleCallingContext_.

83  {
85  }
Provenance getProvenance(ProductID const &pid, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
tuple pid
Definition: sysUtil.py:22
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
template<typename PROD >
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 135 of file Event.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by HLTRFilter::addObjects(), helper::CandDecayStoreManager::cloneAndStore(), pat::PATJetSelector::filter(), QualityFilter::produce(), GenParticleDecaySelector::produce(), TopInitSubset::produce(), MuonTrackProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), GenParticlePruner::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), PFConversionProducer::produce(), PFV0Producer::produce(), PFRecHitProducer::produce(), RecoTauPiZeroUnembedder::produce(), ElectronRecalibSuperClusterAssociator::produce(), GenParticleProducer::produce(), SimpleTrackListMerger::produce(), TrackListMerger::produce(), PFCTRecHitProducer::produce(), CosmicTrackSelector::produce(), FakeTrackProducer< T >::produce(), BoostedTauSeedsProducer::produce(), DuplicateListMerger::produce(), TrackMultiSelector::produce(), ExtraFromSeeds::produce(), pat::PATJetProducer::produce(), GsfTrackMixer::produce(), MuonErrorMatrixAdjuster::produce(), PFTauSecondaryVertexProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), SeedToTrackProducer::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), BoostedJetMerger::produce(), PFTauTransverseImpactParameters::produce(), PFEGammaProducer::produce(), PFTauPrimaryVertexProducer::produce(), NuclearTrackCorrector::produce(), PFTau3ProngReco::produce(), IPProducer< Container, Base, Helper >::produce(), TrackMixerBase::produceTracks(), MuonTrackCleanerBase::produceTracks(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), and AnalyticalTrackSelector::run().

135 {return getRefBeforePut<PROD>(std::string());}
template<typename PROD >
RefProd< PROD > Event::getRefBeforePut ( std::string const &  productInstanceName)

Definition at line 402 of file Event.h.

References edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), AlCaHLTBitMon_ParallelJobs::p, PROD, edm::PrincipalGetAdapter::prodGetter(), and provRecorder_.

402  {
403  PROD* p = 0;
404  BranchDescription const& desc =
405  provRecorder_.getBranchDescription(TypeID(*p), productInstanceName);
406 
407  //should keep track of what Ref's have been requested and make sure they are 'put'
408  return RefProd<PROD>(makeProductID(desc), provRecorder_.prodGetter());
409  }
EDProductGetter const * prodGetter() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
ProductID makeProductID(BranchDescription const &desc) const
Definition: Event.cc:58
BranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
#define PROD(A, B)
Run const & Event::getRun ( ) const
void edm::Event::labelsForToken ( EDGetToken const &  iToken,
ProductLabels oLabels 
) const
inline

Definition at line 221 of file Event.h.

References edm::PrincipalGetAdapter::labelsForToken(), and provRecorder_.

Referenced by TrackerHitAssociator::makeMaps().

221 { provRecorder_.labelsForToken(iToken, oLabels); }
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
void labelsForToken(EDGetToken const &iToken, ProductLabels &oLabels) const
ProductID Event::makeProductID ( BranchDescription const &  desc) const
private

Definition at line 58 of file Event.cc.

References edm::EventPrincipal::branchIDToProductID(), eventPrincipal(), and edm::BranchDescription::originalBranchID().

Referenced by getRefBeforePut(), and put().

58  {
59  return eventPrincipal().branchIDToProductID(desc.originalBranchID());
60  }
ProductID branchIDToProductID(BranchID const &bid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
ModuleCallingContext const* edm::Event::moduleCallingContext ( ) const
inline

Definition at line 219 of file Event.h.

References moduleCallingContext_.

Referenced by edm::SecSourceAnalyzer::analyze(), edm::DataMixingModule::doPileUp(), edm::MixingModule::doPileUp(), and HLTPrescaler::filter().

219 { return moduleCallingContext_; }
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:292
ProcessHistory const & Event::processHistory ( ) const
virtual

Implements edm::EventBase.

Definition at line 185 of file Event.cc.

References edm::PrincipalGetAdapter::processHistory(), and provRecorder_.

Referenced by DQMProvInfo::analyze(), getProcessParameterSet(), EcalDeadCellTriggerPrimitiveFilter::loadEventInfoForFilter(), and FWPathsPopup::postEvent().

185  {
186  return provRecorder_.processHistory();
187  }
ProcessHistory const & processHistory() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
ProcessHistoryID const & Event::processHistoryID ( ) const

Definition at line 73 of file Event.cc.

References eventPrincipal(), and edm::Principal::processHistoryID().

73  {
75  }
ProcessHistoryID const & processHistoryID() const
Definition: Principal.h:141
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:48
EDProductGetter const & Event::productGetter ( ) const
template<typename PROD >
OrphanHandle<PROD> edm::Event::put ( std::auto_ptr< PROD product)
inline

Put a new product.

Definition at line 115 of file Event.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by HLTRFilter::addObjects(), edm::HiMixingWorker< T >::addSignals(), FFTJetCorrectionProducer::applyCorrections(), FFTJetPatRecoProducer::buildDenseProduct(), FFTJetPatRecoProducer::buildSparseProduct(), MCParticleReplacer::call_put(), Multi5x5ClusterProducer::clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer::clusterizeECALPart(), CosmicClusterProducer::clusterizeECALPart(), IslandClusterProducer::clusterizeECALPart(), EgammaHLTIslandClusterProducer::clusterizeECALPart(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), sistrip::SpyEventMatcherModule::copyData(), HLTTauRefProducer::doElectrons(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMET(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), edm::MixingModule::doPileUp(), HLTTauRefProducer::doTowers(), EDMNeutronWriter::endEvent(), PFRecoTauDiscriminationAgainstElectronMVA5::endEvent(), PFRecoTauDiscriminationByIsolationMVA2::endEvent(), VariableNTupler::fill(), StringBasedNTupler::fill(), CSCTightHalo2015Filter::filter(), CSCTightHaloFilter::filter(), CSCTightHaloTrkMuUnvetoFilter::filter(), EENoiseFilter::filter(), cms::MTCCHLTrigger::filter(), JetIDFailureFilter::filter(), TrackingFailureFilter::filter(), cms::TrackMTCCFilter::filter(), HSCParticleSelector::filter(), HLTHcalMETNoiseCleaner::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), CandViewRefRandomSelector::filter(), MCPdgIndexFilter::filter(), Tau3MuSkim::filter(), MultiEventFilter::filter(), GreedyMuonPFCandidateFilter::filter(), ElectronIdMVAProducer::filter(), PhotonIsoProducer::filter(), InconsistentMuonPFCandidateFilter::filter(), pat::PATSingleVertexSelector::filter(), GenMuonRadiationFilter::filter(), MuonRadiationFilter::filter(), PFTauViewRefSelector::filter(), HLTRHemisphere::filter(), UniqueObjectSelector< T >::filter(), EcalLaserCorrFilter::filter(), ElectronRegressionEnergyProducer::filter(), LogErrorEventFilter::filter(), RecoTauPileUpVertexSelector::filter(), pat::PATJetSelector::filter(), MCZll::filter(), EEBadScFilter::filter(), BVertexFilterT< VTX >::filter(), edm::FwdPtrCollectionFilter< T, S, H >::filter(), ConfigurableAnalysis::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), JetConstituentSelector< T, C >::filter(), JetVertexChecker::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), MCVerticesWeight::filter(), HcalLaserEventFilter::filter(), ByMultiplicityEventFilter< T >::filter(), HSCParticleProducer::filter(), ElectronIdFilter::filter(), aod2patFilterZee::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), ElectronIdMVABased::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), FlavorHistoryFilter::filter(), EcalDeadCellDeltaRFilter::filter(), ZeeCandidateFilter::filter(), CastorDigiProducer::finalizeEvent(), HcalTBDigiProducer::finalizeEvent(), RecoTrackAccumulator::finalizeEvent(), cms::PileupVertexAccumulator::finalizeEvent(), HcalDigitizer::finalizeEvent(), SiStripDigitizer::finalizeEvent(), cms::SiPixelDigitizer::finalizeEvent(), HLTDeDxFilter::hltFilter(), HLTMuonPFIsoFilter::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), ShallowDigisProducer::insert(), gen::Pythia6Gun::loadEvent(), EgammaHLTNxNClusterProducer::makeNxNClusters(), SiStripZeroSuppression::MergeCollectionsZeroSuppression(), PFCandidateMixer::mix(), HcalSimpleReconstructor::process(), MultiTrackSelector::processMVA(), HIMultiTrackSelector::processMVA(), HcalSimpleReconstructor::processUpgrade(), DimuonMCMatcher::produce(), ShallowEventDataProducer::produce(), WeakEffectsWeightProducer::produce(), TtGenEventReco::produce(), MaskedMeasurementTrackerEventProducer::produce(), SiStripRecHitConverter::produce(), PixelVertexProducerMedian::produce(), StGenEventReco::produce(), HcalPatternSource::produce(), ShallowTracksProducer::produce(), DoubleProducer::produce(), PatElectronEAIsoCorrectionProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), FixedGridRhoProducer::produce(), ShallowRechitClustersProducer::produce(), HcalLaserEventFiltProducer2012::produce(), TrackListCombiner::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), VZeroProducer::produce(), HIBestVertexProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), HIPixelMedianVtxProducer::produce(), ShallowTrackClustersProducer::produce(), InterestingEcalDetIdProducer::produce(), HepMCCopy::produce(), QualityFilter::produce(), HcalTTPTriggerRecord::produce(), BasicToPFJet::produce(), CastorSimpleReconstructor::produce(), ShallowSimhitClustersProducer::produce(), PixelVertexProducerClusters::produce(), JetChargeProducer::produce(), SeedingLayersEDProducer::produce(), CastorTTRecord::produce(), HcalTTPDigiProducer::produce(), RazorVarProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), HFEMClusterProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), ElectronSqPtTkIsolationProducer::produce(), ECFAdder::produce(), FixedGridRhoProducerFastjet::produce(), HcalLaserReco::produce(), GenParticleDecaySelector::produce(), MeasurementTrackerEventProducer::produce(), ConversionTrackRefFix::produce(), SeedCombiner::produce(), AlphaTVarProducer::produce(), MuonWithPFIsoProducerCopy::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), MuonSelectorVertex::produce(), DistortedMETProducer::produce(), EgammaHLTTimeCleanedRechitProducer::produce(), ElectronSeedMerger::produce(), PhotonConversionTrajectorySeedProducerFromQuadruplets::produce(), SeedGeneratorFromRegionHitsEDProducer::produce(), HcalTrigPrimDigiProducer::produce(), MassKinFitterCandProducer::produce(), TrackingParticleNumberOfLayersProducer::produce(), MCTrackMatcher::produce(), TopInitSubset::produce(), TtSemiLepJetCombGeom::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), EventVtxInfoNtupleDumper::produce(), DTDigiToRawModule::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), CSCTFCandidateProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), ParticleDecayProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), PhotonConversionTrajectorySeedProducerFromSingleLeg::produce(), EcalTBHodoscopeRecInfoProducer::produce(), CSCDigiProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), TtDilepEvtSolutionMaker::produce(), CosmicMuonLinksProducer::produce(), PFConcretePFCandidateProducer::produce(), DQMTauProducer::produce(), PFJetToCaloProducer::produce(), PFTauToJetProducer::produce(), CandPtrProjector::produce(), CRackSeedGenerator::produce(), pat::PATVertexSlimmer::produce(), StEvtSolutionMaker::produce(), UnifiedSCCollectionProducer::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), DistortedMuonProducerFromDB::produce(), MuonWithPFIsoProducer::produce(), PhotonIDProducer::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), EcalUncalibRecHitProducer::produce(), ESRecHitProducer::produce(), ESRawToDigi::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), SiStripElectronSeedProducer::produce(), CandOneToOneDeltaRMatcher::produce(), pat::PATSecondaryVertexSlimmer::produce(), DiJetVarProducer::produce(), EmptySimHits::produce(), MuonTrackProducer::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), DistortedMuonProducer::produce(), DistortedPFCandProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), JetExtender::produce(), JetTracksAssociatorAtVertex::produce(), JetTracksAssociatorExplicit::produce(), IPTCorrector::produce(), EcalRecalibRecHitProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), QuarkoniaTrackSelector::produce(), RawDataCollectorByLabel::produce(), L2TauJetsMerger::produce(), CandOneToManyDeltaRMatcher::produce(), CastorFastTowerProducer::produce(), pat::PATMETSlimmer::produce(), FSPFProducer::produce(), CandViewRefMerger::produce(), HcalRealisticZS::produce(), HcalSimpleAmplitudeZS::produce(), VertexAssociatorByPositionAndTracksProducer::produce(), VertexAssociatorByTracksProducer::produce(), UncleanSCRecoveryProducer::produce(), PFMuonCaloCleaner::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), TrackProducerWithSCAssociation::produce(), edm::ExpoRandomPGunProducer::produce(), cms::SubEventGenJetProducer::produce(), HcalCalibFEDSelector::produce(), PFClusterTimeSelector::produce(), L1HLTJetsMatching::produce(), RecoTauEventFlagProducer::produce(), FamosProducer::produce(), CastorFastClusterProducer::produce(), pat::PATTauSlimmer::produce(), HectorProducer::produce(), ESRecHitsMerger::produce(), HLTJetL1MatchProducer< T >::produce(), ISRGammaWeightProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), ShallowClustersProducer::produce(), HBHEIsolatedNoiseReflagger::produce(), CSCTFTrackProducer::produce(), CSCSegmentProducer::produce(), BunchSpacingProducer::produce(), CollectionAdder< C >::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), GenParticlePruner::produce(), L1HLTTauMatching::produce(), EcalTBWeightUncalibRecHitProducer::produce(), ElectronSeedTrackRefFix::produce(), CleanAndMergeProducer::produce(), UpdatedMuonInnerTrackRef::produce(), EcalRecHitsMerger::produce(), EgammaHLTHybridClusterProducer::produce(), AnyJetToCaloJetProducer::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), ParticleBasedIsoProducer::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), HLTTauRefCombiner::produce(), HIPixelClusterVtxProducer::produce(), DTUnpackingModule::produce(), EcalTPSkimmer::produce(), RPCPointProducer::produce(), PFClusterCollectionMerger::produce(), LightPFTrackProducer::produce(), L2TauPixelTrackMatch::produce(), CandIsoDepositProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), SimTrackIdProducer::produce(), OscarProducer::produce(), ME0DigiPreRecoProducer::produce(), HLTHFRecoEcalCandidateProducer::produce(), GenTrackMatcher::produce(), EcalDigiSelector::produce(), HFRecoEcalCandidateProducer::produce(), PdfWeightProducer::produce(), CSCDCCUnpacker::produce(), ScaleCorrMETData::produce(), ESDigiToRaw::produce(), ZdcSimpleReconstructor::produce(), reco::ParticleFlowForChargedMETProducer::produce(), L3MuonSumCaloPFIsolationProducer::produce(), CaloMuonMerger::produce(), PFConversionProducer::produce(), PFV0Producer::produce(), StoreSecondary::produce(), RHStopTracer::produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::produce(), SimHitTPAssociationProducer::produce(), HybridClusterProducer::produce(), RecHitFilter::produce(), TtFullHadSignalSelMVAComputer::produce(), TtFullLepKinSolutionProducer::produce(), CollectionFromZLegProducer::produce(), HLTHcalTowerNoiseCleaner::produce(), EgammaElectronTkNumIsolationProducer::produce(), JetTracksAssociationToTrackRefs::produce(), ElectronIDExternalProducer< algo >::produce(), PileupJPTJetIdProducer::produce(), CaloTowerCandidateCreator::produce(), CaloTowersCreator::produce(), CaloMuonProducer::produce(), TSGFromL1Muon::produce(), TSGFromL2Muon::produce(), PFRecHitProducer::produce(), PFElectronTranslator::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), PFTauViewRefMerger::produce(), CandViewRefTriggerBiasRemover::produce(), PixelTracksProducer::produce(), JetVetoedTracksAssociatorAtVertex::produce(), JetTagProducer::produce(), MixedGenMEtProducer::produce(), ConeIsolation::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), IsoTracks::produce(), EgammaEcalPFClusterIsolationProducer< T1 >::produce(), EgammaHcalPFClusterIsolationProducer< T1 >::produce(), GEDPhotonCoreProducer::produce(), SiStripProcessedRawDigiProducer::produce(), GEMCSCSegmentProducer::produce(), JetCoreClusterSplitter::produce(), MuonRefProducer::produce(), NtpProducer< C >::produce(), RecoTauPiZeroUnembedder::produce(), pat::PATGenJetSlimmer::produce(), pat::PATMuonSlimmer::produce(), FastTSGFromL2Muon::produce(), LmfSource::produce(), edm::CosMuoGenProducer::produce(), ProbeMulteplicityProducer::produce(), AlignmentPrescaler::produce(), EgammaHLTCaloTowerProducer::produce(), CastorDigiToRaw::produce(), EcalRecHitProducer::produce(), GEMPadDigiProducer::produce(), TtSemiEvtSolutionMaker::produce(), TtSemiLepSignalSelMVAComputer::produce(), HLTMuonL2SelectorForL3IO::produce(), MuonSelectionTypeValueMapProducer::produce(), MuonLinksProducerForHLT::produce(), PFMultiDepthClusterProducer::produce(), CandReducer::produce(), pat::PATElectronSlimmer::produce(), TtSemiLepJetCombMVAComputer::produce(), pat::PATJetSlimmer::produce(), CosmicSeedGenerator::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), GEMDigiProducer::produce(), StripCompactDigiSimLinksProducer::produce(), PreshowerClusterShapeProducer::produce(), PreshowerPhiClusterProducer::produce(), SelectReplacementCandidates::produce(), ReducedESRecHitCollectionProducer::produce(), PreshowerClusterProducer::produce(), bestPVselector< T1 >::produce(), ZMuMuTrackUserData::produce(), SiPixelFedFillerWordEventNumber::produce(), edm::MCFileSource::produce(), CandidateTriggerObjectProducer::produce(), HcalDigiToRaw::produce(), HcalHistogramRawToDigi::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), ElectronPATIdMVAProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), CloneProducer< C >::produce(), PFClusterProducer::produce(), PFDisplacedVertexProducer::produce(), RawDataSelector::produce(), L2TauPixelIsoTagProducer::produce(), TauGenJetProducer::produce(), RecoTauPiZeroFlattener::produce(), FRDStreamSource::produce(), ShallowCloneProducer< C >::produce(), pat::PATPhotonSlimmer::produce(), ColinsSoperVariablesComputer::produce(), ObjectMultiplicityCounter< T >::produce(), LHECOMWeightProducer::produce(), TtHadEvtSolutionMaker::produce(), ZMuMuMuonUserData::produce(), HLTPFJetIDProducer::produce(), TrackInfoProducer::produce(), OtherObjectVariableComputer< T >::produce(), photonIsolationHIProducer::produce(), HcalTBSource::produce(), DTTrackFinder::produce(), cms::MuonMET::produce(), RPCPackingModule::produce(), BeamSpotProducer::produce(), RPCDigiProducer::produce(), MuonFromPVSelector::produce(), TrackFromPVSelector::produce(), TrackerHitProducer::produce(), CandViewCountEventSelFlagProducer::produce(), ElectronRecalibSuperClusterAssociator::produce(), ZMuMuUserData::produce(), EgammaHLTPixelMatchElectronProducers::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), BaseEvtVtxGenerator::produce(), CastorRawToDigi::produce(), reco::CorrectedJetProducer< T >::produce(), QjetsAdder::produce(), EcalDCCTBUnpackingModule::produce(), JVFJetIdProducer::produce(), GlobalTrackQualityProducer::produce(), MuonLinksProducer::produce(), PFDisplacedVertexCandidateProducer::produce(), GenParticleProducer::produce(), RPCUnpackingModule::produce(), sistrip::DigiToRawModule::produce(), pat::PATLostTracks::produce(), TkAlCaOverlapTagger::produce(), ShiftedMETcorrInputProducer::produce(), DeltaBetaWeights::produce(), ZMuMuUserDataOneTrack::produce(), cms::JetVertexAssociation::produce(), EcalDCCTB07UnpackingModule::produce(), EcalDetIdToBeRecoveredProducer::produce(), HcalRawToDigi::produce(), CollectionCombiner< Collection >::produce(), TriggerObjectFilterByCollection::produce(), pat::GenMETExtractor::produce(), reco::tautools::CopyProducer< Collection >::produce(), BeamSpotOnlineProducer::produce(), NearbyCandCountComputer::produce(), ClusterTPAssociationProducer::produce(), L1ExtraMEtMixerPlugin::produce(), EcalListOfFEDSProducer::produce(), EgammaHLTPFChargedIsolationProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), ESListOfFEDSProducer::produce(), SubdetFEDSelector::produce(), MuonReSeeder::produce(), RandomEngineStateProducer::produce(), MuonMETcorrInputProducer::produce(), CSCRecHitDProducer::produce(), L1GctInternJetProducer::produce(), TopBottomClusterInfoProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), pat::MatcherUsingTracks::produce(), TauJetSelectorForHLTTrackSeeding::produce(), HLTDisplacedmumumuVtxProducer::produce(), pat::PATTrackAndVertexUnpacker::produce(), DummyBoolEventSelFlagProducer::produce(), PiZeroDiscriminatorProducer::produce(), LaserAlignmentProducer::produce(), PuppiProducer::produce(), EgammaHLTPFNeutralIsolationProducer::produce(), EgammaHLTPFPhotonIsolationProducer::produce(), PhotonCoreProducer::produce(), ParticleTowerProducer::produce(), cms::JetCorrectionProducer< T >::produce(), SysShiftMETcorrInputProducer::produce(), edm::FwdPtrProducer< T, H >::produce(), VersionedIdProducer< PhysicsObjectPtr, SelectorType >::produce(), ImpactParameter::produce(), SiPixelDigiToRaw::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), ShiftedParticleMETcorrInputProducer::produce(), PFMET::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), Type1PFMET::produce(), MuonCaloDistanceProducer::produce(), MuonDetRecHitMixer< T1, T2 >::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), EcalSimHitsValidProducer::produce(), EgammaHLTClusterShapeProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), ConversionTrackMerger::produce(), pat::L1MuonMatcher::produce(), CSCTFPacker::produce(), CSCDigiToRawModule::produce(), InputGenJetsParticleSelector::produce(), Type0PFMETcorrInputProducer::produce(), MuonShowerInformationProducer::produce(), edm::ProductFromFwdPtrProducer< T, H >::produce(), cms::ReconstructerFP420::produce(), SiPixelRawToDigi::produce(), CaloRecoTauProducer::produce(), PFRecoTauProducer::produce(), pat::DuplicatedElectronCleaner::produce(), MuonDetCleaner::produce(), HcalTBObjectUnpacker::produce(), PileUpProducer::produce(), pat::PATVertexAssociationProducer::produce(), OscarMTProducer::produce(), ElectronConversionRejectionVars::produce(), DigiSimLinkProducer::produce(), SoftPFMuonTagInfoProducer::produce(), SiStripRegFEDSelector::produce(), HLTDisplacedmumuVtxProducer::produce(), ZmumuEvtSelEffCorrWeightProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), HLTMETCleanerUsingJetID::produce(), HLTMhtProducer::produce(), HLTTauMCProducer::produce(), PFCandMETcorrInputProducer::produce(), pat::HLTL1MuonMatcher::produce(), PFRecoTauTagInfoProducer::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), TSGForOI::produce(), SimpleTrackListMerger::produce(), TrackListMerger::produce(), SoftPFElectronTagInfoProducer::produce(), TtFullHadHypothesis::produce(), L1ExtraMixerPluginT< T >::produce(), GsfElectronFromPVSelector::produce(), TriggerSummaryProducerRAW::produce(), HLTHtMhtProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), ZllArbitrator< T1 >::produce(), DTTFFEDSim::produce(), MultShiftMETcorrInputProducer::produce(), MuonPFCandidateCleaner::produce(), Merger< InputCollection, OutputCollection, P >::produce(), NoPileUpPFMEtProducer::produce(), GtPsbTextToDigi::produce(), PFTrackProducer::produce(), PixelVertexProducer::produce(), DaqFakeReader::produce(), RecoTauJetRegionProducer::produce(), PFTauMVAInputDiscriminantTranslator::produce(), DeDxHitInfoProducer::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), HSCPDeDxInfoProducer::produce(), EmptyHepMCProducer::produce(), SiStripElectronProducer::produce(), HLTCaloJetIDProducer::produce(), EleIsoDetIdCollectionProducer::produce(), TrackingMaterialProducer::produce(), MuonRadiationCorrWeightProducer::produce(), PFchsMETcorrInputProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), DTTrigProd::produce(), ReducedRecHitCollectionProducer::produce(), PFClusterShapeProducer::produce(), PFLinker::produce(), CaloRecoTauTagInfoProducer::produce(), pat::PATJetUpdater::produce(), MatchedProbeMaker< T >::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), pat::PATPackedCandidateProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), edm::CFWriter::produce(), edm::BeamHaloProducer::produce(), TrackAssociatorEDProducer::produce(), EmbeddingKineReweightProducer::produce(), GenParticlesFromZsSelectorForMCEmbedding::produce(), HLTDisplacedtktkVtxProducer::produce(), TtSemiLepHypothesis::produce(), MCParticleReplacer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), ConvertedPhotonProducer::produce(), WMuNuProducer::produce(), LaserAlignmentT0Producer::produce(), CSCTFUnpacker::produce(), ZdcHitReconstructor::produce(), L1RCTTPGProvider::produce(), CosmicsMuonIdProducer::produce(), HLTmumutktkVtxProducer::produce(), CaloTowerCreatorForTauHLT::produce(), citk::PFIsolationSumProducer::produce(), cms::TrackerizerFP420::produce(), TagProbeMassProducer::produce(), HLTCollectionProducer< T >::produce(), ClusterCompatibilityProducer::produce(), AlCaEcalHcalReadoutsProducer::produce(), DTTFFEDReader::produce(), HLTTrackClusterRemoverNew::produce(), PFCTRecHitProducer::produce(), FastElectronSeedProducer::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), ConversionSeedFilterCharge::produce(), CosmicTrackSelector::produce(), MixEvtVtxGenerator::produce(), JetSubstructurePacker::produce(), edm::TriggerResultInserter::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), edm::LogErrorHarvester::produce(), TtEvtBuilder< C >::produce(), EgammaSCCorrectionMaker::produce(), MuonCaloCleanerByDistance::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), EgammaHLTR9IDProducer::produce(), MuonCaloCleanerAllCrossed::produce(), ZToLLEdmNtupleDumper::produce(), FakeTrackProducer< T >::produce(), JetCorrectorProducer< T >::produce(), CSCTriggerPrimitivesProducer::produce(), L1GctEmulator::produce(), EcalRecHitRecalib::produce(), L1ExtraParticleMapProd::produce(), HcalRecHitRecalib::produce(), TtFullLepHypothesis::produce(), PartonSelector::produce(), pat::PATConversionProducer::produce(), DuplicateTrackMerger::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), AlCaElectronTracksReducer::produce(), Onia2MuMuPAT::produce(), TrackCandidateProducer::produce(), HLTScoutingCaloProducer::produce(), PFCand_AssoMap::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), HLTRechitInRegionsProducer< T1 >::produce(), ConversionTrackCandidateProducer::produce(), PrimaryVertexSorter< ParticlesCollection >::produce(), HiEgammaSCCorrectionMaker::produce(), VoronoiBackgroundProducer::produce(), AlCaDiJetsProducer::produce(), SiStripFineDelayHit::produce(), NTuplingDevice::produce(), L1EmulBias::produce(), SeedClusterRemover::produce(), SimG4HcalValidation::produce(), pat::__class__Producer::produce(), RctTextToRctDigi::produce(), PFSimParticleProducer::produce(), PATHemisphereProducer::produce(), pat::PATMETProducer::produce(), pat::PATPackedGenParticleProducer::produce(), EcalTrigPrimProducer::produce(), V0Producer::produce(), ECALRegFEDSelector::produce(), PFPileUp::produce(), modules::MuonCleanerBySegmentsT< T >::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), EgammaHLTR9Producer::produce(), PhotonProducer::produce(), EcalFEtoDigi::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), cms::MuonMETValueMapProducer::produce(), cms::ClusterizerFP420::produce(), GamIsoDetIdCollectionProducer::produce(), pat::PATCleaner< PATObjType >::produce(), NeutronHitsCollector::produce(), AlCaGammaJetProducer::produce(), HBHENoiseFilterResultProducer::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), HLTTrackMETProducer::produce(), ScalersRawToDigi::produce(), JetPlusTrackProducer::produce(), L1ExtraParticlesProd::produce(), HLTmumutkVtxProducer::produce(), TextToRaw::produce(), PFProducer::produce(), cms::HitReCalibrator::produce(), ConversionSeedFilter::produce(), HITrackClusterRemover::produce(), pat::PATCompositeCandidateProducer::produce(), RecoTauPiZeroProducer::produce(), HLTJetCollForElePlusJets< T >::produce(), L1TPhysicalEtAdder::produce(), HLTL1MuonSelector::produce(), simwatcher::BeginOfTrackCounter::produce(), CastorJetIDProducer::produce(), GctDigiToRaw::produce(), TrackMCQuality::produce(), MinMETProducerT< T >::produce(), MuPFIsoEmbedder::produce(), L1GlobalTriggerRecordProducer::produce(), LTCRawToDigi::produce(), PixelVertexCollectionTrimmer::produce(), EventWithHistoryProducer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), SiStripElectronAssociator::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), PF_PU_AssoMap::produce(), PFECALSuperClusterProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), FromClusterSummaryMultiplicityProducer::produce(), pat::PATGenericParticleProducer::produce(), L1DummyProducer::produce(), SourceCardTextToRctDigi::produce(), MuonTimingProducer::produce(), OutsideInMuonSeeder::produce(), TotemTestGem::produce(), TrackCandidateTopBottomHitFilter::produce(), GSFElectronsMixer::produce(), SimpleCosmicBONSeeder::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), HLTScoutingPFProducer::produce(), AlCaHcalNoiseProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), NjettinessAdder::produce(), BoostedTauSeedsProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), GEDPhotonProducer::produce(), pat::PATMuonProducer::produce(), pat::PATPFParticleProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), cms::MuonTCMETValueMapProducer::produce(), TrackAssociatorByPositionProducer::produce(), NoPileUpPFMEtDataProducer::produce(), MaskedRctInputDigiProducer::produce(), HLTScoutingMuonProducer::produce(), HLTRechitsToDigis::produce(), CastorCellProducer::produce(), DuplicateListMerger::produce(), BSCTrigger::produce(), DTDigitizer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), pat::TauJetCorrFactorsProducer::produce(), cms::DigitizerFP420::produce(), HcalTB02Analysis::produce(), ElectronSeedProducer::produce(), JetIDProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), CorrectedCaloMETProducer::produce(), CorrectedPFMETProducer::produce(), EcalRawToDigi::produce(), HcalHitSelection::produce(), VertexFromTrackProducer::produce(), L1Comparator::produce(), QuickTrackAssociatorByHitsProducer::produce(), TrajectorySeedFromMuonProducer::produce(), CorrectedPATMETProducer::produce(), HcalHitReconstructor::produce(), CtfSpecialSeedGenerator::produce(), InterestingDetIdFromSuperClusterProducer::produce(), ConfigurableAPVCyclePhaseProducer::produce(), InterestingDetIdCollectionProducer::produce(), ExtraFromSeeds::produce(), pat::PATTauProducer::produce(), TtJetPartonMatch< C >::produce(), TrackMultiSelector::produce(), RochesterCorrMuonProducerT< T >::produce(), ReducedEGProducer::produce(), MuScleFitMuonProducer::produce(), CaloRecHitMixer< T >::produce(), ElectronSeedTrackRefUpdater::produce(), CentralityBinProducer::produce(), ValueMapTraslator::produce(), TrackAssociatorByChi2Producer::produce(), FFTJetPFPileupCleaner::produce(), HLTScoutingEgammaProducer::produce(), l1t::FakeInputProducer::produce(), RPCTrigger::produce(), pat::MatcherByPulls< T >::produce(), SiPixelClusterShapeCacheProducer::produce(), ElectronSeedTrackRefUpdaterAndMerger::produce(), pat::PATJetProducer::produce(), FFTJetVertexAdder::produce(), TruthTauDecayModeProducer::produce(), RecHitCorrector::produce(), L1MuGMTHWFileReader::produce(), GsfTrackMixer::produce(), DeDxEstimatorProducer::produce(), MuonErrorMatrixAdjuster::produce(), FFTJetPileupEstimator::produce(), PF_PU_FirstVertexTracks::produce(), Timer::produce(), CaloTowersMerger::produce(), RecoTauProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), HcalTB06Analysis::produce(), GenHIEventProducer::produce(), MuonSegmentProducer::produce(), SoftKillerProducer::produce(), SmearedPFCandidateProducerForPFNoPUMEtT< T, Textractor >::produce(), HiSpikeCleaner::produce(), PFTauSecondaryVertexProducer::produce(), ConversionTrackProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), AlCaECALRecHitReducer::produce(), EcalDigiToRaw::produce(), ConvBremSeedProducer::produce(), PatJPsiProducer::produce(), MixBoostEvtVtxGenerator::produce(), PFBlockProducer::produce(), PileupJetIdProducer::produce(), AlCaHBHEMuonProducer::produce(), L1TCaloUpgradeToGCTConverter::produce(), ConditionDumperInEdm::produce(), L1GlobalTriggerEvmRawToDigi::produce(), RctInputTextToDigi::produce(), l1t::L1TCaloRCTToUpgradeConverter::produce(), NuclearSeedsEDProducer::produce(), CastorClusterProducer::produce(), MultiplicityProducer< T >::produce(), CastorTowerProducer::produce(), TauSpinnerCMS::produce(), HiL1Subtractor::produce(), HiGenCleaner< T2 >::produce(), L1MuGlobalMuonTrigger::produce(), BetaBoostEvtVtxGenerator::produce(), TcdsRawToDigi::produce(), TrackAssociatorByHitsProducer::produce(), HLTPrescaleRecorder::produce(), LHE2HepMCConverter::produce(), ObjectViewMatcher< T1, T2 >::produce(), reco::HcalNoiseInfoProducer::produce(), FFTJetEFlowSmoother::produce(), L1GTEvmDigiToRaw::produce(), PrimaryVertexProducer::produce(), L1GtTextToRaw::produce(), NuclearInteractionEDProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), PFRecoTauChargedHadronProducer::produce(), EcalSimpleProducer::produce(), L2MuonSeedGenerator::produce(), PFCand_NoPU_WithAM::produce(), pat::PATPhotonProducer::produce(), GenJetBCEnergyRatio::produce(), SiStripMeanCMExtractor::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), reco::CentralityProducer::produce(), AlignmentMuonHIPTrajectorySelector::produce(), JetPlusTrackProducerAA::produce(), SiPixelClusterProducer::produce(), l1t::GtProducer::produce(), pat::PATElectronProducer::produce(), l1t::AMC13DumpToRaw::produce(), pat::PATTriggerEventProducer::produce(), l1t::AMCDumpToRaw::produce(), ObjectViewCleaner< T >::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), TrackAlgoCompareUtil::produce(), SeedToTrackProducer::produce(), FFTJetPileupProcessor::produce(), FastPrimaryVertexWithWeightsProducer::produce(), HcalTB04Analysis::produce(), L1GTDigiToRaw::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), SiPixelCalibDigiProducer::produce(), HighPtTrackEcalDetIdProducer::produce(), PixelJetPuId::produce(), L1GlobalTrigger::produce(), PFTauTransverseImpactParameters::produce(), BoostedJetMerger::produce(), APVCyclePhaseProducerFromL1ABC::produce(), RecoTauCleanerImpl< Prod >::produce(), PFEGammaProducer::produce(), TrackExtrapolator::produce(), L1TStage2Layer2Producer::produce(), L1GlobalTriggerRawToDigi::produce(), APVCyclePhaseProducerFromL1TS::produce(), FlavorHistoryProducer::produce(), GenHFHadronMatcher::produce(), PFPhotonTranslator::produce(), reco::BeamHaloSummaryProducer::produce(), ShiftedParticleProducerT< T >::produce(), l1t::GenToInputProducer::produce(), sistrip::FEDEmulatorModule::produce(), l1t::MP7BufferDumpToRaw::produce(), ShallowGainCalibration::produce(), JetIdSelector< T >::produce(), l1t::BXVectorInputProducer::produce(), HiEvtPlaneFlatProducer::produce(), pat::PATTriggerProducer::produce(), ReduceHcalRecHitCollectionProducer::produce(), pat::PATMHTProducer::produce(), TrackClusterSplitter::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsTrackPreparation::produce(), PFElecTkProducer::produce(), CATopJetTagger::produce(), L1TStage2Layer1Producer::produce(), EgammaHLTGsfTrackVarProducer::produce(), CorrectedECALPFClusterProducer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), reco::PFMETProducerMVA::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), JetCrystalsAssociator::produce(), JetDeltaRValueMapProducer< T >::produce(), MuonIdProducer::produce(), PFTauPrimaryVertexProducer::produce(), MuonMCClassifier::produce(), ProduceIsolationMap::produce(), ClusterSummaryProducer::produce(), ExternalLHEProducer::produce(), ConversionProducer::produce(), cms::CosmicTrackFinder::produce(), RPCTechnicalTrigger::produce(), cms::SiPixelRecHitConverter::produce(), HLTDummyCollections::produce(), L1TStage1Layer2Producer::produce(), FFTJetPatRecoProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), FastPrimaryVertexProducer::produce(), MuonSimHitProducer::produce(), HepMCSplitter::produce(), reco::modules::CosmicTrackSplitter::produce(), GoodSeedProducer::produce(), TrajectorySeedProducer::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), GlobalHitsProducer::produce(), HadronAndPartonSelector::produce(), CorrectedMETProducerT< T >::produce(), NuclearTrackCorrector::produce(), TriggerSummaryProducerAOD::produce(), PFTau3ProngReco::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), BoostedTopProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), reco::HcalHaloDataProducer::produce(), RPCSeedGenerator::produce(), AlCaIsoTracksProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), ShiftedJetProducerT< T, Textractor >::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), Type2CorrectionProducer::produce(), GlobalDigisProducer::produce(), SimHitShifter::produce(), ChainedJetCorrectorProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), reco::CSCHaloDataProducer::produce(), IPProducer< Container, Base, Helper >::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), JetFlavourClustering::produce(), TopProjector< Top, Bottom, Matcher >::produce(), edm::HiMixingModule::produce(), GlobalRecHitsProducer::produce(), EvtPlaneProducer::produce(), MuonToTrackingParticleAssociatorEDProducer::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), SiStripClusterizerFromRaw::produce(), SmearedJetProducerT< T, Textractor >::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), Multi5x5SuperClusterProducer::produceSuperclustersForECALPart(), HiSuperClusterProducer::produceSuperclustersForECALPart(), GlobalMuonTrackMixer::produceTrackExtras(), GlobalMuonTrackCleaner::produceTrackExtras(), TeVMuonTrackCleaner::produceTrackExtras(), TeVMuonTrackMixer::produceTrackExtras(), FastjetJetProducer::produceTrackJets(), TrackMixerBase::produceTracks(), MuonTrackCleanerBase::produceTracks(), put(), helper::CandDecayStoreManager::put(), helper::PhotonCollectionStoreManager::put(), helper::MuonCollectionStoreManager::put(), helper::TrackCollectionStoreManager::put(), helper::GsfElectronCollectionStoreManager::put(), edm::MixingModule::put(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put(), put(), edm::MixingWorker< T >::put(), edm::DataMixingEMWorker::putEM(), edm::DataMixingEMDigiWorker::putEM(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), TextToRaw::putEmptyDigi(), edm::DataMixingGeneralTrackWorker::putGeneralTrack(), edm::DataMixingHcalWorker::putHcal(), edm::DataMixingHcalDigiWorker::putHcal(), QGTagger::putInEvent(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), DAFTrackProducer::putInEvtTrajAnn(), edm::DataMixingMuonWorker::putMuon(), edm::DataMixingPileupCopy::putPileupInfo(), edm::DataMixingSiPixelWorker::putSiPixel(), edm::DataMixingSiPixelMCDigiWorker::putSiPixel(), edm::DataMixingSiStripWorker::putSiStrip(), edm::DataMixingSiStripRawWorker::putSiStrip(), edm::DataMixingSiStripMCDigiWorker::putSiStrip(), edm::DataMixingTrackingParticleWorker::putTrackingParticle(), AnalyticalTrackSelector::run(), MultiTrackSelector::run(), HIMultiTrackSelector::run(), FFTJetProducer::saveResults(), SiStripZeroSuppression::StandardZeroSuppression(), PixelTrackProducer::store(), pat::L1MuonMatcher::storeExtraInfo(), pat::HLTL1MuonMatcher::storeExtraInfo(), pat::MatcherUsingTracks::storeValueMap(), TriggerMatcherToHLTDebug::storeValueMap(), L1GlobalTriggerRawToDigi::unpackGMT(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), FFTJetProducer::writeJets(), ElectronIDValueMapProducer::writeValueMap(), MVAValueMapProducer< ParticleType >::writeValueMap(), PhotonIDValueMapProducer::writeValueMap(), PhotonRegressionValueMapProducer::writeValueMap(), MuonMCClassifier::writeValueMap(), ElectronRegressionValueMapProducer::writeValueMap(), l1t::stage2::CaloCollections::~CaloCollections(), l1t::stage1::CaloCollections::~CaloCollections(), GctUnpackCollections::~GctUnpackCollections(), l1t::stage2::GTCollections::~GTCollections(), and RctUnpackCollections::~RctUnpackCollections().

115 {return put<PROD>(product, std::string());}
template<typename PROD >
OrphanHandle<PROD> edm::Event::put ( std::unique_ptr< PROD product)
inline

Definition at line 119 of file Event.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

119 {return put<PROD>(std::move(product), std::string());}
template<typename PROD >
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 360 of file Event.h.

References put().

360  {
361  return put(std::unique_ptr<PROD>(product.release()),productInstanceName);
362  }
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:115
template<typename PROD >
OrphanHandle< PROD > Event::put ( std::unique_ptr< PROD product,
std::string const &  productInstanceName 
)

Definition at line 365 of file Event.h.

References edm::RecordInParentfull< PROD >::do_it(), edm::PrincipalGetAdapter::getBranchDescription(), makeProductID(), PROD, parseEventContent::prod, provRecorder_, putProducts(), putProductsWithoutParents(), edm::principal_get_adapter_detail::throwOnPutOfNullProduct(), and relativeConstraints::value.

365  {
366  if(product.get() == 0) { // null pointer is illegal
367  TypeID typeID(typeid(PROD));
368  principal_get_adapter_detail::throwOnPutOfNullProduct("Event", typeID, productInstanceName);
369  }
370 
371  // The following will call post_insert if T has such a function,
372  // and do nothing if T has no such function.
374  DoPostInsert<PROD>,
375  DoNotPostInsert<PROD> >::type maybe_inserter;
376  maybe_inserter(product.get());
377 
378  BranchDescription const& desc =
379  provRecorder_.getBranchDescription(TypeID(*product), productInstanceName);
380 
381  std::unique_ptr<Wrapper<PROD> > wp(new Wrapper<PROD>(std::move(product)));
382  PROD const* prod = wp->product();
383 
385  RecordInParentless<PROD>,
386  RecordInParentfull<PROD> >::type parentage_recorder;
387  parentage_recorder.do_it(putProducts(),
389  std::move(wp),
390  &desc);
391 
392  // putProducts().push_back(std::make_pair(edp, &desc));
393 
394  // product.release(); // The object has been copied into the Wrapper.
395  // The old copy must be deleted, so we cannot release ownership.
396 
397  return(OrphanHandle<PROD>(prod, makeProductID(desc)));
398  }
type
Definition: HCALResponse.h:21
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
ProductID makeProductID(BranchDescription const &desc) const
Definition: Event.cc:58
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:264
BranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
ProductPtrVec & putProducts()
Definition: Event.h:261
#define PROD(A, B)
void throwOnPutOfNullProduct(char const *principalType, TypeID const &productType, std::string const &productInstanceName)
ProductPtrVec& edm::Event::putProducts ( )
inlineprivate

Definition at line 261 of file Event.h.

References putProducts_.

Referenced by commit_(), put(), and size().

261 {return putProducts_;}
ProductPtrVec putProducts_
Definition: Event.h:274
ProductPtrVec const& edm::Event::putProducts ( ) const
inlineprivate

Definition at line 262 of file Event.h.

References putProducts_.

262 {return putProducts_;}
ProductPtrVec putProducts_
Definition: Event.h:274
ProductPtrVec& edm::Event::putProductsWithoutParents ( )
inlineprivate

Definition at line 264 of file Event.h.

References putProductsWithoutParents_.

Referenced by commit_(), put(), and size().

ProductPtrVec putProductsWithoutParents_
Definition: Event.h:275
ProductPtrVec const& edm::Event::putProductsWithoutParents ( ) const
inlineprivate

Definition at line 266 of file Event.h.

References putProductsWithoutParents_.

ProductPtrVec putProductsWithoutParents_
Definition: Event.h:275
RunNumber_t edm::Event::run ( void  ) const
inline
void Event::setConsumer ( EDConsumerBase const *  iConsumer)
size_t Event::size ( void  ) const

Definition at line 190 of file Event.cc.

References edm::PrincipalGetAdapter::principal(), provRecorder_, putProducts(), putProductsWithoutParents(), and edm::Principal::size().

Referenced by LaserSorter::writeEvent().

190  {
191  return putProducts().size() + provRecorder_.principal().size() + putProductsWithoutParents().size();
192  }
size_t size() const
Definition: Principal.cc:248
PrincipalGetAdapter provRecorder_
Definition: Event.h:268
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:264
ProductPtrVec & putProducts()
Definition: Event.h:261
StreamID edm::Event::streamID ( ) const
inline
Returns
The id for the particular Stream processing the Event

Definition at line 74 of file Event.h.

References streamID_.

Referenced by HcalDigiProducer::accumulate(), CastorDigiProducer::accumulate(), HcalTBDigiProducer::accumulate(), SiStripDigitizer::accumulate(), cms::SiPixelDigitizer::accumulate(), EcalDigiProducer::accumulate(), GenMuonRadCorrAnalyzer::analyze(), edm::SecSourceAnalyzer::analyze(), EcalMixingModuleValidation::analyze(), edm::global::EDAnalyzerBase::doEvent(), edm::global::EDFilterBase::doEvent(), edm::global::EDProducerBase::doEvent(), edm::DataMixingModule::doPileUp(), edm::MixingModule::doPileUp(), GaussianZBeamSpotFilter::filter(), TauSpinnerFilter::filter(), edm::RandomFilter::filter(), PythiaFilterIsolatedTrack::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), HiCentralityBiasFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTLogMonitorFilter::filter(), HcalDigiProducer::finalizeEvent(), CastorDigiProducer::finalizeEvent(), HcalTBDigiProducer::finalizeEvent(), SiStripDigitizer::finalizeEvent(), cms::SiPixelDigitizer::finalizeEvent(), EcalDigiProducer::finalizeEvent(), MCParticleReplacer::getStreamID(), edm::service::RandomNumberGeneratorService::postEventRead(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), CSCDigiProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), CalibratedPatElectronProducer::produce(), FamosProducer::produce(), HectorProducer::produce(), edm::ExpoRandomPGunProducer::produce(), OscarProducer::produce(), ME0DigiPreRecoProducer::produce(), edm::CosMuoGenProducer::produce(), GEMDigiProducer::produce(), CalibratedElectronProducer::produce(), RPCDigiProducer::produce(), QjetsAdder::produce(), BaseEvtVtxGenerator::produce(), RandomEngineStateProducer::produce(), OscarMTProducer::produce(), PileUpProducer::produce(), DigiSimLinkProducer::produce(), SubsystemNeutronWriter::produce(), EcalTBMCInfoProducer::produce(), edm::BeamHaloProducer::produce(), edm::LogErrorHarvester::produce(), L1EmulBias::produce(), RunManagerMTWorker::produce(), L1DummyProducer::produce(), DTDigitizer::produce(), gen::Pythia6Gun::produce(), FFTJetVertexAdder::produce(), TauSpinnerCMS::produce(), BetaBoostEvtVtxGenerator::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), MuonSimHitProducer::produce(), edm::DataMixingSiPixelMCDigiWorker::putSiPixel(), edm::DataMixingSiStripMCDigiWorker::putSiStrip(), edm::service::RandomNumberGeneratorService::readFromEvent(), and IsoTrig::studyTiming().

74  {
75  return streamID_;
76  }
StreamID streamID_
Definition: Event.h:291
TriggerNames const & Event::triggerNames ( edm::TriggerResults const &  triggerResults) const
virtual

Implements edm::EventBase.

Definition at line 213 of file Event.cc.

References Exception, cscdqm::h::names, and edm::EventBase::triggerNames_().

Referenced by HcalNZSMonitor::analyze(), CaloTowerAnalyzer::analyze(), EwkMuDQM::analyze(), EwkElecDQM::analyze(), SUSY_HLT_InclusiveHT::analyze(), SUSY_HLT_PhotonHT::analyze(), HLTInspect::analyze(), SUSY_HLT_DoubleMuon_Hadronic::analyze(), QcdPhotonsDQM::analyze(), HTMHTAnalyzer::analyze(), SUSY_HLT_DoubleEle_Hadronic::analyze(), SUSY_HLT_Razor::analyze(), EwkDQM::analyze(), StudyHLT::analyze(), BeamMonitor::analyze(), SUSY_HLT_alphaT::analyze(), SUSY_HLT_MuEle_Hadronic::analyze(), SUSY_HLT_Muon_Hadronic::analyze(), SUSY_HLT_VBF_Mu::analyze(), TopDiLeptonDQM::analyze(), SUSY_HLT_DiJet_MET::analyze(), HotlineDQM::analyze(), AnalysisRootpleProducer::analyze(), BTVHLTOfflineSource::analyze(), HLTInclusiveVBFSource::analyze(), MuTriggerAnalyzer::analyze(), MuonRecoOneHLT::analyze(), TopSingleLeptonHLTValidation::analyze(), B2GHadronicHLTValidation::analyze(), B2GSingleLeptonHLTValidation::analyze(), DQMExample_Step1::analyze(), TopDiLeptonHLTValidation::analyze(), HeavyFlavorValidation::analyze(), SUSY_HLT_SingleLepton::analyze(), HigPhotonJetHLTOfflineSource::analyze(), FSQDiJetAve::analyze(), HLTJetMETValidation::analyze(), JetMETHLTOfflineSource::analyze(), HcalIsoTrkAnalyzer::analyze(), HLTHiggsSubAnalysis::analyze(), HcalDigiMonitor::analyze(), HLTScalers::analyze(), IsoTrig::analyze(), IsoTrackCalib::analyze(), IsoTrackCalibration::analyze(), HLTExoticaSubAnalysis::analyze(), HLTInfo::analyze(), JetAnalyzer::analyze(), ErsatzMEt::analyze(), ExoticaDQM::analyze(), IsolatedTracksCone::analyze(), GammaJetAnalysis::analyze(), HcalRaddamMuon::analyze(), HcalHBHEMuonAnalyzer::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTBitComputer::compute(), HLTBitVariable::eval(), AdHocNTupler::fill(), EwkElecTauHistManager::fillHistograms(), EwkMuTauHistManager::fillHistograms(), SimpleSystematicsAnalyzer::filter(), PdfSystematicsAnalyzer::filter(), HLTPathSelector::filter(), WMuNuValidator::filter(), WMuNuSelector::filter(), PhysDecl::filter(), HLTHighLevel::filter(), PrescalerFHN::filter(), AlCaHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), ZeeCandidateFilter::filter(), HltComparator::initialise(), ZGoldenFilter::newEvent(), HcalRecHitMonitor::processEvent(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), pat::PATTriggerProducer::produce(), AlCaIsoTracksProducer::produce(), reco::CSCHaloDataProducer::produce(), egHLT::OffHelper::setTrigInfo(), GsfElectronDataAnalyzer::trigger(), and DQMAnalyzer::trigger().

213  {
215  if(names != 0) return *names;
216 
217  throw cms::Exception("TriggerNamesNotFound")
218  << "TriggerNames not found in ParameterSet registry";
219  return *names;
220  }
static const HistoName names[]
static TriggerNames const * triggerNames_(edm::TriggerResults const &triggerResults)
Definition: EventBase.cc:48
static std::string const triggerResults("TriggerResults")
TriggerResultsByName Event::triggerResultsByName ( std::string const &  process) const
virtual

Implements edm::EventBase.

Definition at line 223 of file Event.cc.

References getByLabel(), edm::HandleBase::isValid(), cscdqm::h::names, edm::Handle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and edm::EventBase::triggerNames_().

Referenced by HSCPHLTFilter::filter(), and HSCPValidator::makeHLTPlots().

223  {
224 
225  Handle<TriggerResults> hTriggerResults;
226  InputTag tag(std::string("TriggerResults"),
227  std::string(""),
228  process);
229 
230  getByLabel(tag, hTriggerResults);
231  if(!hTriggerResults.isValid()) {
232  return TriggerResultsByName(0, 0);
233  }
234  edm::TriggerNames const* names = triggerNames_(*hTriggerResults);
235  return TriggerResultsByName(hTriggerResults.product(), names);
236  }
static const HistoName names[]
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:413
static TriggerNames const * triggerNames_(edm::TriggerResults const &triggerResults)
Definition: EventBase.cc:48
tuple process
Definition: LaserDQM_cfg.py:3

Friends And Related Function Documentation

friend class InputSource
friend

Definition at line 250 of file Event.h.

friend class ProducerBase
friend

Definition at line 252 of file Event.h.

friend class ProducerSourceBase
friend

Definition at line 249 of file Event.h.

friend class RawInputSource
friend

Definition at line 251 of file Event.h.

template<typename T >
friend class stream::ProducingModuleAdaptorBase
friend

Definition at line 253 of file Event.h.

Member Data Documentation

EventAuxiliary const& edm::Event::aux_
private

Definition at line 277 of file Event.h.

Referenced by eventAuxiliary().

std::string const Event::emptyString_
staticprivate

Definition at line 294 of file Event.h.

Referenced by getByLabel().

BranchIDSet edm::Event::gotBranchIDs_
mutableprivate

Definition at line 285 of file Event.h.

Referenced by addToGotBranchIDs(), and commit_aux().

std::vector<std::shared_ptr<ViewBase> > edm::Event::gotViews_
mutableprivate

Definition at line 289 of file Event.h.

Referenced by fillView_().

std::shared_ptr<LuminosityBlock const> const edm::Event::luminosityBlock_
private

Definition at line 278 of file Event.h.

Referenced by getLuminosityBlock(), and setConsumer().

ModuleCallingContext const* edm::Event::moduleCallingContext_
private
PrincipalGetAdapter edm::Event::provRecorder_
private
ProductPtrVec edm::Event::putProducts_
private

Definition at line 274 of file Event.h.

Referenced by putProducts().

ProductPtrVec edm::Event::putProductsWithoutParents_
private

Definition at line 275 of file Event.h.

Referenced by putProductsWithoutParents().

StreamID edm::Event::streamID_
private

Definition at line 291 of file Event.h.

Referenced by streamID().