CMS 3D CMS Logo

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< edm::propagate_const< std::unique_ptr< WrapperBase > >, BranchDescription const * > > ProductPtrVec
 

Public Member Functions

CacheIdentifier_t cacheIdentifier () const
 
 Event (EventPrincipal const &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
 
void getAllStableProvenance (std::vector< StableProvenance 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::unique_ptr< PROD > product)
 Put a new product. More...
 
template<typename PROD >
OrphanHandle< PRODput (std::unique_ptr< PROD > product, std::string const &productInstanceName)
 Put a new product with a 'product instance name'. More...
 
RunNumber_t run () const
 
void setConsumer (EDConsumerBase const *iConsumer)
 
void setSharedResourcesAcquirer (SharedResourcesAcquirer *iResourceAcquirer)
 
size_t size () const
 
StreamID streamID () const
 
virtual edm::TriggerNames const & triggerNames (edm::TriggerResults const &triggerResults) const
 
virtual TriggerResultsByName triggerResultsByName (edm::TriggerResults const &triggerResults) 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< edm::ProductResolverIndex > const &iShouldPut, 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
 
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 ::testEventGetRefBeforePut
 
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 66 of file Event.h.

Member Typedef Documentation

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

Definition at line 289 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 102 of file Event.h.

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

Definition at line 229 of file Event.h.

Constructor & Destructor Documentation

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

Definition at line 18 of file Event.cc.

18  :
19  provRecorder_(ep, md),
20  aux_(ep.aux()),
21  luminosityBlock_(ep.luminosityBlockPrincipalPtrValid() ? new LuminosityBlock(ep.luminosityBlockPrincipal(), md, moduleCallingContext) : nullptr),
22  gotBranchIDs_(),
23  gotViews_(),
24  streamID_(ep.streamID()),
26  {
27  }
std::shared_ptr< LuminosityBlock const > const luminosityBlock_
Definition: Event.h:283
BranchIDSet gotBranchIDs_
Definition: Event.h:290
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
std::vector< std::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:294
ModuleCallingContext const * moduleCallingContext() const
Definition: Event.h:225
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
EventAuxiliary const & aux_
Definition: Event.h:282
StreamID streamID_
Definition: Event.h:296
Event::~Event ( )
virtual

Definition at line 29 of file Event.cc.

29  {
30  }

Member Function Documentation

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

Definition at line 201 of file Event.cc.

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

Referenced by getByLabelImpl(), and getImpl().

201  {
202  gotBranchIDs_.insert(prov.originalBranchID());
203  }
BranchIDSet gotBranchIDs_
Definition: Event.h:290
Event::CacheIdentifier_t Event::cacheIdentifier ( ) const
void Event::commit_ ( std::vector< edm::ProductResolverIndex > const &  iShouldPut,
std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 118 of file Event.cc.

References commit_aux(), diffTreeTool::index, AlCaHLTBitMon_ParallelJobs::p, edm::PrincipalGetAdapter::principal(), provRecorder_, putProducts(), and putProductsWithoutParents().

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

119  {
120  auto nPut = putProducts().size()+putProductsWithoutParents().size();
121  commit_aux(putProducts(), true, previousParentage, previousParentageId);
123  auto sz = iShouldPut.size();
124  if(sz !=0 and sz != nPut) {
125  //some were missed
126  auto& p = provRecorder_.principal();
127  for(auto index: iShouldPut){
128  auto resolver = p.getProductResolverByIndex(index);
129  if(not resolver->productResolved()) {
130  resolver->putProduct(std::unique_ptr<WrapperBase>());
131  }
132  }
133  }
134  }
void commit_aux(ProductPtrVec &products, bool record_parents, std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0)
Definition: Event.cc:137
Principal const & principal() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:269
ProductPtrVec & putProducts()
Definition: Event.h:266
void Event::commit_aux ( Event::ProductPtrVec products,
bool  record_parents,
std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 137 of file Event.cc.

References eventPrincipal(), edm::get_underlying_safe(), gotBranchIDs_, eostools::move(), and groupFilesInBlocks::temp.

Referenced by commit_().

138  {
139  // fill in guts of provenance here
140  auto& ep = eventPrincipal();
141 
142  ProductPtrVec::iterator pit(products.begin());
143  ProductPtrVec::iterator pie(products.end());
144 
145  std::vector<BranchID> gotBranchIDVector;
146 
147  // Note that gotBranchIDVector will remain empty if
148  // record_parents is false (and may be empty if record_parents is
149  // true).
150 
151  //Check that previousParentageId is still good by seeing if previousParentage matches gotBranchIDs_
152  bool sameAsPrevious = ((0 != previousParentage) && (previousParentage->size() == gotBranchIDs_.size()));
153  if(record_parents && !gotBranchIDs_.empty()) {
154  gotBranchIDVector.reserve(gotBranchIDs_.size());
155  std::vector<BranchID>::const_iterator itPrevious;
156  if(previousParentage) {
157  itPrevious = previousParentage->begin();
158  }
159  for(BranchIDSet::const_iterator it = gotBranchIDs_.begin(), itEnd = gotBranchIDs_.end();
160  it != itEnd; ++it) {
161  gotBranchIDVector.push_back(*it);
162  if(sameAsPrevious) {
163  if(*it != *itPrevious) {
164  sameAsPrevious = false;
165  } else {
166  ++itPrevious;
167  }
168  }
169  }
170  if(!sameAsPrevious && 0 != previousParentage) {
171  previousParentage->assign(gotBranchIDVector.begin(), gotBranchIDVector.end());
172  }
173  }
174 
175  //If we don't have a valid previousParentage then we want to use a temp value in order to
176  // avoid constantly recalculating the ParentageID which is a time consuming operation
178  if(!previousParentage) {
179  assert(!sameAsPrevious);
180  previousParentageId = &temp;
181  }
182  while(pit != pie) {
183  // set provenance
184  if(!sameAsPrevious) {
185  ProductProvenance prov(pit->second->branchID(), std::move(gotBranchIDVector));
186  *previousParentageId = prov.parentageID();
187  ep.put(*pit->second, std::move(get_underlying_safe(pit->first)), prov);
188  sameAsPrevious = true;
189  } else {
190  ProductProvenance prov(pit->second->branchID(), *previousParentageId);
191  ep.put(*pit->second, std::move(get_underlying_safe(pit->first)), prov);
192  }
193  ++pit;
194  }
195 
196  // the cleanup is all or none
197  products.clear();
198  }
BranchIDSet gotBranchIDs_
Definition: Event.h:290
ESProducts< T, S > products(const T &i1, const S &i2)
Definition: ESProducts.h:191
std::shared_ptr< T > & get_underlying_safe(propagate_const< std::shared_ptr< T >> &iP)
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:51
Hash< ParentageType > ParentageID
Definition: ParentageID.h:9
def move(src, dest)
Definition: eostools.py:510
EventAuxiliary const& edm::Event::eventAuxiliary ( ) const
inlinevirtual
EventPrincipal const & Event::eventPrincipal ( ) const
private

Definition at line 51 of file Event.cc.

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

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

51  {
52  return dynamic_cast<EventPrincipal const&>(provRecorder_.principal());
53  }
Principal const & principal() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
EventSelectionIDVector const & Event::eventSelectionIDs ( ) const

Definition at line 71 of file Event.cc.

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

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

Definition at line 549 of file Event.h.

References edm::WrapperBase::fillView(), h, edm::BasicHandle::id(), edm::refcoreimpl::productGetter(), edm::BasicHandle::provenance(), mps_fire::result, and edm::BasicHandle::wrapper().

549  {
550  std::vector<void const*> pointersToElements;
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  }
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
EDProductGetter const & productGetter() const
Definition: Event.cc:56
std::vector< std::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:294
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
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 331 of file Event.h.

References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), eostools::move(), and edm::BasicHandle::provenance().

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

331  {
332  result.clear();
333  BasicHandle bh = this->getByProductID_(oid);
334  convert_handle(std::move(bh), result); // throws on conversion error
335  if(result.failedToGet()) {
336  return false;
337  }
338  addToGotBranchIDs(*bh.provenance());
339  return true;
340  }
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:113
def move(src, dest)
Definition: eostools.py:510
template<typename ELEMENT >
bool Event::get ( ProductID const &  oid,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 344 of file Event.h.

References edm::BasicHandle::failedToGet(), edm::makeHandleExceptionFactory(), edm::errors::ProductNotFound, mps_fire::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().

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

Definition at line 91 of file Event.cc.

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

91  {
93  }
Principal const & principal() const
void getAllProvenance(std::vector< Provenance const * > &provenances) const
Definition: Principal.cc:731
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void Event::getAllStableProvenance ( std::vector< StableProvenance 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(), eostools::move(), edm::BasicHandle::provenance(), mps_fire::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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
def move(src, dest)
Definition: eostools.py:510
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(), eostools::move(), edm::BasicHandle::provenance(), and mps_fire::result.

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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
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
def move(src, dest)
Definition: eostools.py:510
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 edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), eostools::move(), PROD, and edm::HandleBase::provenance().

Referenced by CastorDigiProducer::accumulate(), HcalTBDigiProducer::accumulate(), HcalDigitizer::accumulate(), SiStripDigitizer::accumulate(), HGCDigitizer::accumulate(), cms::SiPixelDigitizer::accumulate(), EcalDigiProducer::accumulate(), ftl_digitizer::FTLDigitizer< SensorPhysics, ElectronicsSim >::accumulate(), edm::HiMixingWorker< T >::addSignals(), edm::MixingWorker< T >::addSignals(), edm::DataMixingSiStripMCDigiWorker::addSiStripSignals(), SiStripGainCosmicCalculator::algoAnalyze(), SiStripQualityHotStripIdentifier::algoAnalyze(), SiStripGainFromData::algoAnalyze(), PartonJetCorrectionExample::analyze(), FlavorJetCorrectionExample::analyze(), RHStopDump::analyze(), CSCTruthTest::analyze(), CSCAFEBAnalyzer::analyze(), ElectronIDAnalyzer::analyze(), EcalStatusAnalyzer::analyze(), SimpleJetDump::analyze(), CastorDigiAnalyzerImpl::analyze(), CastorHitAnalyzerImpl::analyze(), RawDataConverter::analyze(), CaloTowersExample::analyze(), EcalMatacqAnalyzer::analyze(), JetToDigiDump::analyze(), myFastSimVal::analyze(), CMSDAS11DijetAnalyzer::analyze(), CMSDAS11DijetTestAnalyzer::analyze(), JetCorExample< Jet >::analyze(), JetPlotsExample< Jet >::analyze(), JetValidation::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), EcalTBHodoscopeRawInfoDumper::analyze(), EcalTBTDCRawInfoDumper::analyze(), JetAnaPythia< Jet >::analyze(), CastorHitAnalyzer::analyze(), PlaybackRawDataProvider::analyze(), CastorDigiAnalyzer::analyze(), HcalHitAnalyzerImpl::analyze(), HcalHitAnalyzer::analyze(), EcalDCCHeaderDisplay::analyze(), EcalDigiDisplay::analyze(), myRawAna::analyze(), HcalDigiAnalyzer::analyze(), EcalPnGraphs::analyze(), RivetHarvesting::analyze(), TauGenJetDumper::analyze(), HcalDigiAnalyzerImpl::analyze(), DijetMass< Jet >::analyze(), GctDigiToPsbText::analyze(), RawToText::analyze(), AlignmentStats::analyze(), MCElectronAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), TreeWriterForEcalCorrection::analyze(), L1CaloInputScaleTester::analyze(), CSCTFanalyzer::analyze(), PFCandidateChecker::analyze(), RecoTauPlotDiscriminator::analyze(), HLTInspect::analyze(), ValidationMisalignedTracker::analyze(), RctDigiToRctText::analyze(), ElectronSeedAnalyzer::analyze(), EcalPedHists::analyze(), miscalibExample::analyze(), GctFibreAnalyzer::analyze(), EcalHexDisplay::analyze(), EcalTPInputAnalyzer::analyze(), HTMHTAnalyzer::analyze(), SiStripLAProfileBooker::analyze(), PhotonIDSimpleAnalyzer::analyze(), EcalPerEvtLaserAnalyzer::analyze(), EcalTPGAnalyzer::analyze(), EcalABAnalyzer::analyze(), PatPhotonSimpleAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), EcalTestPulseAnalyzer::analyze(), EcalTrigPrimAnalyzer::analyze(), CSCViewDigi::analyze(), ECALpedestalPCLworker::analyze(), GctTimingAnalyzer::analyze(), L1GctValidation::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), Mixing2DB::analyze(), LaserAlignmentT0ProducerDQM::analyze(), DQMAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), EcalSimpleTBAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), L1RCTRelValAnalyzer::analyze(), SimplePi0DiscAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), DTTrigTest::analyze(), ElectronCalibration::analyze(), EcalPulseShapeGrapher::analyze(), EcalLaserAnalyzer2::analyze(), SiPixelDQMRocLevelAnalyzer::analyze(), EcalLaserAnalyzer::analyze(), TestHits::analyze(), TestPythiaDecays::analyze(), __class__< T >::analyze(), TestSmoothHits::analyze(), EGEnergyAnalyzer::analyze(), EcalBxOrbitNumberGrapher::analyze(), L1ExtraTestAnalyzer::analyze(), HitEff::analyze(), calcTopMass::analyze(), L1RCTTestAnalyzer::analyze(), ElectronCalibrationUniv::analyze(), TestTrackHits::analyze(), EcalURecHitHists::analyze(), TestOutliers::analyze(), EcalLaserAnalyzerYousi::analyze(), LhcTrackAnalyzer::analyze(), TreeProducerCalibSimul::analyze(), CastorDumpConditions::analyze(), DummyEvelyser::analyze(), EcalMipGraphs::analyze(), PhotonValidator::analyze(), EcalDisplaysByEvent::analyze(), CollectionDumper< T >::analyze(), EopTreeWriter::analyze(), AlignmentMonitorAsAnalyzer::analyze(), EcalCosmicsHists::analyze(), CastorPedestalsAnalysis::analyze(), SiStripBaselineAnalyzer::analyze(), GctErrorAnalyzer::analyze(), DiagMaker::analyze(), L1MuonRecoTreeProducer::analyze(), DijetRatio< Jet >::analyze(), EcnaAnalyzer::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(), EcalCosmicsHists::determineTriggers(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), DumpGctDigis::doInternEM(), DumpGctDigis::doJets(), edm::MixingModule::doPileUp(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), L1TMuon::DTCollector::DTCollector(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), ZeeCalibration::duringLoop(), AlignmentMonitorTracksFromTrajectories::event(), AlignmentMonitorSegmentDifferences::event(), AlignmentMonitorMuonSystemMap1D::event(), AlignmentMonitorMuonVsCurvature::event(), L1GtPatternGenerator::extractGlobalTriggerData(), L1TMuon::RPCCollector::extractPrimitives(), L1TMuon::CSCCollector::extractPrimitives(), extractRecordData(), PFElectronTranslator::fetchCandidateCollection(), PFPhotonTranslator::fetchCandidateCollection(), PFElectronTranslator::fetchGsfCollection(), StringBasedNTupler::fill(), AdHocNTupler::fill(), HTrackAssociator::fillCaloTowers(), LaserAlignment::fillDataProfiles(), HTrackAssociator::fillEcal(), HTrackAssociator::fillHcal(), HTrackAssociator::fillHcalTowers(), PhotonMVAEstimatorRun2Phys14NonTrig::fillMVAVariables(), PhotonMVAEstimatorRun2Spring15NonTrig::fillMVAVariables(), ElectronMVAEstimatorRun2Spring15Trig::fillMVAVariables(), ElectronMVAEstimatorRun2Spring15NonTrig::fillMVAVariables(), ElectronMVAEstimatorRun2Spring16GeneralPurpose::fillMVAVariables(), ElectronMVAEstimatorRun2Spring16HZZ::fillMVAVariables(), BTagSkimMC::filter(), ptHatFilter::filter(), RecoTauDifferenceAnalyzer::filter(), PFFilter::filter(), PFMETFilter::filter(), cms::MTCCHLTrigger::filter(), STFilter::filter(), CosmicGenFilterLowE::filter(), ComphepSingletopFilter::filter(), cms::TrackMTCCFilter::filter(), GaussianZBeamSpotFilter::filter(), BTagSkimLeptonJet::filter(), cms::BHFilter::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), HeavyQuarkFromMPIFilterAlgo::filter(), CandViewRefRandomSelector::filter(), EcalTangentFilter::filter(), L1Filter::filter(), doubleEMEnrichingFilterAlgo::filter(), RecoDiMuon::filter(), HighETPhotonsFilterAlgo::filter(), L1DEFilter::filter(), TotalKinematicsFilter::filter(), LHEDYdecayFilter::filter(), XtoFFbarFilter::filter(), PFTauViewRefSelector::filter(), GenLeadTrackFilter::filter(), TauHadronDecayFilter::filter(), MuonAlignmentPreFilter::filter(), BeamSplash::filter(), ECALActivity::filter(), JGJFilter::filter(), SelectHFMinBias::filter(), IsTBH4Type::filter(), RecHitEnergyFilter::filter(), EcalExclusiveTrigFilter::filter(), TwoVBGenFilter::filter(), LQGenFilter::filter(), Zto2lFilter::filter(), MCLongLivedParticles::filter(), HcalHPDFilter::filter(), SecondaryVertexFilter::filter(), TagProbeMassEDMFilter::filter(), __class__< T >::filter(), CSCOverlapsBeamSplashCut::filter(), L1GtBeamModeFilter::filter(), PhotonEnrichmentFilter::filter(), EcalSkim::filter(), FilterScrapingPixelProbability::filter(), ProtonTaggerFilter::filter(), EcalRecHitsFilter::filter(), HCALHighEnergyFilter::filter(), UEDMultiLeptonFilter::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), SimpleJetFilter::filter(), NJetsMC::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), WZInterestingEventSelector::filter(), RPCRecHitFilter::filter(), ShallowDigisProducer::findInput(), gen::PyquenHadronizer::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), L1MuGMTPSB::getCalo(), PFClusterShapeProducer::getClusterCollection(), RawDataConverter::GetDigis(), EcalClusterPUCleaningTools::getEBRecHits(), EcalClusterPUCleaningTools::getEERecHits(), HoECalculator::getHoE(), CaloRecoTauTagInfoAlgorithm::getNeutralEcalBasicClusters(), PFClusterShapeProducer::getRecHitCollection(), RawDataConverter::GetValidLabels(), LeptonRecoSkim::handleObjects(), EcalFEDErrorFilter::hltFilter(), TrackerMuonHitExtractor::init(), DTHitAssociator::initEvent(), RPCHitAssociator::initEvent(), GEMHitAssociator::initEvent(), HcalTBDigiProducer::initializeEvent(), CalibrationTrackSelector::isIsolated(), OMTFReconstruction::loadAndFilterDigis(), SiStripAPVRestorer::LoadMeanCMMap(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), tfwliteselectortest::ThingsWorker::process(), tfwliteselectortest::ThingsTSelector::process(), __class__Worker::process(), PixelVertexProducerMedian::produce(), VZeroProducer::produce(), HepMCCopy::produce(), ElectronSqPtTkIsolationProducer::produce(), EcalTBHodoscopeRecInfoProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), PFConcretePFCandidateProducer::produce(), ShallowSimhitClustersProducer::produce(), CastorFastTowerProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), CastorFastClusterProducer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), HLTHFRecoEcalCandidateProducer::produce(), PFElectronTranslator::produce(), CandViewRefTriggerBiasRemover::produce(), EgammaElectronTkNumIsolationProducer::produce(), PFTauViewRefMerger::produce(), AlignmentPrescaler::produce(), FastTSGFromL2Muon::produce(), StripCompactDigiSimLinksProducer::produce(), RawDataSelector::produce(), LHECOMWeightProducer::produce(), RecoTauPiZeroFlattener::produce(), SiPixelFedFillerWordEventNumber::produce(), TkAlCaOverlapTagger::produce(), EcalDCCTBUnpackingModule::produce(), EcalDCCTB07UnpackingModule::produce(), reco::tautools::CopyProducer< Collection >::produce(), L1GctInternJetProducer::produce(), ImpactParameter::produce(), cms::ReconstructerFP420::produce(), CaloRecoTauProducer::produce(), DigiSimLinkProducer::produce(), SubsystemNeutronWriter::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), PFTauMVAInputDiscriminantTranslator::produce(), TrackListMerger::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), SimpleTrackListMerger::produce(), edm::CFWriter::produce(), CaloRecoTauTagInfoProducer::produce(), MatchedProbeMaker< T >::produce(), cms::DigitizerFP420::produce(), L1RCTTPGProvider::produce(), TagProbeMassProducer::produce(), cms::TrackerizerFP420::produce(), LaserAlignmentT0Producer::produce(), EcalRecHitRecalib::produce(), L1ExtraParticleMapProd::produce(), L1GctEmulator::produce(), pat::__class__Producer::produce(), L1EmulBias::produce(), cms::ClusterizerFP420::produce(), NeutronHitsCollector::produce(), L1ExtraParticlesProd::produce(), LTCRawToDigi::produce(), MaskedRctInputDigiProducer::produce(), BSCTrigger::produce(), RctRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), TruthTauDecayModeProducer::produce(), RPCTrigger::produce(), L1RCTProducer::produce(), MuonErrorMatrixAdjuster::produce(), GctRawToDigi::produce(), ConvBremSeedProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), LHE2HepMCConverter::produce(), SiStripMeanCMExtractor::produce(), AlignmentMuonHIPTrajectorySelector::produce(), pat::PATTriggerEventProducer::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), PFPhotonTranslator::produce(), JetIdSelector< T >::produce(), pat::PATTriggerProducer::produce(), EmbeddingVertexCorrector::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsTrackPreparation::produce(), JetCrystalsAssociator::produce(), MuonMCClassifier::produce(), RPCTechnicalTrigger::produce(), L1TCaloLayer1RawToDigi::produce(), NuclearTrackCorrector::produce(), PFTau3ProngReco::produce(), readEventData(), L1MuGMTPSB::receiveData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), SingleEleCalibSelector::select(), L1Analysis::L1AnalysisSimulation::Set(), L1Analysis::L1AnalysisEvent::Set(), StringBranchHelper< Object, Collection >::StringBranchHelper(), StringLeaveHelper< Object >::StringLeaveHelper(), LaserDQM::trackerStatistics(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), DTTrig::triggerReco(), 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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
def move(src, dest)
Definition: eostools.py:510
template<typename PROD >
bool Event::getByLabel ( std::string const &  label,
Handle< PROD > &  result 
) const

Definition at line 441 of file Event.h.

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:299
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 edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), eostools::move(), PROD, and edm::HandleBase::provenance().

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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
static const std::string emptyString_
Definition: Event.h:299
def move(src, dest)
Definition: eostools.py:510
template<typename ELEMENT >
bool Event::getByLabel ( std::string const &  label,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 514 of file Event.h.

References mps_fire::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:299
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 edm::BasicHandle::failedToGet(), h, eostools::move(), mps_fire::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
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
static const std::string emptyString_
Definition: Event.h:299
def move(src, dest)
Definition: eostools.py:510
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(), h, eostools::move(), mps_fire::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
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
def move(src, dest)
Definition: eostools.py:510
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 216 of file Event.cc.

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

216  {
217  BasicHandle h = provRecorder_.getByLabel_(TypeID(iProductType), iTag, moduleCallingContext_);
218  if(h.isValid()) {
219  addToGotBranchIDs(*(h.provenance()));
220  }
221  return h;
222  }
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
BasicHandle Event::getByProductID_ ( ProductID const &  oid) const
private

Definition at line 113 of file Event.cc.

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

Referenced by getImpl().

113  {
114  return eventPrincipal().getByProductID(oid);
115  }
BasicHandle getByProductID(ProductID const &oid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:51
template<typename PROD >
bool Event::getByToken ( EDGetToken  token,
Handle< PROD > &  result 
) const

Definition at line 457 of file Event.h.

References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), eostools::move(), PROD, edm::PRODUCT_TYPE, and edm::HandleBase::provenance().

Referenced by hcaldqm::DQTask::_getCalibType(), HFRaddamTask::_isApplicable(), QIE11Task::_isApplicable(), PedestalTask::_isApplicable(), LEDTask::_isApplicable(), LaserTask::_isApplicable(), HFRaddamTask::_process(), NoCQTask::_process(), DigiComparisonTask::_process(), TPComparisonTask::_process(), QIE10Task::_process(), QIE11Task::_process(), TPTask::_process(), RawTask::_process(), PedestalTask::_process(), RecHitTask::_process(), LEDTask::_process(), DigiPhase1Task::_process(), DigiTask::_process(), UMNioTask::_process(), LaserTask::_process(), EcalTimeDigiProducer::accumulate(), pat::PATUserDataMerger< ObjectType, Operation >::add(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), edm::DataMixingGeneralTrackWorker::addGeneralTrackSignals(), edm::DataMixingHcalWorker::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(), GlbMuQualityCutsAnalysis::analyze(), AlphaTVarAnalyzer::analyze(), HLTTauRelvalQTester::analyze(), ScoutingTestAnalyzer::analyze(), GEMSimTrackMatch::analyze(), CSCDigiDump::analyze(), ME0HitsValidation::analyze(), RazorVarAnalyzer::analyze(), GEMHitsValidation::analyze(), GEMRecHitsValidation::analyze(), MatchMETBenchmarkAnalyzer::analyze(), ME0DigisValidation::analyze(), METBenchmarkAnalyzer::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), HcalCableMapper::analyze(), DQMHOAlCaRecoStream::analyze(), CandidateBenchmarkAnalyzer::analyze(), CSCDigiToPattern::analyze(), DiJetVarAnalyzer::analyze(), CSCRecHit2DValidation::analyze(), CSCSegmentValidation::analyze(), CSCALCTDigiValidation::analyze(), CSCCLCTDigiValidation::analyze(), CSCStripDigiValidation::analyze(), PerformanceAnalyzer::analyze(), CSCWireDigiValidation::analyze(), ME0RecHitsValidation::analyze(), PFCandidateDQMAnalyzer::analyze(), PFJetDQMAnalyzer::analyze(), PFMETDQMAnalyzer::analyze(), PFMuonDQMAnalyzer::analyze(), CSCComparatorDigiValidation::analyze(), GEMDigiTrackMatch::analyze(), ESRecoSummary::analyze(), HLTTauDQML1Plotter::analyze(), GEMRecHitTrackMatch::analyze(), MultiTrackValidatorGenPs::analyze(), L1Scalers::analyze(), ME0SegmentsValidation::analyze(), GenericBenchmarkAnalyzer::analyze(), PatTauAnalyzer::analyze(), PatZjetsElectronAnalyzer::analyze(), PatZjetsJetAnalyzer::analyze(), L1TScalersSCAL::analyze(), ESOccupancyTask::analyze(), ESPedestalTask::analyze(), PFTester::analyze(), RPCPointVsRecHit::analyze(), SiStripDigiValid::analyze(), PatElectronAnalyzer::analyze(), SiPixelPhase1TrackResiduals::analyze(), KVFTrackUpdate::analyze(), TopElecAnalyzer::analyze(), TopJetAnalyzer::analyze(), TopMuonAnalyzer::analyze(), TopTauAnalyzer::analyze(), ESIntegrityTask::analyze(), ESRawDataTask::analyze(), L1TdeStage2EMTF::analyze(), OuterTrackerMonitorTTCluster::analyze(), OuterTrackerMonitorTTStub::analyze(), SiPixelPhase1TrackEfficiency::analyze(), TopGenEventAnalyzer::analyze(), ESDcsInfoTask::analyze(), BTagPerformanceAnalyzerOnData::analyze(), HiBasicGenTest::analyze(), L1TStage2MuonComp::analyze(), L1TStage2RegionalMuonCandComp::analyze(), L1TStage2uGMTMuon::analyze(), ESFEDIntegrityTask::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), MultiTrackValidator::analyze(), SiPixelDigiValid::analyze(), PatMCMatchingExtended::analyze(), PatMCMatching::analyze(), PatTriggerAnalyzer::analyze(), PatTriggerTagAndProbe::analyze(), RPCMonitorRaw::analyze(), SiPixelPhase1RawData::analyze(), ZdcTBAnalyzer::analyze(), HcalTBWriter::analyze(), L1TStage2EMTF::analyze(), L1TStage2uGMT::analyze(), CentralityDQM::analyze(), CentralitypADQM::analyze(), QcdHighPtDQM::analyze(), SiStripFEDDumpPlugin::analyze(), CaloTowerAnalyzer::analyze(), DQMMessageLogger::analyze(), RPCRecHitValid::analyze(), PatTopSelectionAnalyzer::analyze(), DigiAnalyzer::analyze(), L1TStage2CaloLayer2::analyze(), SiPixelPhase1RecHits::analyze(), SiStripMonitorFilter::analyze(), SiStripMonitorHLT::analyze(), EcalEBTrigPrimAnalyzer::analyze(), EgammaBasicClusters::analyze(), EventShapeDQM::analyze(), ElectronMcSignalValidator::analyze(), HistoAnalyzer< C >::analyze(), L1THIonImp::analyze(), RPCMonitorLinkSynchro::analyze(), TriggerSummaryAnalyzerAOD::analyze(), TriggerSummaryAnalyzerRAW::analyze(), ElectronGeneralAnalyzer::analyze(), HCALRecHitAnalyzer::analyze(), SUSYDQMAnalyzer::analyze(), JetResolutionDemo::analyze(), ZDCTask::analyze(), PatBasicAnalyzer::analyze(), PatBTagAnalyzer::analyze(), L1TMP7ZeroSupp::analyze(), RivetAnalyzer::analyze(), TrackTypeMonitor::analyze(), ElectronTagProbeAnalyzer::analyze(), EgammaSuperClusters::analyze(), L1TBasicDemo::analyze(), L1TSummary::analyze(), ESTimingTask::analyze(), ESTrendTask::analyze(), EwkMuDQM::analyze(), MonitorLTC::analyze(), StandaloneTrackMonitor::analyze(), EcalDQMonitorTask::analyze(), HeavyIonUCCDQM::analyze(), BTagPerformanceAnalyzerMC::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), TtFullHadSignalSelMVATrainer::analyze(), EcalFEDMonitorTemp< SUBDET >::analyze(), PrimaryVertexMonitor::analyze(), HLTTauDQMOfflineSource::analyze(), CSCTFAnalyzer::analyze(), ObjectCounter< C >::analyze(), SiPixelPhase1TrackClusters::analyze(), SiPixelPhase1Digis::analyze(), DQMHcalPhiSymAlCaReco::analyze(), PUDumper::analyze(), HcalTB06Analysis::analyze(), TtSemiLepJetCombMVATrainer::analyze(), EwkElecDQM::analyze(), HLTEventAnalyzerRAW::analyze(), HLTEventAnalyzerAOD::analyze(), DQMHcalIsolatedBunchAlCaReco::analyze(), AlcaBeamMonitor::analyze(), JetCorrectorDemo::analyze(), L1TGlobalSummary::analyze(), RPCFEDIntegrity::analyze(), AlCaElectronsTest::analyze(), SUSY_HLT_InclusiveHT::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), TtSemiLepSignalSelMVATrainer::analyze(), BPhysicsOniaDQM::analyze(), SiStripBaselineValidator::analyze(), SiStripMonitorDigi::analyze(), TKStatus::analyze(), TkAlCaRecoMonitor::analyze(), DQMHcalDiJetsAlCaReco::analyze(), SimHitsValidationHcal::analyze(), TrackerHitAnalyzer::analyze(), SiPixelRecHitsValid::analyze(), AnalysisRootpleProducerOnlyMC::analyze(), EcalPileUpDepMonitor::analyze(), SUSY_HLT_PhotonHT::analyze(), SUSY_HLT_PhotonMET::analyze(), MuonMiniAOD::analyze(), MuonRecoAnalyzer::analyze(), l1t::L1TStage2CaloAnalyzer::analyze(), WValidation::analyze(), MixCollectionValidation::analyze(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), HLTVertexPerformanceAnalyzer::analyze(), ElectronStudy::analyze(), BasicHepMCHeavyIonValidation::analyze(), DQMLumiMonitor::analyze(), L1TdeGCT::analyze(), QcdPhotonsDQM::analyze(), DQMSourceEleCalib::analyze(), SUSY_HLT_DoubleMuon_Hadronic::analyze(), SUSY_HLT_Muon_BJet::analyze(), MuonSeedsAnalyzer::analyze(), DrellYanValidation::analyze(), L1HOTreeProducer::analyze(), ElectronMcFakeValidator::analyze(), SiPixelPhase1Clusters::analyze(), dEdxHitAnalyzer::analyze(), VertexMonitor::analyze(), KVFTest::analyze(), edm::InputAnalyzer::analyze(), DiMuonHistograms::analyze(), MuonEnergyDepositAnalyzer::analyze(), EcalPreshowerNoiseDistrib::analyze(), BasicGenParticleValidation::analyze(), BasicHepMCValidation::analyze(), HcalSimHitStudy::analyze(), L1TDEMON::analyze(), IsolatedParticlesGeneratedJets::analyze(), SiStripMonitorCluster::analyze(), dEdxAnalyzer::analyze(), TrackAnalyzer::analyze(), MuonKinVsEtaAnalyzer::analyze(), MBUEandQCDValidation::analyze(), BxTiming::analyze(), CSCViewDigi::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), KineExample::analyze(), SUSY_HLT_DoubleEle_Hadronic::analyze(), SUSY_HLT_Electron_BJet::analyze(), SegmentTrackAnalyzer::analyze(), BPhysicsSpectrum::analyze(), BPhysicsValidation::analyze(), HiggsValidation::analyze(), EwkDQM::analyze(), sistrip::SpyExtractRunModule::analyze(), ZeePlots::analyze(), ElectronAnalyzer::analyze(), ResolutionCreator::analyze(), ParticleListDrawer::analyze(), WenuPlots::analyze(), L1TStage2OMTF::analyze(), EfficiencyAnalyzer::analyze(), BeamMonitor::analyze(), SUSY_HLT_alphaT::analyze(), cms::MinBias::analyze(), cms::ProducerAnalyzer::analyze(), TopDiLeptonDQM::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), BeamSpotProblemMonitor::analyze(), HcalQLPlotAnal::analyze(), SUSY_HLT_DiJet_MET::analyze(), SUSY_HLT_ElecFakes::analyze(), SUSY_HLT_MuEle_Hadronic::analyze(), L1TEGammaOffline::analyze(), edm::TestMix::analyze(), SUSY_HLT_Muon_Hadronic::analyze(), SUSY_HLT_MuonFakes::analyze(), SUSY_HLT_VBF_Mu::analyze(), OMTFPatternMaker::analyze(), RPCPhiEff::analyze(), DuplicationChecker::analyze(), HLTBTagPerformanceAnalyzer::analyze(), SUSY_HLT_Razor::analyze(), EcalPreshowerDigisValidation::analyze(), EcalPreshowerRecHitsValidation::analyze(), HotlineDQM::analyze(), JetTester::analyze(), AnalysisRootpleProducer::analyze(), TrackSplittingMonitor::analyze(), L1TDTTPG::analyze(), SiPixelHitEfficiencySource::analyze(), TrackEfficiencyMonitor::analyze(), V0Monitor::analyze(), EcalBarrelSimHitsValidation::analyze(), HcalSimHitsValidation::analyze(), NoiseRates::analyze(), L1RecoTreeProducer::analyze(), TrackParameterAnalyzer::analyze(), LumiMonitor::analyze(), L1TRCT::analyze(), edm::TestMixedSource::analyze(), EcalEndcapSimHitsValidation::analyze(), EcalPreshowerSimHitsValidation::analyze(), EcalBarrelRecHitsValidation::analyze(), HGCalHitCalibration::analyze(), HGCGeometryValidation::analyze(), TestSuite::analyze(), ElectronConversionRejectionValidator::analyze(), L1TFED::analyze(), MultiplicityCorrelator::analyze(), SiStripMonitorRawData::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), EcalZmassTask::analyze(), HcalNoiseRates::analyze(), ContainmentCorrectionAnalyzer::analyze(), EcalBarrelDigisValidation::analyze(), EcalEndcapDigisValidation::analyze(), EcalEndcapRecHitsValidation::analyze(), TPGCheck::analyze(), BTVHLTOfflineSource::analyze(), HcalHBHEMuonSimAnalyzer::analyze(), GlobalTest::analyze(), L1ElectronRecoTreeProducer::analyze(), L1UpgradeTfMuonTreeProducer::analyze(), L1TCSCTPG::analyze(), MuTriggerAnalyzer::analyze(), HiggsDQM::analyze(), SiPixelHLTSource::analyze(), EnergyScaleAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), L1TGMT::analyze(), TagProbeFitTreeProducer::analyze(), L1TRPCTF::analyze(), SiPixelDigiSource::analyze(), ClusterCount::analyze(), GlobalMuonMatchAnalyzer::analyze(), PSMonitor::analyze(), L1TStage2uGT::analyze(), SiPixelTrackResidualSource::analyze(), L1ABCDebugger::analyze(), AnotherBeamSpotAnalyzer::analyze(), MuonIdDQM::analyze(), MuonRecoOneHLT::analyze(), GeneralHLTOffline::analyze(), FourVectorHLT::analyze(), HLTrigReport::analyze(), DQMSourcePi0::analyze(), B2GHadronicHLTValidation::analyze(), B2GDoubleLeptonHLTValidation::analyze(), B2GSingleLeptonHLTValidation::analyze(), TopSingleLeptonHLTValidation::analyze(), L1TStage2InputPatternWriter::analyze(), L1TCaloLayer1Validator::analyze(), EcalSimHitsValidation::analyze(), BSvsPVAnalyzer::analyze(), MCAcceptanceAnalyzer::analyze(), L1TRate::analyze(), PixelLumiDQM::analyze(), L1MetFilterRecoTreeProducer::analyze(), L1UpgradeTreeProducer::analyze(), METTester::analyze(), DQMExample_Step1::analyze(), RPCTTUMonitor::analyze(), FFTJetImageRecorder::analyze(), HitEff::analyze(), DTScalerInfoTask::analyze(), PhotonValidatorMiniAOD::analyze(), TTbar_GenLepAnalyzer::analyze(), TestResolution::analyze(), AnotherPrimaryVertexAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), SiPixelRawDataErrorSource::analyze(), MultiplicityInvestigator::analyze(), TrackingMonitor::analyze(), EcalRecHitsValidation::analyze(), Vx3DHLTAnalyzer::analyze(), HeavyFlavorValidation::analyze(), SUSY_HLT_SingleLepton::analyze(), TopDiLeptonHLTValidation::analyze(), l1t::GtInputDump::analyze(), TauValidation::analyze(), HLTMuonMatchAndPlotContainer::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), HcalRecHitsValidation::analyze(), PFJetBenchmarkAnalyzer::analyze(), QcdUeDQM::analyze(), APVCyclePhaseMonitor::analyze(), SiPixelRecHitSource::analyze(), SiStripSpyMonitorModule::analyze(), TTbar_GenJetAnalyzer::analyze(), L1GtTrigReport::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), HigPhotonJetHLTOfflineSource::analyze(), ZDCDigiStudy::analyze(), HGCalDigiValidation::analyze(), TkConvValidator::analyze(), PFMETBenchmarkAnalyzer::analyze(), L1TdeRCT::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), SiStripFEDCheckPlugin::analyze(), SiStripMonitorPedestals::analyze(), HcalRecHitsAnalyzer::analyze(), L1TRate_Offline::analyze(), DTNoiseTask::analyze(), PDFWeightsTest::analyze(), MCVerticesAnalyzer::analyze(), ZdcSimHitStudy::analyze(), LogMessageMonitor::analyze(), TTbar_Kinematics::analyze(), TestOutliers::analyze(), DTLocalTriggerBaseTask::analyze(), GlobalDigisHistogrammer::analyze(), L1GenTreeProducer::analyze(), BigEventsDebugger< T >::analyze(), EventTimeDistribution::analyze(), L1ExtraTreeProducer::analyze(), ECALMultifitAnalyzer_HI::analyze(), HLTJetMETValidation::analyze(), l1t::L1TGlobalAnalyzer::analyze(), MCvsRecoVerticesAnalyzer::analyze(), L1TStage2BMTF::analyze(), HGCalTBAnalyzer::analyze(), DTDataIntegrityTask::analyze(), HcalRaddamMuon::analyze(), EcalDigisValidation::analyze(), GlobalRecHitsHistogrammer::analyze(), MuonIdVal::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), L1TGT::analyze(), L1TStage2CaloLayer2Offline::analyze(), L1JetRecoTreeProducer::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelClusterSource::analyze(), HLTGetDigi::analyze(), SiStripFEDMonitorPlugin::analyze(), FFTJetPileupAnalyzer::analyze(), PrimaryVertexValidation::analyze(), FSQDiJetAve::analyze(), HGCalRecHitValidation::analyze(), APVCyclePhaseDebuggerFromL1TS::analyze(), MultiplicityTimeCorrelations::analyze(), OverlapProblemTPAnalyzer::analyze(), TauJetCorrectorExample::analyze(), L1TComparison::analyze(), L1TCSCTF::analyze(), L1TRPCTPG::analyze(), CosmicSplitterValidation::analyze(), DTLocalTriggerLutTask::analyze(), TestCorrection::analyze(), l1t::GtRecordDump::analyze(), L1TdeCSCTF::analyze(), SiPixelErrorEstimation::analyze(), PhotonValidator::analyze(), AnalyzerMinbias::analyze(), HcalHBHEMuonAnalyzer::analyze(), BPHMonitor::analyze(), MuonIsolationDQM::analyze(), L1CaloTowerTreeProducer::analyze(), StudyHLT::analyze(), DuplicateRecHits::analyze(), TrackCount::analyze(), JetMETHLTOfflineSource::analyze(), L1TauRecoTreeProducer::analyze(), L1Validator::analyze(), HLTriggerJSONMonitoring::analyze(), MuIsoValidation::analyze(), OccupancyPlots::analyze(), OverlapProblemTSOSAnalyzer::analyze(), DTTriggerEfficiencyTask::analyze(), HGCalHitValidation::analyze(), METMonitor::analyze(), CommonModeAnalyzer::analyze(), SiStripCMMonitorPlugin::analyze(), ValidIsoTrkCalib::analyze(), HLTScalers::analyze(), HLTHiggsSubAnalysis::analyze(), HLTMuonPlotter::analyze(), SiPixelTrackingRecHitsValid::analyze(), IsoTrig::analyze(), GenPurposeSkimmerData::analyze(), ZMuMuMassConstraintParameterFinder::analyze(), L1TriggerJSONMonitoring::analyze(), JetTester_HeavyIons::analyze(), MuonAlignment::analyze(), DQMPFCandidateAnalyzer::analyze(), TauTagValidation::analyze(), L1TCompare::analyze(), APVShotsAnalyzer::analyze(), HcalDigisValidation::analyze(), CastorMonitorModule::analyze(), GlobalHitsHistogrammer::analyze(), IsoTrackCalibration::analyze(), HGCalSimHitValidation::analyze(), PiZeroAnalyzer::analyze(), pat::CandidateSummaryTable::analyze(), JetAnalyzer_HeavyIons_matching::analyze(), IsoTrackCalib::analyze(), JetAnalyzer_HeavyIons::analyze(), EcalMixingModuleValidation::analyze(), L1TSync::analyze(), CosmicRateAnalyzer::analyze(), L1Muon2RecoTreeProducer::analyze(), IsolatedGenParticles::analyze(), SeedMultiplicityAnalyzer::analyze(), JetAnalyzer::analyze(), analyzer::SiPixelLorentzAngle::analyze(), DTLocalTriggerTask::analyze(), HLTObjectMonitorProtonLead::analyze(), ErsatzMEt::analyze(), TriggerJSONMonitoring::analyze(), HLTObjectMonitor::analyze(), RPCEfficiency::analyze(), SiStripSpyDisplayModule::analyze(), ZToMuMuGammaAnalyzer::analyze(), V0Validator::analyze(), PhotonAnalyzer::analyze(), IsolatedTracksCone::analyze(), L1TSync_Offline::analyze(), METAnalyzer::analyze(), ExoticaDQM::analyze(), L1TBPTX::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), SiStripRecHitsValid::analyze(), L1TEfficiencyMuons_Offline::analyze(), TrackerDpgAnalysis::analyze(), CSCMonitorModule::analyze(), PrimaryVertexAnalyzer4PUSlimmed::analyze(), L1TGCT::analyze(), NewMuonTrackValidator::analyze(), MuonTrackValidator::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), ApeEstimator::analyze(), BeamHaloAnalyzer::analyze(), TopSingleLeptonDQM_miniAOD::analyze(), HOCalibAnalyzer::analyze(), SingleTopTChannelLeptonDQM_miniAOD::analyze(), TopSingleLeptonHLTOfflineDQM::analyze(), SiStripTrackingRecHitsValid::analyze(), TopDiLeptonHLTOfflineDQM::analyze(), TopSingleLeptonDQM::analyze(), SingleTopTChannelLeptonDQM::analyze(), TopDiLeptonOfflineDQM::analyze(), TrackingNtuple::analyze(), PackedCandidateTrackValidator::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(), PATTauDiscriminantCutMultiplexer::beginEvent(), PATTauDiscriminationAgainstElectronMVA6::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), PFRecoTauDiscriminationAgainstElectronMVA6::beginEvent(), PFRecoTauDiscriminationAgainstElectronMVA5::beginEvent(), reco::tau::RecoTauBuilderPlugin::beginEvent(), PFRecoTauDiscriminationByIsolationMVA2::beginEvent(), PFRecoTauDiscriminationByMVAIsolationRun2::beginEvent(), PATTauDiscriminationByMVAIsolationRun2::beginEvent(), GsfElectronAlgo::beginEvent(), TtFullLepHypKinSolution::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), TtFullHadHypGenMatch::buildHypo(), TtFullLepHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), TtSemiLepHypHitFit::buildHypo(), TtSemiLepHypKinFit::buildHypo(), TtFullLepHypGenMatch::buildMatchingNeutrinos(), ConversionProducer::buildSuperAndBasicClusterGeoMap(), pat::LeptonJetIsolationAngle::calculate(), pat::LeptonVertexSignificance::calculate(), HiFJGridEmptyAreaCalculator::calculateAreaFractionOfJets(), PhotonIsolationCalculator::calculateEcalRecHitIso(), HiFJGridEmptyAreaCalculator::calculateGridRho(), PhotonIsolationCalculator::calculateHcalTowerIso(), PhotonIsolationCalculator::calculateTrackIso(), MuonDetLayerMeasurements::checkCSCRecHits(), MuonDetLayerMeasurements::checkDTRecHits(), MuonDetLayerMeasurements::checkGEMRecHits(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), MuonDetLayerMeasurements::checkME0RecHits(), 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(), SiStripGainFromCalibTree::connect(), connect(), 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(), EGExtraInfoModifierFromDB::EGExtraInfoModifierFromDB(), EGExtraInfoModifierFromValueMaps< MapType, OutputType >::EGExtraInfoModifierFromValueMaps(), EGFull5x5ShowerShapeModifierFromValueMaps::EGFull5x5ShowerShapeModifierFromValueMaps(), EGPfIsolationModifierFromValueMaps::EGPfIsolationModifierFromValueMaps(), HITrackingRegionProducer::estimateMultiplicity(), HITrackingRegionForPrimaryVtxProducer::estimateMultiplicity(), HLTBitVariable::eval(), ExpressionVariable< Object, label >::eval(), SimpleValueVariable< TYPE >::eval(), SimpleValueVectorVariable< TYPE >::eval(), MuonCosmicCompatibilityFiller::eventActivity(), HGCalTriggerNtupleGen::fill(), HGCalTriggerNtupleHGCClusters::fill(), HGCalTriggerNtupleHGCMulticlusters::fill(), HGCalTriggerNtupleHGCTriggerCells::fill(), HGCalTriggerNtupleHGCDigis::fill(), PSimHitMap::fill(), DigiVtxPosCorrHistogramMaker::fill(), DigiPileupCorrHistogramMaker::fill(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), SiPixelCalibDigiProducer::fill(), TopSingleLepton::MonitorEnsemble::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), TauDiscriminationProducerBase< TauType, TauDiscriminator >::TauDiscInfo::fill(), TrackDetectorAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsProdHist::fillECal(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProducer::fillECal(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), TrackDetectorAssociator::fillEcal(), GlobalRecHitsAnalyzer::fillECal(), GlobalRecHitsProducer::fillECal(), L1TEGammaOffline::fillElectrons(), L1TStage2CaloLayer2Offline::fillEnergySums(), TrackerHitProducer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), TrackDetectorAssociator::fillHcal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), HistoFillerReco< T >::fillHistos(), TrackDetectorAssociator::fillHO(), AlCaHOCalibProducer::fillHOStore(), HFPreReconstructor::fillInfos(), reco::HcalNoiseInfoProducer::filljetinfo(), L1TStage2CaloLayer2Offline::fillJets(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), METAnalyzer::fillMonitorElement(), GlobalHitsProdHist::fillMuon(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), TrackingNtuple::fillPhase2OTHits(), L1TEGammaOffline::fillPhotons(), TrackingNtuple::fillPixelHits(), DTTFFEDSim::fillRawData(), L1TTwinMuxRawToDigi::fillRawData(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), HcalRecHitsValidation::fillRecHitsTmp(), HcalRecHitsAnalyzer::fillRecHitsTmp(), TrackingNtuple::fillSeeds(), TtEvtBuilder< C >::fillSpecific(), TrackingNtuple::fillStripMatchedHits(), TrackingNtuple::fillStripRphiStereoHits(), TrackingNtuple::fillTrackingParticles(), 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(), ZToMuMuFilter::filter(), ZToMuMuSelector::filter(), LaserAlignmentEventFilter::filter(), CandCollectionExistFilter::filter(), EcalMonitorPrescaler::filter(), TopDecayChannelFilter< S >::filter(), CSCTightHalo2015Filter::filter(), CSCTightHaloFilter::filter(), CSCTightHaloTrkMuUnvetoFilter::filter(), GlobalSuperTightHalo2016Filter::filter(), GlobalTightHalo2016Filter::filter(), ZtoEEEventSelector::filter(), HcalStripHaloFilter::filter(), SimMuFilter::filter(), EENoiseFilter::filter(), BadGlobalMuonTagger::filter(), HcalTBTriggerFilter::filter(), cms::CosmicTIFTrigFilter::filter(), ClusterMultiplicityFilter::filter(), JetIDFailureFilter::filter(), TrackingFailureFilter::filter(), HLTPathSelector::filter(), PFJetFilter::filter(), HSCParticleSelector::filter(), ComphepSingletopFilterPy8::filter(), EvtPlaneFilter::filter(), WtoLNuSelector::filter(), DTCalibMuonSelection::filter(), HLTHcalMETNoiseCleaner::filter(), DYToMuMuGenFilter::filter(), HLTHPDFilter::filter(), HLTRPCFilter::filter(), TauSpinnerFilter::filter(), HLTHcalLaserFilter::filter(), WMuNuValidator::filter(), PileUpFilter::filter(), PythiaFilterGammaGamma::filter(), HLTHcalMETNoiseFilter::filter(), ElectronIdMVAProducer::filter(), PhotonIsoProducer::filter(), JetMETDQMDCSFilter::filter(), pat::PATLeptonCountFilter::filter(), BCToEFilterAlgo::filter(), PythiaFilterMultiMother::filter(), HLTPhysicsDeclared::filter(), HSCPHLTFilter::filter(), EMEnrichingFilterAlgo::filter(), CentralityFilter::filter(), GreedyMuonPFCandidateFilter::filter(), JetFlavourCutFilter::filter(), JetFlavourFilter::filter(), PythiaFilterEMJet::filter(), VBFGenJetFilter::filter(), BadParticleFilter::filter(), ChargedHadronTrackResolutionFilter::filter(), StringCutObjectEvtFilter< T >::filter(), InconsistentMuonPFCandidateFilter::filter(), ProbeTreeProducer::filter(), PythiaFilterZgamma::filter(), MuonBadTrackFilter::filter(), edm::ModelFilter::filter(), ElectronRegressionEnergyProducer::filter(), pat::PATSingleVertexSelector::filter(), BdecayFilter::filter(), BsJpsiPhiFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), SiStripCommissioningSeedFilter::filter(), HLTRHemisphere::filter(), EFilter::filter(), EgammaProbeSelector::filter(), SiStripCommissioningRunTypeFilter::filter(), HLTPixelActivityHFSumEnergyFilter::filter(), WMuNuSelector::filter(), HeavyChHiggsToTauNuSkim::filter(), FilterOutLowPt::filter(), ObjectPairFilter< C, S >::filter(), PythiaFilterEMJetHeep::filter(), EcalLaserCorrFilter::filter(), FilterOutScraping::filter(), LogErrorEventFilter::filter(), RemovePileUpDominatedEventsGen::filter(), PhysDecl::filter(), CSCDigiValidator::filter(), edm::FwdPtrCollectionFilter< T, S, H >::filter(), LogErrorFilter::filter(), MCSingleParticleYPt::filter(), BooleanFlagFilter::filter(), ErrorSummaryFilter::filter(), HighMultiplicityGenFilter::filter(), SiPixelCalibDigiFilter::filter(), GenHTFilter::filter(), LHEGenericFilter::filter(), MCSmartSingleParticleFilter::filter(), RecoTauPileUpVertexSelector::filter(), pat::PATJetSelector::filter(), CosmicGenFilterHelix::filter(), CastorInvalidDataFilter::filter(), HLTHighLevel::filter(), GoodVertexFilter::filter(), HLTL1NumberFilter::filter(), AlCaIsolatedBunchFilter::filter(), MCDecayingPionKaonFilter::filter(), MCDijetResonance::filter(), MCMultiParticleFilter::filter(), MCZll::filter(), PythiaFilterHT::filter(), AlCaIsolatedBunchSelector::filter(), EEBadScFilter::filter(), AlCaIsoTracksProducerFilter::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HZZ4lFilter::filter(), MCProcessRangeFilter::filter(), MCSingleParticleFilter::filter(), PythiaDauFilter::filter(), PythiaDauVFilter::filter(), PythiaFilter::filter(), PythiaHLTSoupFilter::filter(), ZgMassFilter::filter(), BVertexFilterT< VTX >::filter(), MCProcessFilter::filter(), PythiaMomDauFilter::filter(), ZgammaMassFilter::filter(), MonoPhotonSkimmer::filter(), HFFilter::filter(), EcalSimpleUncalibRecHitFilter::filter(), HLTHcalCalibTypeFilter::filter(), HGCalTBCheckGunPostion::filter(), HcalEmptyEventFilter::filter(), MCParticlePairFilter::filter(), HcalCalibTypeFilter::filter(), HerwigMaxPtPartonFilter::filter(), JetHTJetPlusHOFilter::filter(), PrescalerFHN::filter(), PythiaFilterIsolatedTrack::filter(), L1TValidationEventFilter::filter(), TMTFilter::filter(), MCVerticesWeight::filter(), ttHFGenFilter::filter(), SiStripDetWithSomething< T >::filter(), JetVertexChecker::filter(), HLTHFAsymmetryFilter::filter(), l1t::L1TCaloTowersFilter::filter(), FEDBadModuleFilter::filter(), HiCentralityBiasFilter::filter(), HcalLaserEventFilter::filter(), AlCaHBHEMuonFilter::filter(), HSCPFilter::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), AlCaGammaJetSelector::filter(), HcalLaserHFFilter2012::filter(), PythiaFilterTTBar::filter(), HLTPrescaler::filter(), LargeEvents< T >::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), HSCParticleProducer::filter(), SiStripShotFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), ElectronIdFilter::filter(), EcalMIPRecHitFilter::filter(), aod2patFilterZee::filter(), APVShotsFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), FFTJetDijetFilter::filter(), OverlapProblemTSOSPositionFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), ElectronIdMVABased::filter(), AlCaIsoTracksFilter::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), FlavorHistoryFilter::filter(), ZeeCandidateFilter::filter(), HSCPTreeBuilder::filter(), pat::PATSingleVertexSelector::filter_(), SiStripClusterizer::findInput(), SiStripProcessedRawDigiProducer::findInput(), AlignmentGlobalTrackSelector::findMuons(), OMTFPatternMaker::findSimMuon(), V0Fitter::fitAll(), RPCPhiEff::fromRaw(), GEMDigiMatcher::GEMDigiMatcher(), GEMRecHitMatcher::GEMRecHitMatcher(), RunManagerMTWorker::generateEvent(), RunManager::generateEvent(), FFTJetProducer::genJetPreclusters(), EventWithHistoryFilter::getAPVPhase(), L1TSync_Offline::getBeamConfOffline(), MatacqProducer::getCalibTriggerType(), Multi5x5SuperClusterProducer::getClusterPtrVector(), HiSuperClusterProducer::getClusterPtrVector(), Multi5x5ClusterProducer::getCollection(), EgammaHLTMulti5x5ClusterProducer::getCollection(), IslandClusterProducer::getCollection(), EgammaHLTIslandClusterProducer::getCollection(), HLTDoubletDZ< T1, T2 >::getCollections(), AddCorrectionsToGenericMET::getCorrection(), JetMatchingTools::getEBRecHitCollection(), EcalClusterLazyToolsBase::getEBRecHits(), JetMatchingTools::getEBSimHitCollection(), JetMatchingTools::getEERecHitCollection(), EcalClusterLazyToolsBase::getEERecHits(), JetMatchingTools::getEESimHitCollection(), pat::PATMHTProducer::getElectrons(), EcalClusterLazyToolsBase::getESRecHits(), hgcal::ClusterTools::getEvent(), ClusterSummarySingleMultiplicity::getEvent(), SingleMultiplicity< T >::getEvent(), ElectronPFIsolationWithMapBasedVeto::getEventInfo(), PhotonPFIsolationWithMapBasedVeto::getEventInfo(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::getFilteredCands(), DAFTrackProducer::getFromEvt(), JetMatchingTools::getGenParticlesCollection(), IsoTrig::getGoodTracks(), ElectronHEEPIDValueMapProducer::getHandle(), ElectronHEEPIDValueMapProducer::getHandles(), 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(), MixBoostEvtVtxGenerator::getRecVertex(), JetMatchingTools::getSimTrackCollection(), KVFTest::getSimVertex(), KineExample::getSimVertex(), JetMatchingTools::getSimVertexCollection(), SiStripDCSStatus::getStatus(), MixEvtVtxGenerator::getVertex(), MixBoostEvtVtxGenerator::getVertex(), DTTriggerEfficiencyTask::hasRPCTriggers(), Vx3DHLTAnalyzer::HitCounter(), CombinedHitQuadrupletGeneratorForPhotonConversion::hitPairs(), CombinedHitPairGenerator::hitPairs(), CombinedHitPairGeneratorForPhotonConversion::hitPairs(), CombinedHitQuadrupletGenerator::hitQuadruplets(), CAHitQuadrupletGenerator::hitQuadruplets(), ctfseeding::HitExtractorPIX::hits(), ctfseeding::HitExtractorSTRP::hits(), CombinedMultiHitGenerator::hitSets(), PixelTripletLowPtGenerator::hitTriplets(), CombinedHitTripletGenerator::hitTriplets(), CAHitTripletGenerator::hitTriplets(), HLTEcalIsolationFilter::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTmumutkFilter::hltFilter(), HLTPixelIsolTrackFilter::hltFilter(), HLTDisplacedmumuFilter::hltFilter(), HLTDisplacedmumumuFilter::hltFilter(), HLTDisplacedtktkFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTPixelIsolTrackL1TFilter::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(), HLTMuonL1RegionalFilter::hltFilter(), HLTForwardBackwardJetsFilter< T >::hltFilter(), HLTMuonL1TFilter::hltFilter(), HLTSingleVertexPixelTrackFilter::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTEgammaDoubleEtDeltaPhiFilter::hltFilter(), HLTEgammaEtFilter::hltFilter(), HLTEgammaEtFilterPairs::hltFilter(), HLTElectronEtFilter::hltFilter(), HLTMuonL1TRegionalFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTEgammaTriggerFilterObjectWrapper::hltFilter(), HLTElectronEoverpFilterRegional::hltFilter(), HLTElectronGenericFilter::hltFilter(), HLTElectronOneOEMinusOneOPFilterRegional::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(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonPFIsoFilter::hltFilter(), HLTPMDocaFilter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTEgammaDoubleEtFilter::hltFilter(), HLTEgammaDoubleEtPhiFilter::hltFilter(), HLTEgammaL1MatchFilterPairs::hltFilter(), HLTEgammaL1MatchFilterRegional::hltFilter(), HLTMuonL1toL3TkPreFilter::hltFilter(), HLTMhtFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTEgammaL1TMatchFilterRegional::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTMuonL1TtoL3TkPreFilter::hltFilter(), HLTEgammaCaloIsolFilterPairs::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTPixlMBFilt::hltFilter(), HLTRFilter::hltFilter(), HLTHtMhtFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTSmartSinglet< T >::hltFilter(), HLTSummaryFilter::hltFilter(), HLTPFEnergyFractionsFilter::hltFilter(), HLTElectronPFMTFilter< T >::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTFiltCand::hltFilter(), HLTElectronMuonInvMassFilter::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTFEDSizeFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), HLTHcalSimpleRecHitFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTCountNumberOfObject< OColl >::hltFilter(), HLTmmkFilter::hltFilter(), HLTCSCActivityFilter::hltFilter(), HLTCSCAcceptBusyFilter::hltFilter(), HLTBeamModeFilter::hltFilter(), HLTCAWZTagFilter::hltFilter(), HLTTrackWithHits::hltFilter(), HLTPMMassFilter::hltFilter(), HLTCATopTagFilter::hltFilter(), HLTDTActivityFilter::hltFilter(), HLTRPCTrigNoSyncFilter::hltFilter(), HLTLevel1GTSeed::hltFilter(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), HLTMuonL2ToL1TMap::HLTMuonL2ToL1TMap(), PFHBHERecHitCreator::importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >::importRecHits(), PFHGCalRecHitCreator< DET, Layer, subdet >::importRecHits(), PFEcalRecHitCreatorMaxSample< Geometry, Layer, Detector >::importRecHits(), PFPSRecHitCreator::importRecHits(), PFEcalBarrelRecHitCreator::importRecHits(), PFEcalEndcapRecHitCreator::importRecHits(), PFHFRecHitCreator::importRecHits(), PFHBHERecHitCreatorMaxSample::importRecHits(), GenericClusterImporter::importToBlock(), EGPhotonImporter::importToBlock(), SpecialClusterImporter< T >::importToBlock(), GSFTrackImporter::importToBlock(), SuperClusterImporter::importToBlock(), GeneralTracksImporter::importToBlock(), GeneralTracksImporterWithVeto::importToBlock(), pflow::importers::TrackFromParentImporter< Collection, Adaptor >::importToBlock(), TrackCollectionTokens::indicesInput(), LowPtClusterShapeSeedComparitor::init(), PixelClusterShapeSeedComparitor::init(), tnp::ProbeVariable::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::BaseTreeFiller::init(), HLTHiggsSubAnalysis::initAndInsertJets(), muonisolation::CandViewExtractor::initEvent(), SiStripDCSStatus::initialise(), HLTHiggsSubAnalysis::initobjects(), CosmicSplitterValidation::is_gold_muon(), 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(), shallow::make_cluster_map(), IPProducerHelpers::FromJTA::makeBaseVector(), IPProducerHelpers::FromJetAndCands::makeBaseVector(), RPCRecHitProbability::makeDcsInfo(), RPCDcsInfo::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), HSCPValidator::makeGenPlots(), DQMDcsInfo::makeGtInfo(), HSCPValidator::makeHLTPlots(), DQMScalInfo::makeL1Scalars(), DQMScalInfo::makeLumiScalars(), TrackerHitAssociator::makeMaps(), HSCPValidator::makeRecoPlots(), HSCPValidator::makeSimDigiPlotsECAL(), HSCPValidator::makeSimDigiPlotsRPC(), HSCPValidator::makeSimTrackPlots(), DQMExample_Step1::MediumEle(), TrackMergeremb< T1 >::merg_and_put(), 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(), CandIsolatorFromDeposits::SingleDeposit::open(), PFCandIsolatorFromDeposits::SingleDeposit::open(), TtDilepLRSignalSelObservables::operator()(), ElectronIDSelectorLikelihood::operator()(), ObjectCountEventSelector< C, S, N, CS >::operator()(), TtSemiLRJetCombObservables::operator()(), reco::tau::PFRecoTauChargedHadronFromTrackPlugin::operator()(), MCPdgIndexFilter::pass(), SeedMultiplicityAnalyzer::FromTrackRefSeedFilter::prepareEvent(), cscdqm::EventProcessor::preProcessEvent(), L1GtUtils::prescaleFactorSetIndex(), HcalSimpleReconstructor::process(), DTTFFEDReader::process(), StandaloneTrackMonitor::processClusters(), MultiTrackSelector::processMVA(), HIMultiTrackSelector::processMVA(), FFTJetTreeDump::processTreeData(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), TtGenEventReco::produce(), MaskedMeasurementTrackerEventProducer::produce(), SiStripRecHitConverter::produce(), ShallowEventDataProducer::produce(), TTStubAssociator< T >::produce(), TTClusterAssociator< T >::produce(), TTTrackAssociator< T >::produce(), StGenEventReco::produce(), PatElectronEAIsoCorrectionProducer::produce(), TTStubBuilder< T >::produce(), CandPtrProjector::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), FixedGridRhoProducer::produce(), QualityFilter::produce(), PATTauIDEmbedder::produce(), HcalTTPTriggerRecord::produce(), HIPixelMedianVtxProducer::produce(), ShallowTracksProducer::produce(), InterestingEcalDetIdProducer::produce(), CrossingFramePSimHitToPSimHitsConverter::produce(), HIBestVertexProducer::produce(), JetChargeProducer::produce(), PileupSummaryInfoSlimmer::produce(), HFEMClusterProducer::produce(), TrackingParticleConversionRefSelector::produce(), BasicToPFJet::produce(), CastorSimpleReconstructor::produce(), PixelVertexProducerClusters::produce(), HcalTTPDigiProducer::produce(), RazorVarProducer::produce(), CastorTTRecord::produce(), GenParticleDecaySelector::produce(), ConversionTrackRefFix::produce(), SeedCombiner::produce(), ECFAdder::produce(), FTLRecHitProducer::produce(), TrackListCombiner::produce(), FixedGridRhoProducerFastjet::produce(), AlphaTVarProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), MuonSelectorVertex::produce(), HGCalUncalibRecHitProducer::produce(), HcalLaserReco::produce(), FTLUncalibratedRecHitProducer::produce(), IsoTracks::produce(), DistortedMETProducer::produce(), JetCollectionReducerT< T >::produce(), DTDigiToRawModule::produce(), MassKinFitterCandProducer::produce(), EgammaHLTTimeCleanedRechitProducer::produce(), ShallowRechitClustersProducer::produce(), ElectronSeedMerger::produce(), HcalTrigPrimDigiProducer::produce(), TrackingParticleNumberOfLayersProducer::produce(), TopInitSubset::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), TtSemiLepJetCombGeom::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), CollectionFromZLegProducer::produce(), EventVtxInfoNtupleDumper::produce(), PFMatchedCandidateRefExtractor::produce(), GeneratorSmearedProducer::produce(), QGTagger::produce(), TrackRefitter::produce(), CosmicMuonProducer::produce(), ParticleDecayProducer::produce(), CSCTFCandidateProducer::produce(), GsfTrackRefitter::produce(), CSCDigiProducer::produce(), pat::PATVertexSlimmer::produce(), UnifiedSCCollectionProducer::produce(), ShallowSimhitClustersProducer::produce(), ShallowTrackClustersProducer::produce(), TtDilepEvtSolutionMaker::produce(), PFJetToCaloProducer::produce(), CalibratedPhotonProducerRun2T< T >::produce(), TrackingParticleBHadronRefSelector::produce(), CosmicMuonLinksProducer::produce(), StEvtSolutionMaker::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), CRackSeedGenerator::produce(), DQMTauProducer::produce(), PFTauToJetProducer::produce(), CandOneToOneDeltaRMatcher::produce(), DistortedMuonProducerFromDB::produce(), MuonWithPFIsoProducer::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), ESRawToDigi::produce(), SiStripElectronSeedProducer::produce(), PhotonIDProducer::produce(), CaloTowersReCreator::produce(), EcalUncalibRecHitProducer::produce(), DiJetVarProducer::produce(), MuonTrackProducer::produce(), bestPVselector::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), ESRecHitProducer::produce(), CandOneToManyDeltaRMatcher::produce(), DistortedMuonProducer::produce(), DistortedPFCandProducer::produce(), pat::PATMETSlimmer::produce(), CandViewRefMerger::produce(), RawDataCollectorByLabel::produce(), UncleanSCRecoveryProducer::produce(), HcalRealisticZS::produce(), MultiHitFromChi2EDProducer::produce(), JetExtender::produce(), JetTracksAssociatorAtVertex::produce(), JetTracksAssociatorExplicit::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), EcalRecalibRecHitProducer::produce(), HcalSimpleAmplitudeZS::produce(), QuarkoniaTrackSelector::produce(), ClusterShapeTrackFilterProducer::produce(), L2TauJetsMerger::produce(), IPTCorrector::produce(), PFEGammaToCandidateRemapper::produce(), VertexAssociatorByTracksProducer::produce(), PFClusterTimeSelector::produce(), pat::PATTauSlimmer::produce(), HcalCalibFEDSelector::produce(), FamosProducer::produce(), TrackProducerWithSCAssociation::produce(), PixelQuadrupletEDProducer::produce(), HIPixelTrackFilterProducer::produce(), L1HLTJetsMatching::produce(), DAFTrackProducer::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), cms::SubEventGenJetProducer::produce(), L1THLTTauMatching::produce(), ISRGammaWeightProducer::produce(), HGCalTriggerDigiProducer::produce(), CollectionAdder< C >::produce(), CleanAndMergeProducer::produce(), ElectronSeedTrackRefFix::produce(), EgammaHLTHybridClusterProducer::produce(), HGCalTriggerDigiFEReproducer::produce(), HBHEIsolatedNoiseReflagger::produce(), BunchSpacingProducer::produce(), PFMuonUntagger::produce(), GlobalCosmicMuonProducer::produce(), HLTJetL1MatchProducer< T >::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), L1HLTTauMatching::produce(), UpdatedMuonInnerTrackRef::produce(), VertexAssociatorByPositionAndTracksProducer::produce(), GenParticlePruner::produce(), GEMPadDigiClusterProducer::produce(), MCTrackMatcher::produce(), CSCTFTrackProducer::produce(), CSCSegmentProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), pat::PackedPFCandidateRefMixer::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), pat::PATSecondaryVertexSlimmer::produce(), AnyJetToCaloJetProducer::produce(), DTUnpackingModule::produce(), RPCPointProducer::produce(), EcalDigiSelector::produce(), LightPFTrackProducer::produce(), ParticleBasedIsoProducer::produce(), ShallowClustersProducer::produce(), EcalTPSkimmer::produce(), HIPixelClusterVtxProducer::produce(), HLTJetL1TMatchProducer< T >::produce(), L2TauPixelTrackMatch::produce(), PFClusterCollectionMerger::produce(), ME0DigiPreRecoProducer::produce(), HFRecoEcalCandidateProducer::produce(), CalibratedElectronProducerRun2T< T >::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), ME0TriggerProducer::produce(), HitPairEDProducer::produce(), MuonFromPVSelector::produce(), HLTTauRefCombiner::produce(), PdfWeightProducer::produce(), CSCDCCUnpacker::produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::produce(), ESDigiToRaw::produce(), HybridClusterProducer::produce(), RecHitFilter::produce(), EgammaHLTIslandClusterProducer::produce(), PFConversionProducer::produce(), reco::ParticleFlowForChargedMETProducer::produce(), CaloMuonMerger::produce(), HLTScoutingPrimaryVertexProducer::produce(), PFV0Producer::produce(), PixelQuadrupletMergerEDProducer::produce(), L3MuonSumCaloPFIsolationProducer::produce(), SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::produce(), SimHitTPAssociationProducer::produce(), ME0PadDigiProducer::produce(), TtFullLepKinSolutionProducer::produce(), ScaleCorrMETData::produce(), TtFullHadSignalSelMVAComputer::produce(), HLTHcalTowerNoiseCleanerWithrechit::produce(), JetTracksAssociationToTrackRefs::produce(), ConeIsolation::produce(), JetTagProducer::produce(), PixelTracksProducer::produce(), CaloMuonProducer::produce(), HLTHcalTowerNoiseCleaner::produce(), TSGFromL2Muon::produce(), ZdcSimpleReconstructor::produce(), ElectronIDExternalProducer< algo >::produce(), PileupJPTJetIdProducer::produce(), PUFilter::produce(), CaloTowerCandidateCreator::produce(), PFCandidateMuonUntagger::produce(), JetVetoedTracksAssociatorAtVertex::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), TSGFromL1Muon::produce(), CaloTowersCreator::produce(), ElectronPATIdMVAProducer::produce(), pat::PATGenJetSlimmer::produce(), pat::PATMuonSlimmer::produce(), HitTripletEDProducerT< T_HitTripletGenerator >::produce(), NtpProducer< C >::produce(), ProbeMulteplicityProducer::produce(), EgammaHLTCaloTowerProducer::produce(), EgammaHLTMulti5x5ClusterProducer::produce(), EgammaEcalPFClusterIsolationProducer< T1 >::produce(), EgammaHcalPFClusterIsolationProducer< T1 >::produce(), GEDPhotonCoreProducer::produce(), GEMCSCSegmentProducer::produce(), GEMSegmentProducer::produce(), MuonRefProducer::produce(), JetCoreClusterSplitter::produce(), RecoTauPiZeroUnembedder::produce(), ZMuMuTrackUserData::produce(), pat::PATJetSlimmer::produce(), CastorDigiToRaw::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), MuonLinksProducerForHLT::produce(), ME0SegmentProducer::produce(), PreshowerClusterProducer::produce(), PreshowerClusterShapeProducer::produce(), GEMPadDigiProducer::produce(), FastTrackerRecHitMaskProducer::produce(), PreshowerPhiClusterProducer::produce(), MVAJetPuIdProducer::produce(), pat::PATElectronSlimmer::produce(), MuonSelectionTypeValueMapProducer::produce(), PFMultiDepthClusterProducer::produce(), KFBasedPixelFitterProducer::produce(), ReducedESRecHitCollectionProducer::produce(), CandReducer::produce(), TrackFromPVSelector::produce(), GenTrackMatcher::produce(), BaseEvtVtxGenerator::produce(), CosmicSeedGenerator::produce(), ZllArbitrator::produce(), TtSemiEvtSolutionMaker::produce(), L1TTwinMuxProducer::produce(), TtSemiLepJetCombMVAComputer::produce(), EcalRecHitProducer::produce(), TtSemiLepSignalSelMVAComputer::produce(), PuppiPhoton::produce(), TauGenJetProducer::produce(), CTPPSPixelRawToDigi::produce(), CloneProducer< C >::produce(), CandidateTriggerObjectProducer::produce(), PFClusterProducer::produce(), ColinsSoperVariablesComputer::produce(), ObjectMultiplicityCounter< T >::produce(), HcalDigiToRaw::produce(), HcalHistogramRawToDigi::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), TtHadEvtSolutionMaker::produce(), DTRecSegment4DProducer::produce(), L2TauPixelIsoTagProducer::produce(), ShallowCloneProducer< C >::produce(), ChargedHadronPFTrackIsolationProducer::produce(), ZMuMuMuonUserData::produce(), PFDisplacedVertexProducer::produce(), ElectronIDValueMapProducer::produce(), EcalDetailedTimeRecHitProducer::produce(), RPCDigiProducer::produce(), pat::PATPhotonSlimmer::produce(), TrackInfoProducer::produce(), CAHitNtupletEDProducerT< T_Generator >::produce(), CTPPSLocalTrackLiteProducer::produce(), photonIsolationHIProducer::produce(), OtherObjectVariableComputer< T >::produce(), cms::MuonMET::produce(), SiPixelClusterShapeCacheProducer::produce(), HIProtoTrackFilterProducer::produce(), HLTPFJetIDProducer::produce(), HGCalRecHitProducer::produce(), PFClusterTimeAssigner::produce(), VertexCompositeCandidateCollectionSelector::produce(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), reco::CorrectedJetProducer< T >::produce(), ShiftedMETcorrInputProducer::produce(), TotemRPRecHitProducer::produce(), RPCUnpackingModule::produce(), MuonLinksProducer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), ElectronRecalibSuperClusterAssociator::produce(), PFDisplacedVertexCandidateProducer::produce(), GEMDigiProducer::produce(), ParticleTowerProducer::produce(), JVFJetIdProducer::produce(), GlobalTrackQualityProducer::produce(), RPCandIRPCDigiProducer::produce(), pat::RecoMETExtractor::produce(), DeltaBetaWeights::produce(), QjetsAdder::produce(), HiFJGridEmptyAreaCalculator::produce(), GsfElectronFromPVSelector::produce(), HectorProducer::produce(), pat::GenMETExtractor::produce(), CollectionCombiner< Collection >::produce(), NearbyCandCountComputer::produce(), HcalRawToDigi::produce(), FastTrackerRecHitCombiner::produce(), HiFJRhoProducer::produce(), HLTMuonL2SelectorForL3IO::produce(), cms::JetVertexAssociation::produce(), EcalDetIdToBeRecoveredProducer::produce(), BeamSpotOnlineProducer::produce(), SubdetFEDSelector::produce(), pat::PATTrackAndVertexUnpacker::produce(), EcalEBTrigPrimProducer::produce(), TotemRPClusterProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), EgammaHLTPFChargedIsolationProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), PiZeroDiscriminatorProducer::produce(), citk::PFIsolationSumProducerForPUPPI::produce(), RPCPackingModule::produce(), TopBottomClusterInfoProducer::produce(), CSCRecHitDProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), TriggerObjectFilterByCollection::produce(), ME0MuonTrackCollProducer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), CTPPSHectorProducer::produce(), MuonMETcorrInputProducer::produce(), pat::MatcherUsingTracks::produce(), HLTCaloTowerHtMhtProducer::produce(), MuonReSeeder::produce(), PuppiProducer::produce(), Type1PFMET::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), ShiftedParticleMETcorrInputProducer::produce(), VersionedIdProducer< PhysicsObjectPtr, SelectorType >::produce(), edm::FwdPtrProducer< T, H >::produce(), CTPPSDiamondLocalTrackFitter::produce(), EgammaHLTClusterShapeProducer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTPFNeutralIsolationProducer::produce(), PhotonCoreProducer::produce(), SiPixelDigiToRaw::produce(), cms::JetCorrectionProducer< T >::produce(), HGCalClusterProducer::produce(), EgammaHLTPFPhotonIsolationProducer::produce(), SysShiftMETcorrInputProducer::produce(), PFMET::produce(), PileupInformation::produce(), CSCDigiToRawModule::produce(), CSCTFPacker::produce(), ElectronConversionRejectionVars::produce(), SiPixelRawToDigi::produce(), SoftPFMuonTagInfoProducer::produce(), pat::L1MuonMatcher::produce(), sistrip::DigiToRawModule::produce(), edm::ProductFromFwdPtrProducer< T, H >::produce(), ConversionTrackMerger::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), InputGenJetsParticleSelector::produce(), pat::DuplicatedElectronCleaner::produce(), MuonShowerInformationProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), HcalTBObjectUnpacker::produce(), pat::PATVertexAssociationProducer::produce(), PFRecoTauProducer::produce(), TSGForOI::produce(), SiStripRegFEDSelector::produce(), Type0PFMETcorrInputProducer::produce(), SoftPFElectronTagInfoProducer::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), TtFullHadHypothesis::produce(), PFRecoTauTagInfoProducer::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), PFCandMETcorrInputProducer::produce(), HLTMhtProducer::produce(), HLTMETCleanerUsingJetID::produce(), PFTrackProducer::produce(), HLTTauMCProducer::produce(), pat::HLTL1MuonMatcher::produce(), NoPileUpPFMEtProducer::produce(), SimpleTrackListMerger::produce(), CastorRawToDigi::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), Merger< InputCollection, OutputCollection, P >::produce(), MultShiftMETcorrInputProducer::produce(), HLTHtMhtProducer::produce(), HSCPDeDxInfoProducer::produce(), DeDxHitInfoProducer::produce(), TrackListMerger::produce(), RecoTauJetRegionProducer::produce(), PixelVertexProducer::produce(), GEMChamberMasker::produce(), pat::PATPackedCandidateProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), SiStripElectronProducer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), EleIsoDetIdCollectionProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), MultShiftMETcorrDBInputProducer::produce(), MVAValueMapProducer< ParticleType >::produce(), ZdcHitReconstructor::produce(), HLTCaloJetIDProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), CaloTowerFromL1TCreatorForTauHLT::produce(), pat::PATJetUpdater::produce(), PFLinker::produce(), TotemRPLocalTrackFitter::produce(), TtSemiLepHypothesis::produce(), PFchsMETcorrInputProducer::produce(), ReducedRecHitCollectionProducer::produce(), TrackAssociatorEDProducer::produce(), citk::PFIsolationSumProducer::produce(), CorrMETDataExtractor::produce(), FastTrackerRecHitMatcher::produce(), CSCTFUnpacker::produce(), HLTmumutktkVtxProducer::produce(), ConvertedPhotonProducer::produce(), CTPPSDiamondRecHitProducer::produce(), HLTCollectionProducer< T >::produce(), CosmicsMuonIdProducer::produce(), WMuNuProducer::produce(), EcalBarrelClusterFastTimer::produce(), CaloTowerCreatorForTauHLT::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), AlCaEcalHcalReadoutsProducer::produce(), HLTTrackClusterRemoverNew::produce(), ShiftedParticleProducer::produce(), JetSubstructurePacker::produce(), EgammaSCCorrectionMaker::produce(), ClusterCompatibilityProducer::produce(), MuonDetCleaner< T1, T2 >::produce(), ConversionSeedFilterCharge::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), MixEvtVtxGenerator::produce(), CosmicTrackSelector::produce(), L1TMuonQualityAdjuster::produce(), ClusterTPAssociationProducer::produce(), TtEvtBuilder< C >::produce(), GlobalMuonProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), pat::PATLostTracks::produce(), CSCTriggerPrimitivesProducer::produce(), CaloCleaner< T >::produce(), PartonSelector::produce(), pat::PATConversionProducer::produce(), ZToLLEdmNtupleDumper::produce(), HcalRecHitRecalib::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), TtFullLepHypothesis::produce(), EgammaHLTR9IDProducer::produce(), HLTL1TMuonSelector::produce(), Onia2MuMuPAT::produce(), AlCaElectronTracksReducer::produce(), PFCTRecHitProducer::produce(), ME0ChamberMasker::produce(), SeedClusterRemoverPhase2::produce(), SeedClusterRemover::produce(), PFCand_AssoMap::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), PATHemisphereProducer::produce(), HiEgammaSCCorrectionMaker::produce(), HLTRechitInRegionsProducer< T1 >::produce(), SiStripFineDelayHit::produce(), ConversionTrackCandidateProducer::produce(), pat::PATMETProducer::produce(), VoronoiBackgroundProducer::produce(), PFPileUp::produce(), EcalTrigPrimProducer::produce(), pat::PATPackedGenParticleProducer::produce(), ECALRegFEDSelector::produce(), PrimaryVertexSorter< ParticlesCollection >::produce(), AlCaDiJetsProducer::produce(), modules::MuonCleanerBySegmentsT< T >::produce(), GamIsoDetIdCollectionProducer::produce(), L1TPhysicalEtAdder::produce(), AlCaGammaJetProducer::produce(), FakeTrackProducer< T >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), ObjectSelectorProducer< Selector, OutputCollection, PostProcessor, StoreManager, Base, Init >::produce(), PhotonProducer::produce(), cms::MuonMETValueMapProducer::produce(), pat::PATCleaner< PATObjType >::produce(), TrackMVAClassifierBase::produce(), TrackTimeValueMapProducer::produce(), EgammaHLTR9Producer::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), TrackerCleaner< T >::produce(), HBHENoiseFilterResultProducer::produce(), HLTmumutkVtxProducer::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), ScalersRawToDigi::produce(), pat::PATCompositeCandidateProducer::produce(), HLTTrackMETProducer::produce(), cms::HitReCalibrator::produce(), HLTScoutingCaloProducer::produce(), PFProducer::produce(), ConversionSeedFilter::produce(), JetPlusTrackProducer::produce(), RecoTauPiZeroProducer::produce(), HLTL1MuonNoL2Selector::produce(), MuPFIsoEmbedder::produce(), HLTJetCollForElePlusJets< T >::produce(), PixelVertexCollectionTrimmer::produce(), CastorJetIDProducer::produce(), GctDigiToRaw::produce(), SiStripElectronAssociator::produce(), HiGenCleaner< T2 >::produce(), TrackCandidateProducer::produce(), MinMETProducerT< T >::produce(), EgammaIsoESDetIdCollectionProducer::produce(), HITrackClusterRemover::produce(), TrackMCQuality::produce(), HLTL1MuonSelector::produce(), TrackCandidateTopBottomHitFilter::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), TestBXVectorRefProducer::produce(), PF_PU_AssoMap::produce(), DeltaRNearestObjectComputer< T >::produce(), l1t::L1ComparatorRun2::produce(), pat::PATGenericParticleProducer::produce(), MuonTimingProducer::produce(), OutsideInMuonSeeder::produce(), FromClusterSummaryMultiplicityProducer::produce(), HcalDigiToRawuHTR::produce(), MuMuForEmbeddingSelector::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), HGCalTrackCollectionProducer::produce(), pat::PATPFParticleProducer::produce(), L1GlobalTriggerRecordProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), NjettinessAdder::produce(), AlCaHcalNoiseProducer::produce(), CollectionMerger< T1, T2 >::produce(), HBHEPlan1Combiner::produce(), EventWithHistoryProducerFromL1ABC::produce(), NoPileUpPFMEtDataProducer::produce(), BoostedTauSeedsProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), HLTScoutingPFProducer::produce(), pat::PATMuonProducer::produce(), TrackAssociatorByPositionProducer::produce(), pat::TauJetCorrFactorsProducer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), CastorCellProducer::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), HLTRechitsToDigis::produce(), PhotonIDValueMapProducer::produce(), DTDigitizer::produce(), GEDPhotonProducer::produce(), PFSimParticleProducer::produce(), CorrectedCaloMETProducer::produce(), PFClusterMatchedToPhotonsSelector::produce(), EventShapeVarsProducer::produce(), L1Comparator::produce(), JetIDProducer::produce(), EcalRawToDigi::produce(), TrajectorySeedFromMuonProducer::produce(), VertexFromTrackProducer::produce(), QuickTrackAssociatorByHitsProducer::produce(), pat::PATTauProducer::produce(), CorrectedPATMETProducer::produce(), JetConstituentSelector< T, C >::produce(), HcalHitReconstructor::produce(), EgammaHLTNxNClusterProducer::produce(), L1TMuonLegacyConverter::produce(), TrackMultiSelector::produce(), TtJetPartonMatch< C >::produce(), InterestingDetIdFromSuperClusterProducer::produce(), InterestingDetIdCollectionProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), ExtraFromSeeds::produce(), ValueMapTraslator::produce(), ElectronSeedProducer::produce(), RecHitCorrector::produce(), pat::PATJetProducer::produce(), FFTJetVertexAdder::produce(), reco::PFMETProducerMVA::produce(), pat::MatcherByPulls< T >::produce(), HLTScoutingEgammaProducer::produce(), TauSpinnerCMS::produce(), DeepNNTagInfoProducer::produce(), ReducedEGProducer::produce(), MuScleFitMuonProducer::produce(), FFTJetPFPileupCleaner::produce(), L1TBMTFConverter::produce(), TrackAssociatorByChi2Producer::produce(), DeDxEstimatorProducer::produce(), SoftKillerProducer::produce(), MuonSegmentProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), FFTJetPileupEstimator::produce(), CaloTowersMerger::produce(), RecoTauProducer::produce(), PF_PU_FirstVertexTracks::produce(), GenHIEventProducer::produce(), HLTScoutingMuonProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), HiSpikeCleaner::produce(), AlCaECALRecHitReducer::produce(), EcalDigiToRaw::produce(), l1t::L1TCaloRCTToUpgradeConverter::produce(), ConversionTrackProducer::produce(), SeedToTrackProducer::produce(), CentralityBinProducer::produce(), PFTauSecondaryVertexProducer::produce(), MixBoostEvtVtxGenerator::produce(), HcalHitSelection::produce(), L2MuonSeedGeneratorFromL1T::produce(), AlCaHBHEMuonProducer::produce(), TrackFromSeedProducer::produce(), MultiplicityProducer< T >::produce(), PatJPsiProducer::produce(), CastorClusterProducer::produce(), CaloRecHitsBeamHaloCleaned::produce(), NuclearSeedsEDProducer::produce(), ConditionDumperInEdm::produce(), PileupJetIdProducer::produce(), CastorTowerProducer::produce(), L1TMuonCaloSumProducer::produce(), L1TCaloUpgradeToGCTConverter::produce(), HiL1Subtractor::produce(), TcdsRawToDigi::produce(), Phase2ITPixelClusterProducer::produce(), NuclearInteractionEDProducer::produce(), TrackAssociatorByHitsProducer::produce(), HLTPrescaleRecorder::produce(), L1GTEvmDigiToRaw::produce(), L1TExtCondLegacyToStage2::produce(), ObjectViewMatcher< T1, T2 >::produce(), PFRecoTauChargedHadronProducer::produce(), L1TMicroGMTInputProducerFromGen::produce(), PrimaryVertexProducer::produce(), PFCand_NoPU_WithAM::produce(), pat::PATPhotonProducer::produce(), BetaBoostEvtVtxGenerator::produce(), GenJetBCEnergyRatio::produce(), L2MuonSeedGenerator::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), pat::PATElectronProducer::produce(), CorrectedECALPFClusterProducer::produce(), SiPixelClusterProducer::produce(), reco::CentralityProducer::produce(), JetPlusTrackProducerAA::produce(), pat::PATTriggerEventProducer::produce(), FastPrimaryVertexWithWeightsProducer::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), ObjectViewCleaner< T >::produce(), L1GTDigiToRaw::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), L1TMuonEndCapTrackProducer::produce(), TrackAlgoCompareUtil::produce(), HighPtTrackEcalDetIdProducer::produce(), PFTauTransverseImpactParameters::produce(), BoostedJetMerger::produce(), SimPFProducer::produce(), RPCChamberMasker::produce(), APVCyclePhaseProducerFromL1ABC::produce(), HFPhase1Reconstructor::produce(), RecoTauCleanerImpl< Prod >::produce(), ME0ReDigiProducer::produce(), PixelJetPuId::produce(), PFEGammaProducer::produce(), TrackExtrapolator::produce(), L1TStage2Layer2Producer::produce(), CorrectedPFMETProducer::produce(), APVCyclePhaseProducerFromL1TS::produce(), GenFilterEfficiencyProducer::produce(), FlavorHistoryProducer::produce(), CTPPSSimHitProducer::produce(), reco::BeamHaloSummaryProducer::produce(), sistrip::FEDEmulatorModule::produce(), L1TMuonProducer::produce(), CorrectedPatMETProducer::produce(), GenHFHadronMatcher::produce(), ShiftedParticleProducerT< T >::produce(), L1TCaloLayer1::produce(), l1t::GenToInputProducer::produce(), l1t::BXVectorInputProducer::produce(), HiEvtPlaneFlatProducer::produce(), DeepCMVATagInfoProducer::produce(), ShallowGainCalibration::produce(), pat::PATTriggerProducer::produce(), ReduceHcalRecHitCollectionProducer::produce(), BoostedDoubleSVProducer::produce(), TrackClusterSplitter::produce(), CTPPSFastTrackingProducer::produce(), PhotonRegressionValueMapProducer::produce(), PFElecTkProducer::produce(), pat::JetCorrFactorsProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), CATopJetTagger::produce(), ElectronRegressionValueMapProducer::produce(), ME0MuonConverter::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), DeepFlavourJetTagsProducer::produce(), JetDeltaRValueMapProducer< T, C >::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), L1TStage2Layer1Producer::produce(), ProduceIsolationMap::produce(), ClusterSummaryProducer::produce(), MuonMCClassifier::produce(), CTPPSRecHitProducer::produce(), PFTauPrimaryVertexProducer::produce(), ConversionProducer::produce(), cms::CosmicTrackFinder::produce(), cms::SiPixelRecHitConverter::produce(), reco::modules::TrackerTrackHitFilter::produce(), L1TStage1Layer2Producer::produce(), FastPrimaryVertexProducer::produce(), MuonSimHitProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), GoodSeedProducer::produce(), TrajectorySeedProducer::produce(), EmbeddingLHEProducer::produce(), ME0SegmentMatcher::produce(), GenTtbarCategorizer::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), HadronAndPartonSelector::produce(), GenParticleProducer::produce(), BoostedTopProducer::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), VirtualJetProducer::produce(), ShiftedJetProducerT< T, Textractor >::produce(), reco::HcalHaloDataProducer::produce(), CorrectedMETProducerT< T >::produce(), reco::modules::JetFlavourIdentifier::produce(), AlCaIsoTracksProducer::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), Type2CorrectionProducer::produce(), EgammaHLTPixelMatchVarProducer::produce(), ChainedJetCorrectorProducer::produce(), JetCleanerForType1METT< T, Textractor >::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), reco::CSCHaloDataProducer::produce(), IPProducer< Container, Base, Helper >::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), JetFlavourClustering::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), TopProjector< Top, Bottom, Matcher >::produce(), AlCaHOCalibProducer::produce(), EvtPlaneProducer::produce(), reco::GlobalHaloDataProducer::produce(), SiStripClusterizerFromRaw::produce(), HBHEPhase1Reconstructor::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(), L1MuBMSectorReceiver::receiveBBMXData(), l1t::GlobalBoard::receiveCaloObjectData(), L1MuDTSectorReceiver::receiveCSCData(), L1MuDTEtaProcessor::receiveData(), L1MuBMEtaProcessor::receiveData(), L1MuDTSectorReceiver::receiveDTBXData(), l1t::GlobalBoard::receiveExternalData(), l1t::GlobalBoard::receiveMuonObjectData(), SiStripMonitorTrack::RecHitInfo(), HcalDigiTester::reco(), HcalDigisValidation::reco(), MuonTrackingRegionBuilder::region(), MuonTrackingRegionBuilder::regions(), L3MumuTrackingRegion::regions(), HIMuonTrackingRegionProducer::regions(), GlobalTrackingRegionWithVerticesProducer::regions(), HITRegionalPixelSeedGenerator::regions(), GlobalTrackingRegionProducerFromBeamSpot::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), TauRegionalPixelSeedGenerator::regions(), HITrackingRegionForPrimaryVtxProducer::regions(), PointSeededTrackingRegionsProducer::regions(), CandidateSeededTrackingRegionsProducer::regions(), RunManagerMTWorker::resetGenParticleId(), RunManager::resetGenParticleId(), CutsIsolatorWithCorrection::result(), l1t::L1TGlobalUtil::retrieveL1Event(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), TTClusterBuilder< T >::RetrieveRawHits(), CutBasedElectronID::robustSelection(), GenericTripletGenerator::run(), GenericPairGenerator::run(), BeamHaloPairGenerator::run(), PixelTrackReconstruction::run(), PFEGammaToCandidateRemapper::run(), tnp::TagProbePairMaker::run(), EcalRecHitWorkerRecover::run(), EgammaHLTPixelMatchElectronAlgo::run(), AnalyticalTrackSelector::run(), PixelUnpackingRegions::run(), MultiTrackSelector::run(), ElectronSeedGenerator::run(), HIMultiTrackSelector::run(), L1MuDTTrackFinder::run(), L1MuBMTrackFinder::run(), SiStripElectronSeedGenerator::run(), HGCalTriggerBackend::HGCalTriggerSimCluster< FECODEC, DATA >::run(), pat::helper::AnyNumberAssociationAdaptor::run_(), EcalDQMonitorTask::runOnCollection(), SeedFilter::seeds(), HLTLevel1GTSeed::seedsL1Extra(), HLTL1TSeed::seedsL1TriggerObjectMaps(), 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(), SelectionStepHLT< Object >::select(), SelectionStep< Object >::select(), DualByL2TSG::selectTSG(), SelectionStepHLT< Object >::selectVertex(), SelectionStep< Object >::selectVertex(), L1Analysis::L1AnalysisEvent::Set(), EcalUncalibRecHitWorkerMultiFit::set(), ClusterShapeTrajectoryFilter::setEvent(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), BaselinePFSCRegression::setEvent(), SCEnergyCorrectorSemiParm::setEvent(), TSGFromPropagation::setEvent(), EGExtraInfoModifierFromDB::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), EGPfIsolationModifierFromValueMaps::setEvent(), FastTSGFromPropagation::setEvent(), reco::tau::RecoTauVertexAssociator::setEvent(), EGFull5x5ShowerShapeModifierFromValueMaps::setEvent(), ConversionSeedFinder::setEvent(), EGExtraInfoModifierFromValueMaps< MapType, OutputType >::setEvent(), TrackAnalyzer::setLumi(), TrackingMonitor::setNclus(), TrackAnalyzer::setNumberOfGoodVertices(), VoronoiSubtractor::setupGeometryMap(), ParametrizedSubtractor::setupGeometryMap(), SimHitMatcher::SimHitMatcher(), HGCalTriggerNtupleHGCDigis::simhits(), SiStripZeroSuppression::StandardZeroSuppression(), IsoTrig::studyTiming(), ClusterChecker::tooManyClusters(), TrackerHitAssociator::TrackerHitAssociator(), FastTSGFromIOHit::trackerSeeds(), TrackingParticleNumberOfLayers::TrackingParticleNumberOfLayers(), TrackCollectionTokens::tracks(), SiStripMonitorTrack::trackStudy(), TrackCollectionTokens::trajectories(), DTLocalTriggerTask::triggerSource(), SimpleCosmicBONSeeder::triplets(), GenericSimClusterMapper::updateEvent(), MeasurementTrackerEventProducer::updatePhase2OT(), MeasurementTrackerEventProducer::updatePixels(), MeasurementTrackerEventProducer::updateStrips(), 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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
def move(src, dest)
Definition: eostools.py:510
template<typename PROD >
bool Event::getByToken ( EDGetTokenT< PROD token,
Handle< PROD > &  result 
) const

Definition at line 470 of file Event.h.

References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), eostools::move(), PROD, edm::PRODUCT_TYPE, and edm::HandleBase::provenance().

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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
#define PROD(A, B)
def move(src, dest)
Definition: eostools.py:510
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(), h, eostools::move(), mps_fire::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
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
def move(src, dest)
Definition: eostools.py:510
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(), h, eostools::move(), mps_fire::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
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
def move(src, dest)
Definition: eostools.py:510
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 225 of file Event.cc.

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

225  {
226  BasicHandle h = this->getByProductID_(pid);
227  if(h.isValid()) {
228  addToGotBranchIDs(*(h.provenance()));
229  }
230  return h;
231  }
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:113
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 mps_update::results.

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

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:297
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void getManyByType(std::vector< Handle< PROD > > &results, ModuleCallingContext const *mcc) const
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:201
bool Event::getProcessParameterSet ( std::string const &  processName,
ParameterSet ps 
) const

Definition at line 101 of file Event.cc.

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

102  {
103  ProcessConfiguration config;
104  bool process_found = processHistory().getConfigurationForProcess(processName, config);
105  if(process_found) {
106  pset::Registry::instance()->getMapped(config.parameterSetID(), ps);
107  assert(!ps.empty());
108  }
109  return process_found;
110  }
bool getConfigurationForProcess(std::string const &name, ProcessConfiguration &config) const
bool getMapped(key_type const &k, value_type &result) const
Definition: Registry.cc:18
virtual ProcessHistory const & processHistory() const
Definition: Event.cc:206
static Registry * instance()
Definition: Registry.cc:12
Provenance Event::getProvenance ( BranchID const &  theID) const
Provenance Event::getProvenance ( ProductID const &  theID) const

Definition at line 86 of file Event.cc.

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

86  {
88  }
Provenance getProvenance(ProductID const &pid, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext_
Definition: Event.h:297
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:51
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 134 of file Event.h.

References diffTwoXMLs::label, modifiedElectrons_cfi::processName, mps_fire::result, mps_update::results, findQualityFiles::size, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and edm::triggerResults().

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

134 {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 AlCaHLTBitMon_ParallelJobs::p, and PROD.

402  {
403  PROD* p = nullptr;
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:273
ProductID makeProductID(BranchDescription const &desc) const
Definition: Event.cc:61
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 227 of file Event.h.

Referenced by TrackerHitAssociator::makeMaps().

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

Definition at line 61 of file Event.cc.

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

61  {
62  return eventPrincipal().branchIDToProductID(desc.originalBranchID());
63  }
ProductID branchIDToProductID(BranchID const &bid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:51
ModuleCallingContext const* edm::Event::moduleCallingContext ( ) const
inline

Definition at line 225 of file Event.h.

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

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

Implements edm::EventBase.

Definition at line 206 of file Event.cc.

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

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

206  {
207  return provRecorder_.processHistory();
208  }
ProcessHistory const & processHistory() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
ProcessHistoryID const & Event::processHistoryID ( ) const

Definition at line 76 of file Event.cc.

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

76  {
78  }
ProcessHistoryID const & processHistoryID() const
Definition: Principal.h:139
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:51
EDProductGetter const & Event::productGetter ( ) const
template<typename PROD >
OrphanHandle<PROD> edm::Event::put ( std::unique_ptr< PROD product)
inline

Put a new product.

Definition at line 122 of file Event.h.

References eostools::move(), put(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by cms::HTTTopJetProducer::addHTTTopJetTagInfoCollection(), HLTRFilter::addObjects(), cms::Phase2TrackerDigitizer::addOuterTrackerCollection(), cms::Phase2TrackerDigitizer::addPixelCollection(), edm::HiMixingWorker< T >::addSignals(), FFTJetCorrectionProducer::applyCorrections(), FFTJetPatRecoProducer::buildDenseProduct(), FFTJetPatRecoProducer::buildSparseProduct(), Multi5x5ClusterProducer::clusterizeECALPart(), CosmicClusterProducer::clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer::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(), PATTauDiscriminationAgainstElectronMVA6::endEvent(), PFRecoTauDiscriminationAgainstElectronMVA6::endEvent(), PFRecoTauDiscriminationAgainstElectronMVA5::endEvent(), PFRecoTauDiscriminationByIsolationMVA2::endEvent(), PFRecoTauDiscriminationByMVAIsolationRun2::endEvent(), PATTauDiscriminationByMVAIsolationRun2::endEvent(), VariableNTupler::fill(), StringBasedNTupler::fill(), CSCTightHalo2015Filter::filter(), CSCTightHaloFilter::filter(), CSCTightHaloTrkMuUnvetoFilter::filter(), GlobalSuperTightHalo2016Filter::filter(), GlobalTightHalo2016Filter::filter(), HcalStripHaloFilter::filter(), EENoiseFilter::filter(), cms::MTCCHLTrigger::filter(), BadGlobalMuonTagger::filter(), JetIDFailureFilter::filter(), TrackingFailureFilter::filter(), HSCParticleSelector::filter(), cms::TrackMTCCFilter::filter(), HLTHcalMETNoiseCleaner::filter(), cms::TECClusterFilter::filter(), cms::ClusterMTCCFilter::filter(), CandViewRefRandomSelector::filter(), Tau3MuSkim::filter(), MCPdgIndexFilter::filter(), PhotonIsoProducer::filter(), ElectronIdMVAProducer::filter(), MultiEventFilter::filter(), GreedyMuonPFCandidateFilter::filter(), BadParticleFilter::filter(), ChargedHadronTrackResolutionFilter::filter(), InconsistentMuonPFCandidateFilter::filter(), MuonBadTrackFilter::filter(), ElectronRegressionEnergyProducer::filter(), pat::PATSingleVertexSelector::filter(), HLTRHemisphere::filter(), PFTauViewRefSelector::filter(), EcalLaserCorrFilter::filter(), LogErrorEventFilter::filter(), RemovePileUpDominatedEventsGen::filter(), edm::FwdPtrCollectionFilter< T, S, H >::filter(), RecoTauPileUpVertexSelector::filter(), pat::PATJetSelector::filter(), EEBadScFilter::filter(), MCZll::filter(), BVertexFilterT< VTX >::filter(), ConfigurableAnalysis::filter(), MCVerticesWeight::filter(), JetVertexChecker::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), ByMultiplicityEventFilter< T >::filter(), HcalLaserEventFilter::filter(), HSCParticleProducer::filter(), ElectronIdFilter::filter(), aod2patFilterZee::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), ElectronIdMVABased::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), FlavorHistoryFilter::filter(), EcalDeadCellDeltaRFilter::filter(), ZeeCandidateFilter::filter(), CastorDigiProducer::finalizeEvent(), HcalTBDigiProducer::finalizeEvent(), RecoTrackAccumulator::finalizeEvent(), cms::PileupVertexAccumulator::finalizeEvent(), HcalDigitizer::finalizeEvent(), SiStripDigitizer::finalizeEvent(), cms::SiPixelDigitizer::finalizeEvent(), HGCDigitizer::finalizeEvent(), ftl_digitizer::FTLDigitizer< SensorPhysics, ElectronicsSim >::finalizeEvent(), HLTDeDxFilter::hltFilter(), HLTMuonPFIsoFilter::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), ShallowDigisProducer::insert(), gen::Pythia6Gun::loadEvent(), EgammaHLTNxNClusterProducer::makeNxNClusters(), TrackMergeremb< T1 >::merg_and_put(), SiStripZeroSuppression::MergeCollectionsZeroSuppression(), HcalSimpleReconstructor::process(), MultiTrackSelector::processMVA(), HIMultiTrackSelector::processMVA(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), TtGenEventReco::produce(), MaskedMeasurementTrackerEventProducer::produce(), TTClusterAssociator< T >::produce(), TTTrackAssociator< T >::produce(), TTStubAssociator< T >::produce(), StGenEventReco::produce(), ShallowEventDataProducer::produce(), SiStripRecHitConverter::produce(), TTClusterBuilder< T >::produce(), PixelVertexProducerMedian::produce(), PatElectronEAIsoCorrectionProducer::produce(), HcalPatternSource::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), DoubleProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), FixedGridRhoProducer::produce(), HcalLaserEventFiltProducer2012::produce(), TTStubBuilder< T >::produce(), CandPtrProjector::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), VZeroProducer::produce(), CrossingFramePSimHitToPSimHitsConverter::produce(), edm::FileRandomKEThetaGunProducer::produce(), HIBestVertexProducer::produce(), HIPixelMedianVtxProducer::produce(), ShallowTracksProducer::produce(), InterestingEcalDetIdProducer::produce(), HepMCCopy::produce(), PATTauIDEmbedder::produce(), ClusterCheckerEDProducer::produce(), QualityFilter::produce(), HcalTTPTriggerRecord::produce(), HFEMClusterProducer::produce(), TrackingParticleConversionRefSelector::produce(), edm::RandomtXiGunProducer::produce(), BasicToPFJet::produce(), CastorSimpleReconstructor::produce(), PixelVertexProducerClusters::produce(), JetChargeProducer::produce(), RazorVarProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), SeedingLayersEDProducer::produce(), PileupSummaryInfoSlimmer::produce(), CastorTTRecord::produce(), HcalTTPDigiProducer::produce(), ElectronSqPtTkIsolationProducer::produce(), TtSemiLepJetCombMaxSumPtWMass::produce(), MuonSelectorVertex::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), ECFAdder::produce(), FixedGridRhoProducerFastjet::produce(), HcalLaserReco::produce(), FTLRecHitProducer::produce(), FTLUncalibratedRecHitProducer::produce(), HGCalUncalibRecHitProducer::produce(), TrackListCombiner::produce(), GenParticleDecaySelector::produce(), ConversionTrackRefFix::produce(), AlphaTVarProducer::produce(), MeasurementTrackerEventProducer::produce(), SeedCombiner::produce(), MassKinFitterCandProducer::produce(), TrackingParticleNumberOfLayersProducer::produce(), TopInitSubset::produce(), DistortedMETProducer::produce(), TtSemiLepJetCombGeom::produce(), TtSemiLepJetCombWMassMaxSumPt::produce(), IsoTracks::produce(), EgammaHLTTimeCleanedRechitProducer::produce(), DTDigiToRawModule::produce(), ShallowRechitClustersProducer::produce(), ElectronSeedMerger::produce(), PhotonConversionTrajectorySeedProducerFromQuadruplets::produce(), SeedGeneratorFromRegionHitsEDProducer::produce(), JetCollectionReducerT< T >::produce(), HcalTrigPrimDigiProducer::produce(), CSCDigiProducer::produce(), CollectionFromZLegProducer::produce(), EventVtxInfoNtupleDumper::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), CSCTFCandidateProducer::produce(), ParticleDecayProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), ValidHitPairFilterProducer::produce(), EcalTBHodoscopeRecInfoProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), PhotonConversionTrajectorySeedProducerFromSingleLeg::produce(), GeneratorSmearedProducer::produce(), PFMatchedCandidateRefExtractor::produce(), CalibratedPhotonProducerRun2T< T >::produce(), TrackingParticleBHadronRefSelector::produce(), StEvtSolutionMaker::produce(), UnifiedSCCollectionProducer::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), ShallowSimhitClustersProducer::produce(), ShallowTrackClustersProducer::produce(), TtDilepEvtSolutionMaker::produce(), CosmicMuonLinksProducer::produce(), PFConcretePFCandidateProducer::produce(), PixelTrackFilterByKinematicsProducer::produce(), DQMTauProducer::produce(), PFTauToJetProducer::produce(), PFJetToCaloProducer::produce(), CRackSeedGenerator::produce(), pat::PATVertexSlimmer::produce(), MuonTrackProducer::produce(), TtSemiLepJetCombWMassDeltaTopMass::produce(), bestPVselector::produce(), DistortedMuonProducerFromDB::produce(), SiStripElectronSeedProducer::produce(), MuonWithPFIsoProducer::produce(), PhotonIDProducer::produce(), ESRawToDigi::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), EcalUncalibRecHitProducer::produce(), ESRecHitProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), CandOneToOneDeltaRMatcher::produce(), DiJetVarProducer::produce(), EmptySimHits::produce(), VertexAssociatorByTracksProducer::produce(), UncleanSCRecoveryProducer::produce(), DistortedPFCandProducer::produce(), IPTCorrector::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), JetExtender::produce(), JetTracksAssociatorAtVertex::produce(), JetTracksAssociatorExplicit::produce(), EcalRecalibRecHitProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), DistortedMuonProducer::produce(), RawDataCollectorByLabel::produce(), QuarkoniaTrackSelector::produce(), CandViewRefMerger::produce(), ClusterShapeTrackFilterProducer::produce(), CandOneToManyDeltaRMatcher::produce(), L2TauJetsMerger::produce(), CastorFastTowerProducer::produce(), pat::PATMETSlimmer::produce(), MultiHitFromChi2EDProducer::produce(), HcalRealisticZS::produce(), HcalSimpleAmplitudeZS::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), TrackProducerWithSCAssociation::produce(), edm::ExpoRandomPGunProducer::produce(), HIPixelTrackFilterProducer::produce(), cms::SubEventGenJetProducer::produce(), HcalCalibFEDSelector::produce(), PFClusterTimeSelector::produce(), PixelQuadrupletEDProducer::produce(), L1HLTJetsMatching::produce(), L1THLTTauMatching::produce(), FamosProducer::produce(), CastorFastClusterProducer::produce(), RecoTauEventFlagProducer::produce(), pat::PATTauSlimmer::produce(), OscarProducer::produce(), GEMPadDigiClusterProducer::produce(), MCTrackMatcher::produce(), UpdatedMuonInnerTrackRef::produce(), CleanAndMergeProducer::produce(), EcalRecHitsMerger::produce(), ISRGammaWeightProducer::produce(), HLTJetL1MatchProducer< T >::produce(), EgammaHLTHybridClusterProducer::produce(), ESRecHitsMerger::produce(), VertexAssociatorByPositionAndTracksProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), CSCTFTrackProducer::produce(), HBHEIsolatedNoiseReflagger::produce(), CollectionAdder< C >::produce(), CSCSegmentProducer::produce(), BunchSpacingProducer::produce(), HGCalTriggerDigiFEReproducer::produce(), HGCalTriggerDigiProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), GenParticlePruner::produce(), L1HLTTauMatching::produce(), PFMuonUntagger::produce(), ElectronSeedTrackRefFix::produce(), EcalTBWeightUncalibRecHitProducer::produce(), ME0DigiPreRecoProducer::produce(), CalibratedElectronProducerRun2T< T >::produce(), EcalDigiSelector::produce(), AnyJetToCaloJetProducer::produce(), MuonFromPVSelector::produce(), HFRecoEcalCandidateProducer::produce(), HLTHFRecoEcalCandidateProducer::produce(), FSRWeightProducer::produce(), HLTJetL1TMatchProducer< T >::produce(), ISRWeightProducer::produce(), ShallowClustersProducer::produce(), ParticleBasedIsoProducer::produce(), HLTTauRefCombiner::produce(), DTUnpackingModule::produce(), HIPixelClusterVtxProducer::produce(), EcalTPSkimmer::produce(), RPCPointProducer::produce(), ME0TriggerProducer::produce(), PFClusterCollectionMerger::produce(), LightPFTrackProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), L2TauPixelTrackMatch::produce(), pat::PackedPFCandidateRefMixer::produce(), pat::PATSecondaryVertexSlimmer::produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::produce(), SimHitTPAssociationProducer::produce(), ME0PadDigiProducer::produce(), HybridClusterProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), RecHitFilter::produce(), TtFullLepKinSolutionProducer::produce(), PdfWeightProducer::produce(), CSCDCCUnpacker::produce(), HcalTBSource::produce(), ESDigiToRaw::produce(), ScaleCorrMETData::produce(), HLTScoutingPrimaryVertexProducer::produce(), reco::ParticleFlowForChargedMETProducer::produce(), L3MuonSumCaloPFIsolationProducer::produce(), CaloMuonMerger::produce(), PFConversionProducer::produce(), PFV0Producer::produce(), PixelQuadrupletMergerEDProducer::produce(), SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::produce(), StoreSecondary::produce(), ConeIsolation::produce(), JetVetoedTracksAssociatorAtVertex::produce(), JetTagProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), HLTHcalTowerNoiseCleaner::produce(), HLTHcalTowerNoiseCleanerWithrechit::produce(), JetTracksAssociationToTrackRefs::produce(), EgammaElectronTkNumIsolationProducer::produce(), ElectronIDExternalProducer< algo >::produce(), PileupJPTJetIdProducer::produce(), PUFilter::produce(), CaloTowerCandidateCreator::produce(), CaloTowersCreator::produce(), ZdcSimpleReconstructor::produce(), CaloMuonProducer::produce(), TSGFromL1Muon::produce(), TSGFromL2Muon::produce(), PFRecHitProducer::produce(), PFElectronTranslator::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), PFTauViewRefMerger::produce(), CandViewRefTriggerBiasRemover::produce(), PixelTracksProducer::produce(), PFCandidateMuonUntagger::produce(), RHStopTracer::produce(), ProbeMulteplicityProducer::produce(), ElectronPATIdMVAProducer::produce(), EgammaHLTCaloTowerProducer::produce(), EgammaEcalPFClusterIsolationProducer< T1 >::produce(), EgammaHcalPFClusterIsolationProducer< T1 >::produce(), GEDPhotonCoreProducer::produce(), SiStripProcessedRawDigiProducer::produce(), GEMCSCSegmentProducer::produce(), GEMSegmentProducer::produce(), JetCoreClusterSplitter::produce(), MuonRefProducer::produce(), NtpProducer< C >::produce(), LmfSource::produce(), FastTSGFromL2Muon::produce(), AlignmentPrescaler::produce(), RecoTauPiZeroUnembedder::produce(), pat::PATGenJetSlimmer::produce(), pat::PATMuonSlimmer::produce(), TrackingRegionEDProducerT< T_TrackingRegionProducer >::produce(), edm::CosMuoGenProducer::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), GEMPadDigiProducer::produce(), PreshowerClusterShapeProducer::produce(), ZMuMuTrackUserData::produce(), StripCompactDigiSimLinksProducer::produce(), GenTrackMatcher::produce(), TtSemiEvtSolutionMaker::produce(), TtSemiLepJetCombMVAComputer::produce(), PreshowerClusterProducer::produce(), ReducedESRecHitCollectionProducer::produce(), ZllArbitrator::produce(), TrackFromPVSelector::produce(), CastorDigiToRaw::produce(), BaseEvtVtxGenerator::produce(), MVAJetPuIdProducer::produce(), EcalRecHitProducer::produce(), ME0SegmentProducer::produce(), TtSemiLepSignalSelMVAComputer::produce(), L1TTwinMuxProducer::produce(), MuonLinksProducerForHLT::produce(), MuonSelectionTypeValueMapProducer::produce(), PFMultiDepthClusterProducer::produce(), CandReducer::produce(), TrackFitterProducer::produce(), KFBasedPixelFitterProducer::produce(), PreshowerPhiClusterProducer::produce(), pat::PATElectronSlimmer::produce(), FastTrackerRecHitMaskProducer::produce(), pat::PATJetSlimmer::produce(), CosmicSeedGenerator::produce(), ColinsSoperVariablesComputer::produce(), PuppiPhoton::produce(), TtHadEvtSolutionMaker::produce(), SiPixelFedFillerWordEventNumber::produce(), CTPPSPixelRawToDigi::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), DTNewROS8FileReader::produce(), HcalDigiToRaw::produce(), EcalDetailedTimeRecHitProducer::produce(), HcalHistogramRawToDigi::produce(), CandidateTriggerObjectProducer::produce(), CloneProducer< C >::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), ShallowCloneProducer< C >::produce(), RawDataSelector::produce(), ZMuMuMuonUserData::produce(), PFClusterProducer::produce(), ChargedHadronPFTrackIsolationProducer::produce(), PFDisplacedVertexProducer::produce(), FRDStreamSource::produce(), PixelFitterByHelixProjectionsProducer::produce(), L2TauPixelIsoTagProducer::produce(), TauGenJetProducer::produce(), ObjectMultiplicityCounter< T >::produce(), RecoTauPiZeroFlattener::produce(), LHECOMWeightProducer::produce(), TrackInfoProducer::produce(), RPCDigiProducer::produce(), TrackerHitProducer::produce(), CTPPSLocalTrackLiteProducer::produce(), OtherObjectVariableComputer< T >::produce(), HLTPFJetIDProducer::produce(), edm::MCFileSource::produce(), photonIsolationHIProducer::produce(), HIProtoTrackFilterProducer::produce(), DTTrackFinder::produce(), HGCalRecHitProducer::produce(), cms::MuonMET::produce(), L1TMuonBarrelTrackProducer::produce(), SiPixelClusterShapeCacheProducer::produce(), CAHitNtupletEDProducerT< T_Generator >::produce(), pat::PATPhotonSlimmer::produce(), BeamSpotProducer::produce(), GEMDigiProducer::produce(), RPCandIRPCDigiProducer::produce(), HectorProducer::produce(), TotemRPRecHitProducer::produce(), PFClusterTimeAssigner::produce(), EgammaHLTPixelMatchElectronProducers::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), HiFJGridEmptyAreaCalculator::produce(), VertexCompositeCandidateCollectionSelector::produce(), ParticleTowerProducer::produce(), DTROS8FileReader::produce(), EcalDCCTBUnpackingModule::produce(), reco::CorrectedJetProducer< T >::produce(), QjetsAdder::produce(), GsfElectronFromPVSelector::produce(), ZMuMuUserDataOneTrack::produce(), ElectronRecalibSuperClusterAssociator::produce(), JVFJetIdProducer::produce(), GlobalTrackQualityProducer::produce(), MuonLinksProducer::produce(), TkAlCaOverlapTagger::produce(), RPCUnpackingModule::produce(), PFDisplacedVertexCandidateProducer::produce(), DeltaBetaWeights::produce(), ZMuMuUserData::produce(), pat::RecoMETExtractor::produce(), ShiftedMETcorrInputProducer::produce(), NearbyCandCountComputer::produce(), EcalListOfFEDSProducer::produce(), CollectionCombiner< Collection >::produce(), pat::GenMETExtractor::produce(), HiFJRhoProducer::produce(), DTDDUFileReader::produce(), cms::JetVertexAssociation::produce(), EcalDCCTB07UnpackingModule::produce(), EcalDetIdToBeRecoveredProducer::produce(), HcalRawToDigi::produce(), HLTMuonL2SelectorForL3IO::produce(), FastTrackerRecHitCombiner::produce(), reco::tautools::CopyProducer< Collection >::produce(), BeamSpotOnlineProducer::produce(), OscarMTProducer::produce(), SubdetFEDSelector::produce(), TotemRPClusterProducer::produce(), PiZeroDiscriminatorProducer::produce(), LaserAlignmentProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), EgammaHLTPFChargedIsolationProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), ESListOfFEDSProducer::produce(), CTPPSHectorProducer::produce(), ME0MuonTrackCollProducer::produce(), RandomEngineStateProducer::produce(), DTROS25FileReader::produce(), HLTCaloTowerHtMhtProducer::produce(), L1GctInternJetProducer::produce(), MuonMETcorrInputProducer::produce(), CSCRecHitDProducer::produce(), TopBottomClusterInfoProducer::produce(), RPCPackingModule::produce(), TriggerObjectFilterByCollection::produce(), citk::PFIsolationSumProducerForPUPPI::produce(), HLTDisplacedmumumuVtxProducer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), MuonReSeeder::produce(), pat::PATTrackAndVertexUnpacker::produce(), EcalEBTrigPrimProducer::produce(), VersionedIdProducer< PhysicsObjectPtr, SelectorType >::produce(), Type1PFMET::produce(), PuppiProducer::produce(), EcalSimHitsValidProducer::produce(), EgammaHLTClusterShapeProducer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTPFNeutralIsolationProducer::produce(), EgammaHLTPFPhotonIsolationProducer::produce(), PhotonCoreProducer::produce(), ShiftedParticleMETcorrInputProducer::produce(), DTSpyReader::produce(), cms::JetCorrectionProducer< T >::produce(), SysShiftMETcorrInputProducer::produce(), HGCalClusterProducer::produce(), edm::FwdPtrProducer< T, H >::produce(), CTPPSDiamondLocalTrackFitter::produce(), SiPixelDigiToRaw::produce(), ImpactParameter::produce(), PFMET::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), ElectronConversionRejectionVars::produce(), HLTDisplacedmumuVtxProducer::produce(), SiStripRegFEDSelector::produce(), PFRecoTauProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), ConversionTrackMerger::produce(), CSCTFPacker::produce(), CSCDigiToRawModule::produce(), InputGenJetsParticleSelector::produce(), MuonShowerInformationProducer::produce(), Type0PFMETcorrInputProducer::produce(), DigiSimLinkProducer::produce(), edm::ProductFromFwdPtrProducer< T, H >::produce(), TSGForOI::produce(), pat::L1MuonMatcher::produce(), SiPixelRawToDigi::produce(), sistrip::DigiToRawModule::produce(), pat::PATVertexAssociationProducer::produce(), cms::ReconstructerFP420::produce(), CaloRecoTauProducer::produce(), pat::DuplicatedElectronCleaner::produce(), SoftPFMuonTagInfoProducer::produce(), HcalTBObjectUnpacker::produce(), TtFullHadHypothesis::produce(), TriggerSummaryProducerRAW::produce(), HLTMETCleanerUsingJetID::produce(), HLTMhtProducer::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), HLTTauMCProducer::produce(), PFCandMETcorrInputProducer::produce(), PFTrackProducer::produce(), DaqFakeReader::produce(), PFRecoTauTagInfoProducer::produce(), pat::HLTL1MuonMatcher::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), SoftPFElectronTagInfoProducer::produce(), HSCPDeDxInfoProducer::produce(), HLTHtMhtProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), DeDxHitInfoProducer::produce(), CastorRawToDigi::produce(), PFTauMVAInputDiscriminantTranslator::produce(), DTTFFEDSim::produce(), MultShiftMETcorrInputProducer::produce(), Merger< InputCollection, OutputCollection, P >::produce(), NoPileUpPFMEtProducer::produce(), GtPsbTextToDigi::produce(), PixelVertexProducer::produce(), EmptyHepMCProducer::produce(), SimpleTrackListMerger::produce(), TrackListMerger::produce(), RecoTauJetRegionProducer::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), edm::CFWriter::produce(), HLTDisplacedtktkVtxProducer::produce(), TrackAssociatorEDProducer::produce(), GEMChamberMasker::produce(), TotemRPLocalTrackFitter::produce(), cms::DigitizerFP420::produce(), TtSemiLepHypothesis::produce(), ReducedRecHitCollectionProducer::produce(), HLTCaloJetIDProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), CaloTowerFromL1TCreatorForTauHLT::produce(), EleIsoDetIdCollectionProducer::produce(), MultShiftMETcorrDBInputProducer::produce(), SiStripElectronProducer::produce(), PFchsMETcorrInputProducer::produce(), DTTrigProd::produce(), ZdcHitReconstructor::produce(), L1TTwinMuxRawToDigi::produce(), PFClusterShapeProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), PFLinker::produce(), MatchedProbeMaker< T >::produce(), CaloRecoTauTagInfoProducer::produce(), pat::PATJetUpdater::produce(), pat::PATPackedCandidateProducer::produce(), edm::BeamHaloProducer::produce(), HLTCollectionProducer< T >::produce(), HLTmumutktkVtxProducer::produce(), LaserAlignmentT0Producer::produce(), CTPPSDiamondRecHitProducer::produce(), WMuNuProducer::produce(), ConvertedPhotonProducer::produce(), CSCTFUnpacker::produce(), L1RCTTPGProvider::produce(), CosmicsMuonIdProducer::produce(), citk::PFIsolationSumProducer::produce(), cms::TrackerizerFP420::produce(), CaloTowerCreatorForTauHLT::produce(), TagProbeMassProducer::produce(), FastTrackerRecHitMatcher::produce(), edm::LogErrorHarvester::produce(), CorrMETDataExtractor::produce(), TtEvtBuilder< C >::produce(), MixEvtVtxGenerator::produce(), JetSubstructurePacker::produce(), MuonDetCleaner< T1, T2 >::produce(), EgammaSCCorrectionMaker::produce(), ClusterTPAssociationProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), AlCaEcalHcalReadoutsProducer::produce(), ClusterCompatibilityProducer::produce(), DTTFFEDReader::produce(), HLTTrackClusterRemoverNew::produce(), L1TMuonQualityAdjuster::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), pat::PATLostTracks::produce(), ConversionSeedFilterCharge::produce(), CosmicTrackSelector::produce(), ShiftedParticleProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), Onia2MuMuPAT::produce(), CaloCleaner< T >::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), EgammaHLTR9IDProducer::produce(), HLTL1TMuonSelector::produce(), ZToLLEdmNtupleDumper::produce(), PartonSelector::produce(), JetCorrectorProducer< T >::produce(), EcalRecHitRecalib::produce(), HcalRecHitRecalib::produce(), CSCTriggerPrimitivesProducer::produce(), L1GctEmulator::produce(), L1ExtraParticleMapProd::produce(), SeedClusterRemoverPhase2::produce(), TtFullLepHypothesis::produce(), pat::PATConversionProducer::produce(), PFCTRecHitProducer::produce(), AlCaElectronTracksReducer::produce(), edm::TriggerResultInserter::produce(), ME0ChamberMasker::produce(), SiStripFineDelayHit::produce(), SeedClusterRemover::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), EcalTrigPrimProducer::produce(), AlCaDiJetsProducer::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), HLTRechitInRegionsProducer< T1 >::produce(), ConversionTrackCandidateProducer::produce(), SimG4HcalValidation::produce(), PrimaryVertexSorter< ParticlesCollection >::produce(), HiEgammaSCCorrectionMaker::produce(), VoronoiBackgroundProducer::produce(), PATHemisphereProducer::produce(), PFCand_AssoMap::produce(), L1EmulBias::produce(), NTuplingDevice::produce(), RctTextToRctDigi::produce(), modules::MuonCleanerBySegmentsT< T >::produce(), ECALRegFEDSelector::produce(), pat::PATMETProducer::produce(), pat::PATPackedGenParticleProducer::produce(), pat::__class__Producer::produce(), V0Producer::produce(), PFPileUp::produce(), NeutronHitsCollector::produce(), TrackMVAClassifierBase::produce(), EgammaHLTR9Producer::produce(), pat::PATCleaner< PATObjType >::produce(), GamIsoDetIdCollectionProducer::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), PhotonProducer::produce(), AlCaGammaJetProducer::produce(), L1TPhysicalEtAdder::produce(), L1TGlobalProducer::produce(), L1TMuonTriggerPrimitiveProducer::produce(), cms::MuonMETValueMapProducer::produce(), cms::ClusterizerFP420::produce(), PixelFitterByConformalMappingAndLineProducer::produce(), FakeTrackProducer< T >::produce(), EcalFEtoDigi::produce(), TrackingMaterialProducer::produce(), HBHENoiseFilterResultProducer::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), HLTTrackMETProducer::produce(), TrackerCleaner< T >::produce(), JetPlusTrackProducer::produce(), cms::HitReCalibrator::produce(), L1ExtraParticlesProd::produce(), HLTmumutkVtxProducer::produce(), HLTScoutingCaloProducer::produce(), ConversionSeedFilter::produce(), TextToRaw::produce(), ScalersRawToDigi::produce(), PFProducer::produce(), pat::PATCompositeCandidateProducer::produce(), RecoTauPiZeroProducer::produce(), HLTJetCollForElePlusJets< T >::produce(), HLTL1MuonNoL2Selector::produce(), HLTL1MuonSelector::produce(), EgammaIsoESDetIdCollectionProducer::produce(), HiGenCleaner< T2 >::produce(), CastorJetIDProducer::produce(), HITrackClusterRemover::produce(), TrackMCQuality::produce(), GctDigiToRaw::produce(), MinMETProducerT< T >::produce(), MuPFIsoEmbedder::produce(), EventWithHistoryProducer::produce(), LTCRawToDigi::produce(), SiStripElectronAssociator::produce(), TrackCandidateProducer::produce(), PixelVertexCollectionTrimmer::produce(), simwatcher::BeginOfTrackCounter::produce(), TestBXVectorRefProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), OutsideInMuonSeeder::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), HcalTB02Analysis::produce(), SourceCardTextToRctDigi::produce(), ElectronNHitSeedProducer::produce(), PF_PU_AssoMap::produce(), MuonTimingProducer::produce(), HcalDigiToRawuHTR::produce(), L1DummyProducer::produce(), l1t::L1ComparatorRun2::produce(), PFECALSuperClusterProducer::produce(), SimpleCosmicBONSeeder::produce(), HGCalTrackCollectionProducer::produce(), FromClusterSummaryMultiplicityProducer::produce(), pat::PATGenericParticleProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), MuMuForEmbeddingSelector::produce(), TotemTestGem::produce(), HLTScoutingPFProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), CollectionMerger< T1, T2 >::produce(), BoostedTauSeedsProducer::produce(), AlCaHcalNoiseProducer::produce(), HBHEPlan1Combiner::produce(), L1GlobalTriggerRecordProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), NoPileUpPFMEtDataProducer::produce(), NjettinessAdder::produce(), EventWithHistoryProducerFromL1ABC::produce(), cms::MuonTCMETValueMapProducer::produce(), pat::PATMuonProducer::produce(), TrackAssociatorByPositionProducer::produce(), pat::PATPFParticleProducer::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), MaskedRctInputDigiProducer::produce(), BSCTrigger::produce(), DTDigitizer::produce(), GEDPhotonProducer::produce(), HLTRechitsToDigis::produce(), CastorCellProducer::produce(), PFSimParticleProducer::produce(), pat::TauJetCorrFactorsProducer::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), QuickTrackAssociatorByHitsProducer::produce(), PFClusterMatchedToPhotonsSelector::produce(), VertexFromTrackProducer::produce(), EcalRawToDigi::produce(), CorrectedCaloMETProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), L1Comparator::produce(), JetIDProducer::produce(), TrajectorySeedFromMuonProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), ExtraFromSeeds::produce(), CorrectedPATMETProducer::produce(), JetConstituentSelector< T, C >::produce(), ElectronSeedProducer::produce(), ConfigurableAPVCyclePhaseProducer::produce(), TrackMultiSelector::produce(), TtJetPartonMatch< C >::produce(), L1TMuonLegacyConverter::produce(), ValueMapTraslator::produce(), InterestingDetIdFromSuperClusterProducer::produce(), L1TMuonOverlapTrackProducer::produce(), HcalHitReconstructor::produce(), InterestingDetIdCollectionProducer::produce(), CtfSpecialSeedGenerator::produce(), pat::PATTauProducer::produce(), TauSpinnerCMS::produce(), TrackAssociatorByChi2Producer::produce(), DeepNNTagInfoProducer::produce(), FFTJetVertexAdder::produce(), pat::PATJetProducer::produce(), RecHitCorrector::produce(), reco::PFMETProducerMVA::produce(), l1t::FakeInputProducer::produce(), FFTJetPFPileupCleaner::produce(), L1TBMTFConverter::produce(), L1MuGMTHWFileReader::produce(), RPCTrigger::produce(), pat::MatcherByPulls< T >::produce(), TruthTauDecayModeProducer::produce(), HLTScoutingEgammaProducer::produce(), MuScleFitMuonProducer::produce(), ReducedEGProducer::produce(), SoftKillerProducer::produce(), CaloTowersMerger::produce(), FFTJetPileupEstimator::produce(), PF_PU_FirstVertexTracks::produce(), Timer::produce(), L1TExtCondProducer::produce(), MuonSegmentProducer::produce(), RecoTauProducer::produce(), GenHIEventProducer::produce(), MuonErrorMatrixAdjuster::produce(), DeDxEstimatorProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), HLTScoutingMuonProducer::produce(), PFTauSecondaryVertexProducer::produce(), AlCaECALRecHitReducer::produce(), ConversionTrackProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), SeedToTrackProducer::produce(), CentralityBinProducer::produce(), L1TMicroGMTInputProducer::produce(), HcalHitSelection::produce(), ConvBremSeedProducer::produce(), l1t::L1TCaloRCTToUpgradeConverter::produce(), MixBoostEvtVtxGenerator::produce(), EcalDigiToRaw::produce(), HiSpikeCleaner::produce(), TrackFromSeedProducer::produce(), AlCaHBHEMuonProducer::produce(), L1TMuonCaloSumProducer::produce(), CastorTowerProducer::produce(), PatJPsiProducer::produce(), ConditionDumperInEdm::produce(), CaloRecHitsBeamHaloCleaned::produce(), CastorClusterProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), RctInputTextToDigi::produce(), PFBlockProducer::produce(), PileupJetIdProducer::produce(), L1TCaloUpgradeToGCTConverter::produce(), L1GlobalTriggerEvmRawToDigi::produce(), NuclearSeedsEDProducer::produce(), MultiplicityProducer< T >::produce(), NuclearInteractionEDProducer::produce(), Phase2ITPixelClusterProducer::produce(), LHE2HepMCConverter::produce(), TcdsRawToDigi::produce(), HiL1Subtractor::produce(), HLTPrescaleRecorder::produce(), L1MuGlobalMuonTrigger::produce(), TrackAssociatorByHitsProducer::produce(), FFTJetEFlowSmoother::produce(), L1GTEvmDigiToRaw::produce(), ObjectViewMatcher< T1, T2 >::produce(), L1GtTextToRaw::produce(), L1TExtCondLegacyToStage2::produce(), GenJetBCEnergyRatio::produce(), L2MuonSeedGenerator::produce(), BetaBoostEvtVtxGenerator::produce(), L1TMicroGMTInputProducerFromGen::produce(), EcalSimpleProducer::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), PrimaryVertexProducer::produce(), pat::PATPhotonProducer::produce(), PFCand_NoPU_WithAM::produce(), PFRecoTauChargedHadronProducer::produce(), SiStripMeanCMExtractor::produce(), CorrectedECALPFClusterProducer::produce(), JetPlusTrackProducerAA::produce(), l1t::AMCDumpToRaw::produce(), HFPreReconstructor::produce(), reco::HcalNoiseInfoProducer::produce(), AlignmentMuonHIPTrajectorySelector::produce(), pat::PATTriggerEventProducer::produce(), reco::CentralityProducer::produce(), SiPixelClusterProducer::produce(), pat::PATElectronProducer::produce(), l1t::AMC13DumpToRaw::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), SiPixelCalibDigiProducer::produce(), ObjectViewCleaner< T >::produce(), TrackAlgoCompareUtil::produce(), HighPtTrackEcalDetIdProducer::produce(), HcalTB04Analysis::produce(), L1TMuonEndCapTrackProducer::produce(), L1GTDigiToRaw::produce(), FastPrimaryVertexWithWeightsProducer::produce(), FFTJetPileupProcessor::produce(), ME0ReDigiProducer::produce(), SimPFProducer::produce(), PFTauTransverseImpactParameters::produce(), L1GlobalTrigger::produce(), RPCChamberMasker::produce(), APVCyclePhaseProducerFromL1ABC::produce(), BoostedJetMerger::produce(), HFPhase1Reconstructor::produce(), RecoTauCleanerImpl< Prod >::produce(), PixelJetPuId::produce(), SimG4HGCalValidation::produce(), TrackExtrapolator::produce(), PFEGammaProducer::produce(), L1GlobalTriggerRawToDigi::produce(), L1TStage2Layer2Producer::produce(), APVCyclePhaseProducerFromL1TS::produce(), CorrectedPFMETProducer::produce(), reco::BeamHaloSummaryProducer::produce(), PFPhotonTranslator::produce(), FlavorHistoryProducer::produce(), CTPPSSimHitProducer::produce(), l1t::MP7BufferDumpToRaw::produce(), GenHFHadronMatcher::produce(), L1TMuonProducer::produce(), sistrip::FEDEmulatorModule::produce(), CorrectedPatMETProducer::produce(), L1TCaloLayer1::produce(), ShiftedParticleProducerT< T >::produce(), l1t::GenToInputProducer::produce(), JetIdSelector< T >::produce(), l1t::BXVectorInputProducer::produce(), pat::PATTriggerProducer::produce(), HiEvtPlaneFlatProducer::produce(), DeepCMVATagInfoProducer::produce(), ShallowGainCalibration::produce(), EmbeddingVertexCorrector::produce(), ReduceHcalRecHitCollectionProducer::produce(), BoostedDoubleSVProducer::produce(), TrackClusterSplitter::produce(), TrackerToMuonPropagator::produce(), pat::PATMHTProducer::produce(), CSCOverlapsTrackPreparation::produce(), CTPPSFastTrackingProducer::produce(), PFElecTkProducer::produce(), CATopJetTagger::produce(), EgammaHLTGsfTrackVarProducer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), ME0MuonConverter::produce(), JetDeltaRValueMapProducer< T, C >::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), JetCrystalsAssociator::produce(), DeepFlavourJetTagsProducer::produce(), L1TStage2Layer1Producer::produce(), ProduceIsolationMap::produce(), PFTauPrimaryVertexProducer::produce(), MuonIdProducer::produce(), ClusterSummaryProducer::produce(), MuonMCClassifier::produce(), ExternalLHEProducer::produce(), CTPPSRecHitProducer::produce(), ConversionProducer::produce(), cms::CosmicTrackFinder::produce(), HLTDummyCollections::produce(), cms::SiPixelRecHitConverter::produce(), RPCTechnicalTrigger::produce(), FFTJetPatRecoProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), L1TStage1Layer2Producer::produce(), L1TCaloLayer1RawToDigi::produce(), FastPrimaryVertexProducer::produce(), MuonSimHitProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), EmbeddingLHEProducer::produce(), GoodSeedProducer::produce(), TrajectorySeedProducer::produce(), GenTtbarCategorizer::produce(), ME0SegmentMatcher::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), GlobalHitsProducer::produce(), HadronAndPartonSelector::produce(), GenParticleProducer::produce(), NuclearTrackCorrector::produce(), PFTau3ProngReco::produce(), BoostedTopProducer::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), EgammaHLTFilteredSuperClusterProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), ShiftedJetProducerT< T, Textractor >::produce(), RPCSeedGenerator::produce(), reco::HcalHaloDataProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), CorrectedMETProducerT< T >::produce(), AlCaIsoTracksProducer::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), CaloJetMETcorrInputProducerT< T, Textractor >::produce(), Type2CorrectionProducer::produce(), EgammaHLTPixelMatchVarProducer::produce(), GlobalDigisProducer::produce(), SimHitShifter::produce(), ChainedJetCorrectorProducer::produce(), JetCleanerForType1METT< T, Textractor >::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), reco::CSCHaloDataProducer::produce(), IPProducer< Container, Base, Helper >::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), JetFlavourClustering::produce(), PFJetMETcorrInputProducerT< T, Textractor >::produce(), edm::HiMixingModule::produce(), TopProjector< Top, Bottom, Matcher >::produce(), GlobalRecHitsProducer::produce(), AlCaHOCalibProducer::produce(), EvtPlaneProducer::produce(), MuonToTrackingParticleAssociatorEDProducer::produce(), reco::GlobalHaloDataProducer::produce(), SiStripClusterizerFromRaw::produce(), HBHEPhase1Reconstructor::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), Multi5x5SuperClusterProducer::produceSuperclustersForECALPart(), HiSuperClusterProducer::produceSuperclustersForECALPart(), FastjetJetProducer::produceTrackJets(), put(), helper::CandDecayStoreManager::put(), helper::PhotonCollectionStoreManager::put(), helper::MuonCollectionStoreManager::put(), helper::TrackCollectionStoreManager::put(), helper::GsfElectronCollectionStoreManager::put(), edm::MixingModule::put(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put(), edm::MixingWorker< T >::put(), edm::DataMixingEMWorker::putEM(), edm::DataMixingEMDigiWorker::putEM(), hitTripletEDProducerT::ImplSeedingHitSets::putEmpty(), hitTripletEDProducerT::ImplIntermediateHitTriplets::putEmpty(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), TextToRaw::putEmptyDigi(), edm::DataMixingGeneralTrackWorker::putGeneralTrack(), edm::DataMixingHcalWorker::putHcal(), edm::DataMixingHcalDigiWorker::putHcal(), QGTagger::putInEvent(), RandomClusterAlgo::putInEvent(), FullModuleSumAlgo< FECODEC, DATA >::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(), PFEGammaToCandidateRemapper::run(), AnalyticalTrackSelector::run(), MultiTrackSelector::run(), HGCClusterAlgo< FECODEC, DATA >::run(), HIMultiTrackSelector::run(), FFTJetProducer::saveResults(), SiStripZeroSuppression::StandardZeroSuppression(), PixelTrackProducer::store(), pat::L1MuonMatcher::storeExtraInfo(), pat::HLTL1MuonMatcher::storeExtraInfo(), pat::MatcherUsingTracks::storeValueMap(), TriggerMatcherToHLTDebug::storeValueMap(), L1GlobalTriggerRawToDigi::unpackGMT(), BPHWriteSpecificDecay::write(), PFMuonUntagger::writeAssociation(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), FFTJetProducer::writeJets(), ElectronIDValueMapProducer::writeValueMap(), PFCandidateMuonUntagger::writeValueMap(), PFMuonUntagger::writeValueMap(), MVAValueMapProducer< ParticleType >::writeValueMap(), PhotonIDValueMapProducer::writeValueMap(), ElectronHEEPIDValueMapProducer::writeValueMap(), PhotonRegressionValueMapProducer::writeValueMap(), ElectronRegressionValueMapProducer::writeValueMap(), MuonMCClassifier::writeValueMap(), l1t::stage2::BMTFCollections::~BMTFCollections(), l1t::stage2::CaloCollections::~CaloCollections(), l1t::stage1::CaloCollections::~CaloCollections(), l1t::stage2::EMTFCollections::~EMTFCollections(), GctUnpackCollections::~GctUnpackCollections(), l1t::stage2::GMTCollections::~GMTCollections(), l1t::stage2::GTCollections::~GTCollections(), TrackCollectionCloner::Producer::~Producer(), and RctUnpackCollections::~RctUnpackCollections().

122 {return put<PROD>(std::move(product), std::string());}
def move(src, dest)
Definition: eostools.py:510
template<typename PROD >
OrphanHandle< PROD > Event::put ( std::unique_ptr< PROD product,
std::string const &  productInstanceName 
)

Put a new product with a 'product instance name'.

Definition at line 365 of file Event.h.

References edm::RecordInParentfull< PROD >::do_it(), eostools::move(), PROD, parseEventContent::prod, 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>> 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>> 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  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
ProductID makeProductID(BranchDescription const &desc) const
Definition: Event.cc:61
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:269
BranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
ProductPtrVec & putProducts()
Definition: Event.h:266
#define PROD(A, B)
void throwOnPutOfNullProduct(char const *principalType, TypeID const &productType, std::string const &productInstanceName)
def move(src, dest)
Definition: eostools.py:510
ProductPtrVec& edm::Event::putProducts ( )
inlineprivate

Definition at line 266 of file Event.h.

Referenced by commit_(), and size().

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

Definition at line 267 of file Event.h.

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

Definition at line 269 of file Event.h.

Referenced by commit_(), and size().

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

Definition at line 271 of file Event.h.

ProductPtrVec putProductsWithoutParents_
Definition: Event.h:280
RunNumber_t edm::Event::run ( void  ) const
inline
void Event::setConsumer ( EDConsumerBase const *  iConsumer)
void Event::setSharedResourcesAcquirer ( SharedResourcesAcquirer iResourceAcquirer)

Definition at line 44 of file Event.cc.

References luminosityBlock_, provRecorder_, and edm::PrincipalGetAdapter::setSharedResourcesAcquirer().

Referenced by edm::EDAnalyzer::doEvent(), edm::EDProducer::doEvent(), edm::EDFilter::doEvent(), edm::one::EDFilterBase::doEvent(), edm::one::EDProducerBase::doEvent(), and edm::one::EDAnalyzerBase::doEvent().

44  {
45  provRecorder_.setSharedResourcesAcquirer(iResourceAcquirer);
46  const_cast<LuminosityBlock*>(luminosityBlock_.get())->setSharedResourcesAcquirer(iResourceAcquirer);
47  }
std::shared_ptr< LuminosityBlock const > const luminosityBlock_
Definition: Event.h:283
void setSharedResourcesAcquirer(SharedResourcesAcquirer *iSra)
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
void setSharedResourcesAcquirer(SharedResourcesAcquirer *iResourceAcquirer)
Definition: Event.cc:44
size_t Event::size ( void  ) const

Definition at line 211 of file Event.cc.

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

Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and LaserSorter::writeEvent().

211  {
212  return putProducts().size() + provRecorder_.principal().size() + putProductsWithoutParents().size();
213  }
size_t size() const
Definition: Principal.cc:231
Principal const & principal() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:273
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:269
ProductPtrVec & putProducts()
Definition: Event.h:266
StreamID edm::Event::streamID ( ) const
inline
Returns
The id for the particular Stream processing the Event

Definition at line 81 of file Event.h.

Referenced by HcalDigiProducer::accumulate(), HGCDigiProducer::accumulate(), FTLDigiProducer::accumulate(), CastorDigiProducer::accumulate(), HcalTBDigiProducer::accumulate(), SiStripDigitizer::accumulate(), cms::SiPixelDigitizer::accumulate(), EcalDigiProducer::accumulate(), 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(), edm::GeneratorFilter< HAD, DEC >::filter(), HiCentralityBiasFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTLogMonitorFilter::filter(), HcalDigiProducer::finalizeEvent(), HGCDigiProducer::finalizeEvent(), FTLDigiProducer::finalizeEvent(), CastorDigiProducer::finalizeEvent(), HcalTBDigiProducer::finalizeEvent(), SiStripDigitizer::finalizeEvent(), cms::SiPixelDigitizer::finalizeEvent(), EcalDigiProducer::finalizeEvent(), edm::service::RandomNumberGeneratorService::postEventRead(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::RandomtXiGunProducer::produce(), CSCDigiProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), CalibratedPhotonProducerRun2T< T >::produce(), edm::FlatRandomEGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), CalibratedPatElectronProducer::produce(), FamosProducer::produce(), edm::ExpoRandomPGunProducer::produce(), OscarProducer::produce(), ME0DigiPreRecoProducer::produce(), CalibratedElectronProducerRun2T< T >::produce(), edm::CosMuoGenProducer::produce(), BaseEvtVtxGenerator::produce(), CalibratedElectronProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), RPCDigiProducer::produce(), GEMDigiProducer::produce(), HectorProducer::produce(), QjetsAdder::produce(), RPCandIRPCDigiProducer::produce(), EcalTBMCInfoProducer::produce(), OscarMTProducer::produce(), CTPPSHectorProducer::produce(), RandomEngineStateProducer::produce(), DigiSimLinkProducer::produce(), SubsystemNeutronWriter::produce(), edm::BeamHaloProducer::produce(), L1EmulBias::produce(), RunManagerMTWorker::produce(), L1DummyProducer::produce(), DTDigitizer::produce(), gen::Pythia6Gun::produce(), FFTJetVertexAdder::produce(), TauSpinnerCMS::produce(), BetaBoostEvtVtxGenerator::produce(), ME0ReDigiProducer::produce(), RPCChamberMasker::produce(), DTChamberMasker::produce(), CTPPSRecHitProducer::produce(), CSCChamberMasker::produce(), MuonSimHitProducer::produce(), EmbeddingLHEProducer::produce(), cms::HTTTopJetProducer::produce(), edm::DataMixingSiPixelMCDigiWorker::putSiPixel(), edm::DataMixingSiStripMCDigiWorker::putSiStrip(), edm::service::RandomNumberGeneratorService::readFromEvent(), and IsoTrig::studyTiming().

81  {
82  return streamID_;
83  }
StreamID streamID_
Definition: Event.h:296
TriggerNames const & Event::triggerNames ( edm::TriggerResults const &  triggerResults) const
virtual

Implements edm::EventBase.

Definition at line 234 of file Event.cc.

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

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

234  {
236  if(names != 0) return *names;
237 
238  throw cms::Exception("TriggerNamesNotFound")
239  << "TriggerNames not found in ParameterSet registry";
240  return *names;
241  }
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 ( edm::TriggerResults const &  triggerResults) const
virtual

Implements edm::EventBase.

Definition at line 244 of file Event.cc.

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

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

244  {
245 
247  return TriggerResultsByName(&triggerResults, names);
248  }
static const HistoName names[]
static TriggerNames const * triggerNames_(edm::TriggerResults const &triggerResults)
Definition: EventBase.cc:48
static std::string const triggerResults("TriggerResults")

Friends And Related Function Documentation

friend class ::testEventGetRefBeforePut
friend

Definition at line 236 of file Event.h.

friend class InputSource
friend

Definition at line 255 of file Event.h.

friend class ProducerBase
friend

Definition at line 257 of file Event.h.

friend class ProducerSourceBase
friend

Definition at line 254 of file Event.h.

friend class RawInputSource
friend

Definition at line 256 of file Event.h.

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

Definition at line 258 of file Event.h.

Member Data Documentation

EventAuxiliary const& edm::Event::aux_
private

Definition at line 282 of file Event.h.

std::string const Event::emptyString_
staticprivate

Definition at line 299 of file Event.h.

BranchIDSet edm::Event::gotBranchIDs_
mutableprivate

Definition at line 290 of file Event.h.

Referenced by addToGotBranchIDs(), and commit_aux().

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

Definition at line 294 of file Event.h.

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

Definition at line 283 of file Event.h.

Referenced by setConsumer(), and setSharedResourcesAcquirer().

ModuleCallingContext const* edm::Event::moduleCallingContext_
private

Definition at line 297 of file Event.h.

Referenced by getByLabelImpl(), and getProvenance().

PrincipalGetAdapter edm::Event::provRecorder_
private
ProductPtrVec edm::Event::putProducts_
private

Definition at line 279 of file Event.h.

ProductPtrVec edm::Event::putProductsWithoutParents_
private

Definition at line 280 of file Event.h.

StreamID edm::Event::streamID_
private

Definition at line 296 of file Event.h.