CMS 3D CMS Logo

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

#include <Event.h>

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

Public Types

typedef std::vector< std::pair
< EDProduct
*, ConstBranchDescription
const * > > 
ProductPtrVec
 

Public Member Functions

 Event (EventPrincipal &ep, ModuleDescription const &md)
 
EventAuxiliary const & eventAuxiliary () const
 
EventSelectionIDVector const & eventSelectionIDs () const
 
template<typename ELEMENT >
void fillView_ (BasicHandle &bh, Handle< View< ELEMENT > > &result) const
 
template<typename PROD >
bool get (ProductID const &oid, Handle< PROD > &result) const
 
template<typename ELEMENT >
bool get (ProductID const &oid, Handle< View< ELEMENT > > &result) const
 
template<typename PROD >
bool get (SelectorBase const &sel, Handle< PROD > &result) const
 
void getAllProvenance (std::vector< Provenance const * > &provenances) const
 
template<>
bool getByLabel (std::string const &label, const std::string &productInstanceName, Handle< GenericObject > &result) const
 Specialize the getByLabel method to work with a Handle<GenericObject> More...
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const
 
template<typename PROD >
bool getByLabel (InputTag const &tag, Handle< PROD > &result) const
 
template<typename PROD >
bool getByLabel (std::string const &label, Handle< PROD > &result) const
 
template<typename PROD >
bool getByLabel (std::string const &label, std::string const &productInstanceName, Handle< PROD > &result) const
 
template<typename ELEMENT >
bool getByLabel (std::string const &label, Handle< View< ELEMENT > > &result) const
 
template<typename ELEMENT >
bool getByLabel (std::string const &label, std::string const &productInstanceName, Handle< View< ELEMENT > > &result) const
 
template<typename ELEMENT >
bool getByLabel (InputTag const &tag, Handle< View< ELEMENT > > &result) const
 
template<>
bool getByLabel (std::string const &label, std::string const &productInstanceName, Handle< GenericObject > &result) const
 Specialize the Event's getByLabel method to work with a Handle<GenericObject> More...
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< GenericObject > &result) const
 
template<typename PROD >
bool getByType (Handle< PROD > &result) const
 
LuminosityBlock const & getLuminosityBlock () const
 
template<typename PROD >
void getMany (SelectorBase const &sel, std::vector< Handle< PROD > > &results) const
 
template<typename PROD >
void getManyByType (std::vector< Handle< PROD > > &results) const
 
bool getProcessParameterSet (std::string const &processName, ParameterSet &ps) const
 
Provenance getProvenance (BranchID const &theID) const
 
Provenance getProvenance (ProductID const &theID) const
 
template<typename PROD >
RefProd< PRODgetRefBeforePut ()
 
template<typename PROD >
RefProd< PRODgetRefBeforePut (std::string const &productInstanceName)
 
Run const & getRun () const
 
ProcessHistory const & processHistory () const
 
ProcessHistoryID const & processHistoryID () const
 
template<>
OrphanHandle< GenericObjectOwnerput (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName)
 
template<typename PROD >
OrphanHandle< PRODput (std::auto_ptr< PROD > product)
 Put a new product. More...
 
template<typename PROD >
OrphanHandle< PRODput (std::auto_ptr< PROD > product, std::string const &productInstanceName)
 Put a new product with a 'product instance name'. More...
 
template<>
OrphanHandle< GenericObjectOwnerput (std::auto_ptr< GenericObjectOwner > product, std::string const &productInstanceName)
 
RunNumber_t run () const
 
size_t size () const
 
virtual edm::TriggerNames const & triggerNames (edm::TriggerResults const &triggerResults) const
 
virtual TriggerResultsByName triggerResultsByName (std::string const &process) const
 
 ~Event ()
 
- Public Member Functions inherited from edm::EventBase
int bunchCrossing () const
 
 EventBase ()
 
edm::EventAuxiliary::ExperimentType experimentType () const
 
template<class T >
bool getByLabel (const InputTag &, Handle< T > &) const
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const
 Specialize the getByLabel method to work with a Handle<FWGenericObject> More...
 
edm::EventID id () const
 
bool isRealData () const
 
edm::LuminosityBlockNumber_t luminosityBlock () const
 
int orbitNumber () const
 
edm::Timestamp time () const
 
virtual ~EventBase ()
 

Private Types

typedef std::set< BranchIDBranchIDSet
 

Private Member Functions

void addToGotBranchIDs (Provenance const &prov) const
 
void commit_ (std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0)
 
void commit_aux (ProductPtrVec &products, bool record_parents, std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0)
 
EventPrincipal const & eventPrincipal () const
 
EventPrincipaleventPrincipal ()
 
virtual BasicHandle getByLabelImpl (const std::type_info &iWrapperType, const std::type_info &iProductType, const InputTag &iTag) const
 
BasicHandle getByProductID_ (ProductID const &oid) const
 
ProductID makeProductID (ConstBranchDescription const &desc) const
 
ProductPtrVecputProducts ()
 
ProductPtrVec const & putProducts () const
 
ProductPtrVecputProductsWithoutParents ()
 
ProductPtrVec const & putProductsWithoutParents () const
 

Private Attributes

EventAuxiliary const & aux_
 
BranchIDSet gotBranchIDs_
 
std::vector< boost::shared_ptr
< ViewBase > > 
gotViews_
 
boost::shared_ptr
< LuminosityBlock const >
const 
luminosityBlock_
 
PrincipalGetAdapter provRecorder_
 
ProductPtrVec putProducts_
 
ProductPtrVec putProductsWithoutParents_
 

Friends

class ConfigurableInputSource
 
class DaqSource
 
class EDFilter
 
class EDProducer
 
class InputSource
 
class RawInputSource
 

Additional Inherited Members

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

Detailed Description

Definition at line 49 of file Event.h.

Member Typedef Documentation

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

Definition at line 230 of file Event.h.

typedef std::vector<std::pair<EDProduct*, ConstBranchDescription const*> > edm::Event::ProductPtrVec

Definition at line 175 of file Event.h.

Constructor & Destructor Documentation

Event::Event ( EventPrincipal ep,
ModuleDescription const &  md 
)

Definition at line 14 of file Event.cc.

14  :
15  provRecorder_(ep, md),
16  aux_(ep.aux()),
17  luminosityBlock_(new LuminosityBlock(ep.luminosityBlockPrincipal(), md)),
18  gotBranchIDs_(),
19  gotViews_() {
20  }
boost::shared_ptr< LuminosityBlock const > const luminosityBlock_
Definition: Event.h:224
BranchIDSet gotBranchIDs_
Definition: Event.h:231
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
EventAuxiliary const & aux_
Definition: Event.h:223
std::vector< boost::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:235
Event::~Event ( )

Definition at line 22 of file Event.cc.

References edm::for_all(), and putProducts_.

22  {
23  // anything left here must be the result of a failure
24  // let's record them as failed attempts in the event principal
25  for_all(putProducts_, principal_get_adapter_detail::deleter());
26  }
Func for_all(ForwardSequence &s, Func f)
wrapper for std::for_each
Definition: Algorithms.h:16
ProductPtrVec putProducts_
Definition: Event.h:220

Member Function Documentation

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

Definition at line 184 of file Event.cc.

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

Referenced by fillView_(), get(), getByLabel(), getByLabelImpl(), getByType(), getMany(), and getManyByType().

184  {
185  gotBranchIDs_.insert(prov.branchID());
186  }
BranchIDSet gotBranchIDs_
Definition: Event.h:231
void Event::commit_ ( std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 105 of file Event.cc.

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

Referenced by edm::EDProducer::doEvent(), edm::EDFilter::doEvent(), and edm::ConfigurableInputSource::reallyReadEvent().

105  {
106  commit_aux(putProducts(), true,previousParentage,previousParentageId);
108  }
void commit_aux(ProductPtrVec &products, bool record_parents, std::vector< BranchID > *previousParentage=0, ParentageID *previousParentageId=0)
Definition: Event.cc:111
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:210
ProductPtrVec & putProducts()
Definition: Event.h:207
void Event::commit_aux ( Event::ProductPtrVec products,
bool  record_parents,
std::vector< BranchID > *  previousParentage = 0,
ParentageID previousParentageId = 0 
)
private

Definition at line 111 of file Event.cc.

References eventPrincipal(), gotBranchIDs_, edm::productstatus::present(), edm::EventPrincipal::put(), and cond::rpcobtemp::temp.

Referenced by commit_().

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

Definition at line 34 of file Event.cc.

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

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

34  {
35  return dynamic_cast<EventPrincipal const&>(provRecorder_.principal());
36  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
string const
Definition: compareJSON.py:14
EventPrincipal & Event::eventPrincipal ( )
private

Definition at line 29 of file Event.cc.

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

29  {
30  return dynamic_cast<EventPrincipal&>(provRecorder_.principal());
31  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
EventSelectionIDVector const & Event::eventSelectionIDs ( ) const

Definition at line 49 of file Event.cc.

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

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

Definition at line 515 of file Event.h.

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

Referenced by get(), and getByLabel().

515  {
516  std::vector<void const*> pointersToElements;
517  // the following is a shared pointer.
518  // It is not initialized here
519  helper_vector_ptr helpers;
520  // the following must initialize the
521  // shared pointer and fill the helper vector
522  bh.wrapper()->fillView(bh.id(), pointersToElements, helpers);
523 
524  boost::shared_ptr<View<ELEMENT> >
525  newview(new View<ELEMENT>(pointersToElements, helpers));
526 
527  addToGotBranchIDs(*bh.provenance());
528  gotViews_.push_back(newview);
529  Handle<View<ELEMENT> > h(&*newview, bh.provenance());
530  result.swap(h);
531  }
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
boost::shared_ptr< reftobase::RefVectorHolderBase > helper_vector_ptr
Definition: EDProductfwd.h:46
std::vector< boost::shared_ptr< ViewBase > > gotViews_
Definition: Event.h:235
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
template<typename PROD >
bool Event::get ( ProductID const &  oid,
Handle< PROD > &  result 
) const

Definition at line 267 of file Event.h.

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

Referenced by Options.Options::__getitem__(), edm::detail::NamedEventSelector::fill(), HLTMuonIsoFilter::filter(), edm::EdmEventItemGetter< RefType >::get(), edm::MixingModule::getEventStartInfo(), GctRawToDigi::produce(), and pat::PATTriggerEventProducer::produce().

268  {
269  result.clear();
270  BasicHandle bh = this->getByProductID_(oid);
271  convert_handle(bh, result); // throws on conversion error
272  if (bh.failedToGet()) {
273  return false;
274  }
275  addToGotBranchIDs(*bh.provenance());
276  return true;
277  }
void convert_handle(BasicHandle const &orig, Handle< T > &result)
Definition: ConvertHandle.h:17
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:99
template<typename ELEMENT >
bool Event::get ( ProductID const &  oid,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 281 of file Event.h.

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

Referenced by Options.Options::__getitem__().

282  {
283  result.clear();
284  BasicHandle bh = this->getByProductID_(oid);
285 
286  if(bh.failedToGet()) {
287  boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) );
288  *whyFailed
289  << "get View by ID failed: no product with ID = " << oid <<"\n";
290  Handle<View<ELEMENT> > temp(whyFailed);
291  result.swap(temp);
292  return false;
293  }
294 
295  fillView_(bh, result);
296  return true;
297  }
BasicHandle getByProductID_(ProductID const &oid) const
Definition: Event.cc:99
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:515
template<typename PROD >
bool Event::get ( SelectorBase const &  sel,
Handle< PROD > &  result 
) const

Definition at line 349 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::get(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.

Referenced by Options.Options::__getitem__().

349  {
350  bool ok = provRecorder_.get(sel, result);
351  if (ok) {
352  addToGotBranchIDs(*result.provenance());
353  }
354  return ok;
355  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
bool get(SelectorBase const &, Handle< PROD > &result) const
void Event::getAllProvenance ( std::vector< Provenance const * > &  provenances) const
template<>
bool edm::Event::getByLabel ( std::string const &  label,
const std::string &  productInstanceName,
Handle< GenericObject > &  result 
) const

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

Definition at line 65 of file GenericHandle.cc.

References edm::convert_handle(), edm::BasicHandle::failedToGet(), label, edm::BasicHandle::provenance(), and query::result.

68 {
69  BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().TypeInfo()), label, productInstanceName, std::string());
70  convert_handle(bh, result); // throws on conversion error
71  if(!bh.failedToGet()) {
72  addToGotBranchIDs(*bh.provenance());
73  return true;
74  }
75  return false;
76 }
const std::string & label
Definition: MVAComputer.cc:186
void convert_handle(BasicHandle const &orig, Handle< T > &result)
Definition: ConvertHandle.h:17
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
BasicHandle getByLabel_(TypeID const &tid, std::string const &label, std::string const &productInstanceName, std::string const &processName) const
template<>
bool edm::Event::getByLabel ( edm::InputTag const &  tag,
Handle< GenericObject > &  result 
) const

Definition at line 80 of file GenericHandle.cc.

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

82 {
83  if (tag.process().empty()) {
84  return this->getByLabel(tag.label(), tag.instance(), result);
85  } else {
86  BasicHandle bh = provRecorder_.getByLabel_(TypeID(result.type().TypeInfo()), tag.label(), tag.instance(),tag.process());
87  convert_handle(bh, result); // throws on conversion error
88  if(!bh.failedToGet()) {
89  addToGotBranchIDs(*bh.provenance());
90  return true;
91  }
92  }
93  return false;
94 }
void convert_handle(BasicHandle const &orig, Handle< T > &result)
Definition: ConvertHandle.h:17
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
tuple result
Definition: query.py:137
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:359
BasicHandle getByLabel_(TypeID const &tid, std::string const &label, std::string const &productInstanceName, std::string const &processName) const
template<typename PROD >
bool Event::getByLabel ( InputTag const &  tag,
Handle< PROD > &  result 
) const

Definition at line 359 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.

Referenced by pat::PATUserDataMerger< ObjectType, Operation >::add(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), edm::DataMixingGeneralTrackWorker::addGeneralTrackSignals(), edm::DataMixingHcalWorker::addHcalSignals(), edm::DataMixingHcalDigiWorker::addHcalSignals(), BetaCalculatorRPC::addInfoToCandidate(), BetaCalculatorECAL::addInfoToCandidate(), edm::DataMixingMuonWorker::addMuonSignals(), edm::HiMixingWorker< T >::addSignals(), edm::MixingWorker< T >::addSignals(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripSignals(), edm::DataMixingSiStripRawWorker::addSiStripSignals(), SiStripGainCosmicCalculator::algoAnalyze(), SiStripQualityHotStripIdentifier::algoAnalyze(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripMonitorTrack::AllClusters(), DimuonStatistics::analyze(), BjetAnalysis::analyze(), GlbMuQualityCutsAnalysis::analyze(), CSCDigiDump::analyze(), HLTTauRelvalQTester::analyze(), CSCComparatorDigiValidation::analyze(), MatchMETBenchmarkAnalyzer::analyze(), PartonJetCorrectionExample::analyze(), FlavorJetCorrectionExample::analyze(), CSCTruthTest::analyze(), CSCALCTDigiValidation::analyze(), CSCCLCTDigiValidation::analyze(), CSCStripDigiValidation::analyze(), CSCSegmentValidation::analyze(), CSCWireDigiValidation::analyze(), CandidateBenchmarkAnalyzer::analyze(), CSCAFEBAnalyzer::analyze(), METBenchmarkAnalyzer::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), ElectronIDAnalyzer::analyze(), RHStopDump::analyze(), CSCRecHit2DValidation::analyze(), PerformanceAnalyzer::analyze(), EcalStatusAnalyzer::analyze(), DigiAnalyzer::analyze(), HcalCableMapper::analyze(), HcalNZSMonitor::analyze(), evf::EvFRecordInserter::analyze(), SimpleJetDump::analyze(), PFJetDQMAnalyzer::analyze(), PFMETDQMAnalyzer::analyze(), CSCTFAnalyzer::analyze(), evf::EvFRecordUnpacker::analyze(), CSCDigiToPattern::analyze(), RawDataConverter::analyze(), ESOccupancyTask::analyze(), ESPedestalTask::analyze(), ESRawDataTask::analyze(), HcalTrigPrimMonitor::analyze(), ESIntegrityTask::analyze(), CaloTowersExample::analyze(), EwkElecDQM::analyze(), EwkMuDQM::analyze(), ESFEDIntegrityTask::analyze(), HcalNoiseMonitor::analyze(), myFastSimVal::analyze(), JetToDigiDump::analyze(), EcalMatacqAnalyzer::analyze(), GenericBenchmarkAnalyzer::analyze(), PatElectronAnalyzer::analyze(), PatTauAnalyzer::analyze(), PatZjetsElectronAnalyzer::analyze(), PatZjetsJetAnalyzer::analyze(), JetCorExample< Jet >::analyze(), JetPlotsExample< Jet >::analyze(), JetValidation::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), CastorHitAnalyzer::analyze(), TopElecAnalyzer::analyze(), TopJetAnalyzer::analyze(), TopMuonAnalyzer::analyze(), TopTauAnalyzer::analyze(), ESDcsInfoTask::analyze(), JetAnaPythia< Jet >::analyze(), EcalTBTDCRawInfoDumper::analyze(), EcalTBHodoscopeRawInfoDumper::analyze(), KVFTrackUpdate::analyze(), TopGenEventAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), ElectronMcSignalValidator::analyze(), PFTester::analyze(), CastorDigiAnalyzer::analyze(), HiBasicGenTest::analyze(), PatBasicAnalyzer::analyze(), PatTopSelectionAnalyzer::analyze(), ESTrendTask::analyze(), HCALRecHitAnalyzer::analyze(), PatMCMatching::analyze(), PatMCMatchingExtended::analyze(), ESTimingTask::analyze(), HcalCoarsePedestalMonitor::analyze(), RivetAnalyzer::analyze(), HcalHitAnalyzer::analyze(), SiStripFEDDumpPlugin::analyze(), ElectronAnalyzer::analyze(), ElectronGeneralAnalyzer::analyze(), CaloJetTester::analyze(), CaloTowerAnalyzer::analyze(), PFJetTester::analyze(), JPTJetTester::analyze(), EcalDCCHeaderDisplay::analyze(), myRawAna::analyze(), RPCMonitorDigi::analyze(), RecoTauDumper::analyze(), TriggerSummaryAnalyzerAOD::analyze(), TriggerSummaryAnalyzerRAW::analyze(), ElectronTagProbeAnalyzer::analyze(), SiPixelDigiValid::analyze(), EcalDigiDisplay::analyze(), HcalDigiAnalyzer::analyze(), MultiTrackValidator::analyze(), PrimaryVertexMonitor::analyze(), EcalPnGraphs::analyze(), RecoTauMVATrainer::analyze(), HLTGetRaw::analyze(), HLTGetDigi::analyze(), SiStripMonitorDigi::analyze(), SiStripMonitorFilter::analyze(), HistoAnalyzer< C >::analyze(), HLTTauDQML1Plotter::analyze(), EwkMuLumiMonitorDQM::analyze(), TauGenJetDumper::analyze(), AlignmentStats::analyze(), SiStripMonitorHLT::analyze(), EgammaBasicClusters::analyze(), SiStripDigiValid::analyze(), DQMMessageLogger::analyze(), PatTriggerAnalyzer::analyze(), PatTriggerTagAndProbe::analyze(), HcalBeamMonitor::analyze(), DijetMass< Jet >::analyze(), GctDigiToPsbText::analyze(), RawToText::analyze(), pat::CandidateSummaryTable::analyze(), PatBTagAnalyzer::analyze(), MCElectronAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), RecoTauPlotDiscriminator::analyze(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), TtFullHadSignalSelMVATrainer::analyze(), TtSemiLepSignalSelMVATrainer::analyze(), TtSemiLepJetCombMVATrainer::analyze(), TrackAnalyzer::analyze(), MixCollectionValidation::analyze(), EBBeamCaloTask::analyze(), EBCosmicTask::analyze(), EBClusterTask::analyze(), EBLaserTask::analyze(), EBOccupancyTask::analyze(), EBPedestalOnlineTask::analyze(), EBPedestalTask::analyze(), EBRawDataTask::analyze(), EBStatusFlagsTask::analyze(), EBTimingTask::analyze(), EEClusterTask::analyze(), EECosmicTask::analyze(), EEBeamCaloTask::analyze(), EELaserTask::analyze(), EELedTask::analyze(), EEPedestalOnlineTask::analyze(), EEPedestalTask::analyze(), EERawDataTask::analyze(), EEStatusFlagsTask::analyze(), EETestPulseTask::analyze(), EETrendTask::analyze(), SiPixelDaqInfo::analyze(), SiStripMonitorCluster::analyze(), EgammaSuperClusters::analyze(), METTester::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), EcalBarrelMonitorModule::analyze(), EBBeamHodoTask::analyze(), EBIntegrityTask::analyze(), EBSelectiveReadoutTask::analyze(), EBTestPulseTask::analyze(), EBTrendTask::analyze(), EcalEndcapMonitorModule::analyze(), EEBeamHodoTask::analyze(), EEIntegrityTask::analyze(), HcalRecHitMonitor::analyze(), HLTAlCaMonEcalPhiSym::analyze(), HLTMonHcalIsoTrack::analyze(), BxTiming::analyze(), ObjectCounter< C >::analyze(), TkAlCaRecoMonitor::analyze(), DQMHcalPhiSymAlCaReco::analyze(), EBClusterTaskExtras::analyze(), EEClusterTaskExtras::analyze(), DQMHcalDiJetsAlCaReco::analyze(), HcalDetDiagLEDMonitor::analyze(), HLTMonBitSummary::analyze(), cms::ProducerAnalyzer::analyze(), RPCFEDIntegrity::analyze(), L1CaloInputScaleTester::analyze(), AlCaElectronsTest::analyze(), test::GlobalNumbersAnalysis::analyze(), HLTOniaSource::analyze(), L1TdeGCT::analyze(), DQMSourceEleCalib::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), CSCTFanalyzer::analyze(), WenuPlots::analyze(), HcalDeadCellMonitor::analyze(), HLTMonPhotonSource::analyze(), HLTTauDQMLitePathPlotter::analyze(), L1TDEMON::analyze(), HcalSimHitStudy::analyze(), ZdcSimHitStudy::analyze(), CalibAnalyzer< Ref, Rec, Alg >::analyze(), HcalDetDiagNoiseMonitor::analyze(), L1TdeECAL::analyze(), QcdHighPtDQM::analyze(), EcalPreshowerNoiseDistrib::analyze(), HLTInspect::analyze(), VVVValidation::analyze(), AlcaBeamMonitor::analyze(), TKStatus::analyze(), AnalysisRootpleProducerOnlyMC::analyze(), ZeePlots::analyze(), EETimingTask::analyze(), HLTTauDQMPathPlotter::analyze(), BasicHepMCHeavyIonValidation::analyze(), RctDigiToRctText::analyze(), SiStripLAProfileBooker::analyze(), EcalPedHists::analyze(), HcalRawDataMonitor::analyze(), HLTMuonDQMSource::analyze(), HLTTauDQMTrkPlotter::analyze(), BPhysicsOniaDQM::analyze(), SiPixelEDAClient::analyze(), edm::InputAnalyzer::analyze(), TrackingMonitor::analyze(), EBHltTask::analyze(), EEHltTask::analyze(), EEOccupancyTask::analyze(), EgammaSimpleAnalyzer::analyze(), PreshowerAnalyzer::analyze(), HcalMonitorModule::analyze(), ElectronSeedAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), HaloTrigger::analyze(), BasicHepMCValidation::analyze(), DrellYanValidation::analyze(), ValidationMisalignedTracker::analyze(), GctFibreAnalyzer::analyze(), MuonAnalyzer::analyze(), BTagPerformanceAnalyzerOnData::analyze(), miscalibExample::analyze(), TestSuite::analyze(), EcalTPGAnalyzer::analyze(), PatPhotonSimpleAnalyzer::analyze(), PhotonIDSimpleAnalyzer::analyze(), EwkDQM::analyze(), QcdPhotonsDQM::analyze(), EcalPerEvtLaserAnalyzer::analyze(), EcalTPInputAnalyzer::analyze(), edm::TestMix::analyze(), EcalABAnalyzer::analyze(), TrackSplittingMonitor::analyze(), WValidation::analyze(), BeamMonitor::analyze(), HLTTauDQMCaloPlotter::analyze(), L1TDTTPG::analyze(), HiggsValidation::analyze(), EETriggerTowerTask::analyze(), HcalDataIntegrityTask::analyze(), EcalTrigPrimAnalyzer::analyze(), sistrip::SpyExtractRunModule::analyze(), ResolutionCreator::analyze(), L1Scalers::analyze(), EcalTestPulseAnalyzer::analyze(), ParticleListDrawer::analyze(), EBTriggerTowerTask::analyze(), HLTJetMETDQMSource::analyze(), DTNoiseCalibration::analyze(), L2TauAnalyzer::analyze(), BasicGenParticleValidation::analyze(), L1GctValidation::analyze(), GlobalTest::analyze(), HTMHTAnalyzer::analyze(), GctTimingAnalyzer::analyze(), MBUEandQCDValidation::analyze(), HcalHotCellMonitor::analyze(), cms::MinBias::analyze(), KVFTest::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), HcalSimHitsValidation::analyze(), NoiseRates::analyze(), L1TScalersSCAL::analyze(), L1Analyzer::analyze(), DQMAnalyzer::analyze(), ZDCMonitorModule::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), SiPixelHitEfficiencySource::analyze(), TrackEfficiencyMonitor::analyze(), EcalPreshowerDigisValidation::analyze(), EcalPreshowerRecHitsValidation::analyze(), HLTTauDQMOfflineSource::analyze(), EcalSimpleTBAnalyzer::analyze(), HcalQLPlotAnal::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), SiPixelTrackResidualSource::analyze(), GsfElectronMCAnalyzer::analyze(), LaserAlignmentT0ProducerDQM::analyze(), GlobalMuonMatchAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), AnalysisRootpleProducer::analyze(), L1TGT::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), EcalEndcapRecHitsValidation::analyze(), KineExample::analyze(), SiStripMonitorRawData::analyze(), EcalBarrelDigisValidation::analyze(), EcalEndcapDigisValidation::analyze(), EcalBarrelSimHitsValidation::analyze(), EcalEndcapSimHitsValidation::analyze(), EcalBarrelRecHitsValidation::analyze(), BTagPerformanceAnalyzerMC::analyze(), L1RCTRelValAnalyzer::analyze(), anlzrname::analyze(), ContainmentCorrectionAnalyzer::analyze(), EcalPreshowerSimHitsValidation::analyze(), DuplicationChecker::analyze(), SiStripElectronAnalyzer::analyze(), myJetAna::analyze(), cms::DiJetAnalyzer::analyze(), EcalLaserAnalyzer2::analyze(), QcdUeDQM::analyze(), L1RCTTestAnalyzer::analyze(), DTNoiseTask::analyze(), ElectronCalibration::analyze(), HcalCorrPFCalculation::analyze(), EcalPulseShapeGrapher::analyze(), SimplePi0DiscAnalyzer::analyze(), HLTAlCaMonPi0::analyze(), L1TCSCTPG::analyze(), SiPixelHLTSource::analyze(), ClusterCount::analyze(), edm::TestMixedSource::analyze(), DTTrigTest::analyze(), PFTauHLTTest::analyze(), HitEff::analyze(), MuTriggerAnalyzer::analyze(), cms::GammaJetAnalysis::analyze(), EcalLaserAnalyzer::analyze(), HiggsDQM::analyze(), TopDiLeptonDQM::analyze(), HLTrigReport::analyze(), SiStripFEDCheckPlugin::analyze(), DQMHcalPhiSymHLT::analyze(), EnergyScaleAnalyzer::analyze(), TPGCheck::analyze(), DQMSourcePi0::analyze(), SiPixelDQMRocLevelAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), L1TFED::analyze(), L1TGMT::analyze(), SiPixelDigiSource::analyze(), L1ABCDebugger::analyze(), TrackerHitAnalyzer::analyze(), L1TRPCTF::analyze(), TestHits::analyze(), EcalSimHitsValidation::analyze(), TkConvValidator::analyze(), FourVectorHLT::analyze(), TestSmoothHits::analyze(), HeavyFlavorValidation::analyze(), MuonIdDQM::analyze(), TagProbeFitTreeProducer::analyze(), MCAcceptanceAnalyzer::analyze(), EESelectiveReadoutTask::analyze(), HLTMonElectron::analyze(), APVCyclePhaseMonitor::analyze(), EcalRecHitsValidation::analyze(), HLTJetMETValidation::analyze(), PhotonValidator::analyze(), PFJetBenchmarkAnalyzer::analyze(), MuCorrMETAnalyzer::analyze(), TcMETAnalyzer::analyze(), DTTestPulsesTask::analyze(), JetMETHLTOfflineSource::analyze(), EcalBxOrbitNumberGrapher::analyze(), calcTopMass::analyze(), HLTMon::analyze(), L1TCSCTF::analyze(), SiPixelRawDataErrorSource::analyze(), L1ExtraTestAnalyzer::analyze(), DTAlbertoBenvenutiTask::analyze(), TriggerOperation::analyze(), TestResolution::analyze(), TauTagValidation::analyze(), SiStripSpyMonitorModule::analyze(), L1GtTrigReport::analyze(), PFMETBenchmarkAnalyzer::analyze(), SiPixelRecHitsValid::analyze(), SiStripRecHitsValid::analyze(), TestTrackHits::analyze(), SiPixelRecHitSource::analyze(), SiStripMonitorPedestals::analyze(), HcalRecHitsValidation::analyze(), HLTHeavyIon::analyze(), EventTimeDistribution::analyze(), TriggerValidator::analyze(), ElectronCalibrationUniv::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), EcalURecHitHists::analyze(), EcalDigisValidation::analyze(), TauMVATrainer::analyze(), SiStripFEDMonitorPlugin::analyze(), JetMETAnalyzer::analyze(), DTDigiForNoiseTask::analyze(), TopHLTDiMuonDQM::analyze(), EcalLaserAnalyzerYousi::analyze(), TreeProducerCalibSimul::analyze(), ValHcalIsoTrackHLT::analyze(), TTbar_GenLepAnalyzer::analyze(), MuonIdVal::analyze(), HcalDigiMonitor::analyze(), TestCorrection::analyze(), CaloMETAnalyzer::analyze(), DummyEvelyser::analyze(), HLTHiggsBits::analyze(), HLTMuonValidator::analyze(), TTbar_GenJetAnalyzer::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelClusterSource::analyze(), GlobalDigisHistogrammer::analyze(), GlobalRecHitsHistogrammer::analyze(), TTbar_Kinematics::analyze(), LhcTrackAnalyzer::analyze(), SiPixelErrorEstimation::analyze(), TauJetCorrectorExample::analyze(), EcalMipGraphs::analyze(), L1TRPCTPG::analyze(), TestOutliers::analyze(), TauValidation::analyze(), AlignmentMonitorAsAnalyzer::analyze(), L25TauAnalyzer::analyze(), DQMHcalIsoTrackHLT::analyze(), PFMETAnalyzer::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), MuIsoValidation::analyze(), MuonIsolationDQM::analyze(), HLTTauDQMSource::analyze(), L1TCompare::analyze(), L1TdeCSCTF::analyze(), SiStripTrackingRecHitsValid::analyze(), TrackParameterAnalyzer::analyze(), EcalDisplaysByEvent::analyze(), ImpactParameterCalibration::analyze(), CSCViewDigi::analyze(), METAnalyzer::analyze(), GenPurposeSkimmerData::analyze(), SiStripBaselineAnalyzer::analyze(), APVShotsAnalyzer::analyze(), SiPixelTrackingRecHitsValid::analyze(), DTTriggerEfficiencyTask::analyze(), HLTTopPlotter::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), CastorMonitorModule::analyze(), Vx3DHLTAnalyzer::analyze(), SiStripCMMonitorPlugin::analyze(), CosmicSplitterValidation::analyze(), ValidIsoTrkCalib::analyze(), EcalCosmicsHists::analyze(), L1TECALTPG::analyze(), MuonAlignment::analyze(), L1TRCT::analyze(), RPCTTUMonitor::analyze(), EcalMixingModuleValidation::analyze(), PrimaryVertexValidation::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), HcalTimingMonitorModule::analyze(), PrimaryVertexAnalyzer::analyze(), EcnaAnalyzer::analyze(), GlobalHitsHistogrammer::analyze(), FourVectorHLTOnline::analyze(), DTLocalTriggerTask::analyze(), GctErrorAnalyzer::analyze(), TopValidation::analyze(), PiZeroAnalyzer::analyze(), SiPixelLorentzAngle::analyze(), V0Validator::analyze(), TrigResRateMon::analyze(), SiPixelMuonHLT::analyze(), SiStripMonitorMuonHLT::analyze(), ErsatzMEt::analyze(), SiStripSpyDisplayModule::analyze(), HLTScalers::analyze(), HcalDetDiagTimingMonitor::analyze(), IsolatedTracksCone::analyze(), HcalIsoTrkAnalyzer::analyze(), FourVectorHLTriggerOffline::analyze(), RPCEfficiency::analyze(), L1TdeRCT::analyze(), PhotonAnalyzer::analyze(), CSCMonitorModule::analyze(), IsolatedTracksNxN::analyze(), IsolatedTracksHcalScale::analyze(), MuonTrackValidator::analyze(), FourVectorHLTOffline::analyze(), TrackerDpgAnalysis::analyze(), L1TGCT::analyze(), DijetRatio< Jet >::analyze(), HcalDetDiagPedestalMonitor::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), BeamHaloAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), TopSingleLeptonDQM::analyze(), HcalDetDiagLaserMonitor::analyze(), TopDiLeptonOfflineDQM::analyze(), edm::EventContentAnalyzer::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeDecisionLiteRecord(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), EgammaObjects::analyzeElectrons(), L1GtPackUnpackAnalyzer::analyzeGMT(), L1GtPackUnpackAnalyzer::analyzeGT(), L1GtAnalyzer::analyzeObjectMap(), HLTMuonValidator::analyzePath(), EgammaObjects::analyzePhotons(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SegmentToTrackAssociator::associate(), SegmentsTrackAssociator::associate(), TrackAssociatorByChi2::associateRecoToSim(), MuonAssociatorByHits::associateRecoToSimIndices(), TrackAssociatorByChi2::associateSimToReco(), MuonCosmicCompatibilityFiller::backToBack2LegCosmic(), RecoTauDecayModeCutMultiplexer::beginEvent(), tautools::RecoTauDistanceFromTruthPlugin::beginEvent(), reco::tau::RecoTauDiscriminantCleanerPlugin::beginEvent(), reco::tau::RecoTauTagInfoWorkaroundModifer::beginEvent(), CaloRecoTauDiscriminationByFlightPathSignificance::beginEvent(), reco::tau::RecoTauImpactParameterSignificancePlugin::beginEvent(), TauDiscriminationAgainstMuon< TauType, TauDiscriminator >::beginEvent(), PFRecoTauDiscriminationByFlightPathSignificance::beginEvent(), reco::tau::RecoTauPiZeroStripPlugin::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), RecoTauMVATransform::beginEvent(), tautools::RecoTauDecayModeTruthMatchPlugin::beginEvent(), reco::tau::RecoTauTruthEmbedder::beginEvent(), PFTauMVADiscriminator::beginEvent(), reco::tau::RecoTauBuilderPlugin::beginEvent(), TauDiscriminationAgainstCaloMuon< TauType, TauDiscriminator >::beginEvent(), CaloRecoTauAlgorithm::buildCaloTau(), TtFullHadHypKinFit::buildHypo(), TtFullLepHypKinSolution::buildHypo(), TtSemiLepHypKinFit::buildHypo(), TtFullLepHypGenMatch::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), TtFullHadHypGenMatch::buildHypo(), TtFullLepHypGenMatch::buildMatchingNeutrinos(), pat::LeptonVertexSignificance::calculate(), pat::LeptonJetIsolationAngle::calculate(), PhotonIsolationCalculator::calculateEcalRecHitIso(), PhotonIsolationCalculator::calculateHcalTowerIso(), PhotonIsolationCalculator::calculateTrackIso(), FastL1GlobalAlgo::CaloTowersDump(), ChamberSegmentUtility::ChamberSegmentUtility(), MuonDetLayerMeasurements::checkCSCRecHits(), MuonDetLayerMeasurements::checkDTRecHits(), checkHLTMatch(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), AlignmentTwoBodyDecayTrackSelector::checkMETAcoplanarity(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), AlignmentTrackSelector::checkPrescaledHits(), MuonDetLayerMeasurements::checkRPCRecHits(), edm::MixingWorker< T >::checkSignal(), SiStripAnalyser::checkTrackerFEDs(), CutBasedElectronID::cicSelection(), ClusterRemovalRefSetter::ClusterRemovalRefSetter(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), Digi2Raw2Digi::compare(), L1GtHwValidation::compareDaqRecord(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareEvmRecord(), L1BitComputer::compute(), HLTBitComputer::compute(), ShallowTree::TypedBranchConnector< T >::connect(), L1FastjetCorrector::correction(), L1OffsetCorrector::correction(), L6SLBCorrector::correction(), PFRecHitProducerHCAL::createRecHits(), PFRecHitProducerPS::createRecHits(), PFRecHitProducerECAL::createRecHits(), CxCalculator::CxCalculator(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), PFTauExtractor::depositFromObject(), EEClusterTaskExtras::determineTriggers(), EBClusterTaskExtras::determineTriggers(), EcalCosmicsHists::determineTriggers(), SiStripFineDelayHit::detId(), RPCTTUMonitor::discriminateGMT(), HLTTauRefProducer::doElectrons(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), DumpGctDigis::doInternEM(), DumpGctDigis::doJets(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), Tau3MuReco::doTau3MuReco(), HLTTauRefProducer::doTowers(), dRxyCalculator::dRxyCalculator(), DTHitAssociator::DTHitAssociator(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), AlignmentProducer::duringLoop(), ZeeCalibration::duringLoop(), EcalShowerProperties::EcalShowerProperties(), EcalListOfFEDSProducer::Egamma(), ESListOfFEDSProducer::Egamma(), EcalRawToRecHitRoI::Egamma(), TopLeptonTauFilter::electronFilter(), HITrackingRegionProducer::estimateMultiplicity(), HITrackingRegionForPrimaryVtxProducer::estimateMultiplicity(), HLTBitVariable::eval(), ExpressionVariable< Object, label >::eval(), SimpleValueVariable< TYPE >::eval(), SimpleValueVectorVariable< TYPE >::eval(), L1TauAnalyzer::evalL1Decisions(), AlignmentMonitorTracksFromTrajectories::event(), MuonCosmicCompatibilityFiller::eventActivity(), TCTauAlgorithm::eventSetup(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), PFElectronTranslator::fetchCandidateCollection(), pat::PATPFParticleProducer::fetchCandidateCollection(), PFElectronTranslator::fetchGsfCollection(), PSimHitMap::fill(), HcalSignalGenerator< HBHEDigitizerTraits >::fill(), TopSingleLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), SiPixelCalibDigiProducer::fill(), TauDiscriminationProducerBase< TauType, TauDiscriminator >::TauDiscInfo::fill(), TrackDetectorAssociator::fillCaloTowers(), HTrackAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MuonSimHitsValidAnalyzer::fillCSC(), LaserAlignment::fillDataProfiles(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), TrackDetectorAssociator::fillEcal(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), HTrackAssociator::fillEcal(), GlobalRecHitsAnalyzer::fillECal(), GlobalRecHitsProducer::fillECal(), FastL1GlobalAlgo::FillEgammas(), TrackerHitProducer::fillG4MC(), MuonIdProducer::fillGlbQuality(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), TrackDetectorAssociator::fillHcal(), HTrackAssociator::fillHcal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), HTrackAssociator::fillHcalTowers(), HLTMonPhotonSource::fillHistos(), HLTMonElectron::fillHistos(), HLTMon::fillHistos(), EmDQM::fillHistos(), EmDQMReco::fillHistos(), TrackDetectorAssociator::fillHO(), FastL1GlobalAlgo::FillL1Regions(), FastL1GlobalAlgo::FillL1RegionsTP(), FastL1GlobalAlgo::FillMET(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), MuonAnalyzerSBSM::FillPlots(), DTTFFEDSim::fillRawData(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), HcalRecHitsValidation::fillRecHitsTmp(), MuonSimHitsValidAnalyzer::fillRPC(), TtEvtBuilder< C >::fillSpecific(), reco::HcalNoiseInfoProducer::filltracks(), TrackerHitProducer::fillTrk(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProdHist::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), PdfSystematicsAnalyzer::filter(), SimpleSystematicsAnalyzer::filter(), BTagSkimMC::filter(), HLTEcalIsolationFilter::filter(), HLTHcalNoiseFilter::filter(), HLTPixelIsolTrackFilter::filter(), DetStatus::filter(), DetectorStateFilter::filter(), HLTDisplacedmumuFilter::filter(), TopDiLeptonFilter::filter(), ZToMuMuSelector::filter(), ZToMuMuFilter::filter(), TopDecayChannelFilter< S >::filter(), ptHatFilter::filter(), myFilter::filter(), CandCollectionExistFilter::filter(), JetTagCountFilter::filter(), HLTCSCOverlapFilter::filter(), HLTCSCRing2or3Filter::filter(), JetMETDQMDCSFilter::filter(), TtDecaySelection::filter(), HLTSingleVertexPixelTrackFilter::filter(), PFFilter::filter(), PFMETFilter::filter(), cms::MTCCHLTrigger::filter(), ClusterMultiplicityFilter::filter(), HLTMuonTrackMassFilter::filter(), cms::CosmicTIFTrigFilter::filter(), HcalTBTriggerFilter::filter(), HLT2jetGapFilter::filter(), CosmicGenFilterLowE::filter(), HLTElectronGenericFilter::filter(), HLTEgammaDoubleEtDeltaPhiFilter::filter(), HLTElectronEtFilter::filter(), HLTElectronPixelMatchFilter::filter(), HLTEgammaEtFilterPairs::filter(), HLTEgammaGenericQuadraticFilter::filter(), HLTPhi2METFilter::filter(), HLTEgammaTriggerFilterObjectWrapper::filter(), HLTElectronEoverpFilterRegional::filter(), HLTElectronOneOEMinusOneOPFilterRegional::filter(), HLTJetVBFFilter::filter(), HLTRapGapFilter::filter(), HLTEgammaEtFilter::filter(), HLTMuonDimuonL2Filter::filter(), HLTMuonL2PreFilter::filter(), PFJetFilter::filter(), HLTEgammaGenericFilter::filter(), HLTNVFilter::filter(), HLTHPDFilter::filter(), HLTMuonL1RegionalFilter::filter(), cms::TrackMTCCFilter::filter(), LaserAlignmentEventFilter::filter(), HLTAcoFilter::filter(), HLTHcalMETNoiseFilter::filter(), HLTRHemisphere::filter(), HLTRFilter::filter(), HSCParticleSelector::filter(), HLTMuonIsoFilter::filter(), HLTMuonDimuonL3Filter::filter(), HLTPMDocaFilter::filter(), HLTEgammaL1MatchFilterRegional::filter(), HLTForwardBackwardJetsFilter::filter(), RoadSearchEventFilter::filter(), EcalMonitorPrescaler::filter(), WMuNuValidator::filter(), HLTEgammaDoubleEtFilter::filter(), HLTEgammaDoubleEtPhiFilter::filter(), HLTMuonL3PreFilter::filter(), DTCalibMuonSelection::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), cms::BHFilter::filter(), TotalKinematicsFilter::filter(), HLTDiJetAveFilter::filter(), HLTPhysicsDeclared::filter(), HLTExclDiJetFilter::filter(), HLTEgammaL1MatchFilterPairs::filter(), pat::PATLeptonCountFilter::filter(), HLTEgammaCaloIsolFilterPairs::filter(), HLTPixlMBForAlignmentFilter::filter(), HLTRPCFilter::filter(), HLTMuonL1toL3TkPreFilter::filter(), BTagSkimLeptonJet::filter(), HLTMhtHtFilter::filter(), HLTPixlMBFilt::filter(), CandViewRefRandomSelector::filter(), HLTFiltCand::filter(), EcalTangentFilter::filter(), BxNumberFilter::filter(), PythiaFilterEMJet::filter(), HLTMuonL1Filter::filter(), RecoTauDiscriminatorRefSelector::filter(), L1Filter::filter(), doubleEMEnrichingFilterAlgo::filter(), PythiaFilterGammaGamma::filter(), PythiaFilterZgamma::filter(), HLT1CaloJetEnergy::filter(), EMEnrichingFilterAlgo::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), HLTGlobalSums< T, Tid >::filter(), HSCPHLTFilter::filter(), HLTSinglet< T, Tid >::filter(), WMuNuSelector::filter(), L1DEFilter::filter(), HighETPhotonsFilterAlgo::filter(), JetFlavourCutFilter::filter(), JetFlavourFilter::filter(), PythiaFilterGammaJetIsoPi0::filter(), SiStripCommissioningSeedFilter::filter(), BCToEFilterAlgo::filter(), StringCutObjectEvtFilter< T >::filter(), RecoDiMuon::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType >::filter(), pat::PATSingleVertexSelector::filter(), ProbeTreeProducer::filter(), BdecayFilter::filter(), BsJpsiPhiFilter::filter(), EFilter::filter(), XtoFFbarFilter::filter(), SiStripCommissioningRunTypeFilter::filter(), HLTPrescaler::filter(), HLTSummaryFilter::filter(), HeavyChHiggsToTauNuSkim::filter(), PFTauViewRefSelector::filter(), EgammaProbeSelector::filter(), PythiaFilterEMJetHeep::filter(), HLTDoublet< T1, Tid1, T2, Tid2 >::filter(), HLTSmartSinglet< T, Tid >::filter(), GenLeadTrackFilter::filter(), TauHadronDecayFilter::filter(), PythiaFilterIsolatedTrack::filter(), HLTCountNumberOfObject< OColl >::filter(), BeamSplash::filter(), ECALActivity::filter(), PhysDecl::filter(), JGJFilter::filter(), ObjectPairFilter< C, S >::filter(), HLTmmkFilter::filter(), HLTHighLevel::filter(), SelectHFMinBias::filter(), FilterOutScraping::filter(), HLTL1NumberFilter::filter(), MCSmartSingleParticleFilter::filter(), IsTBH4Type::filter(), HLTHcalCalibTypeFilter::filter(), HLTHcalNZSFilter::filter(), HLTHcalPhiSymFilter::filter(), HLTTrackWithHits::filter(), RecHitEnergyFilter::filter(), MCDecayingPionKaonFilter::filter(), MCDijetResonance::filter(), ErrorSummaryFilter::filter(), EcalExclusiveTrigFilter::filter(), HLTFEDSizeFilter::filter(), GoodVertexFilter::filter(), CosmicGenFilterHelix::filter(), MCZll::filter(), TwoVBGenFilter::filter(), HighMultiplicityGenFilter::filter(), CSCDigiValidator::filter(), SiPixelCalibDigiFilter::filter(), HcalHPDFilter::filter(), TagProbeMassEDMFilter::filter(), LogErrorFilter::filter(), SecondaryVertexFilter::filter(), fltrname::filter(), HZZ4lFilter::filter(), LQGenFilter::filter(), MCParticlePairFilter::filter(), MCProcessFilter::filter(), MCProcessRangeFilter::filter(), MCSingleParticleFilter::filter(), PythiaDauFilter::filter(), PythiaDauVFilter::filter(), PythiaFilter::filter(), PythiaHLTSoupFilter::filter(), Zto2lFilter::filter(), HLTHcalSimpleRecHitFilter::filter(), CSCOverlapsBeamSplashCut::filter(), HLTBeamModeFilter::filter(), EcalSimpleUncalibRecHitFilter::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HerwigMaxPtPartonFilter::filter(), HLTCSCActivityFilter::filter(), HFFilter::filter(), EcalSkim::filter(), L1GtBeamModeFilter::filter(), PhotonEnrichmentFilter::filter(), EcalFEDErrorFilter::filter(), ProtonTaggerFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTCSCAcceptBusyFilter::filter(), FilterScrapingPixelProbability::filter(), TTbar_P4Violation::filter(), HLTDTActivityFilter::filter(), pat::PATJetSelector::filter(), HcalCalibTypeFilter::filter(), HLTEcalPhiSymFilter::filter(), EcalRecHitsFilter::filter(), PrescalerFHN::filter(), HLTHFAsymmetryFilter::filter(), SiStripDetWithSomething< T >::filter(), HCALHighEnergyFilter::filter(), HLTLevel1GTSeed::filter(), UEDMultiLeptonFilter::filter(), HLTPMMassFilter::filter(), HiCentralityBiasFilter::filter(), HLTRPCTrigNoSyncFilter::filter(), NJetsMC::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), PythiaFilterTTBar::filter(), LargeEvents< T >::filter(), SiStripShotFilter::filter(), EcalMIPRecHitFilter::filter(), HSCParticleProducer::filter(), aod2patFilterZee::filter(), WZInterestingEventSelector::filter(), reco::CentralityProducer::filter(), WenuCandidateFilter::filter(), ZeeCandidateFilter::filter(), HLTEcalResonanceFilter::filter(), RPCRecHitFilter::filter(), HLTPi0RecHitsFilter::filter(), FlavorHistoryFilter::filter(), HSCPTreeBuilder::filter(), pat::PATSingleVertexSelector::filter_(), SiStripClusterizer::findInput(), SiStripProcessedRawDigiProducer::findInput(), ShallowDigisProducer::findInput(), AlignmentGlobalTrackSelector::findMuons(), V0Fitter::fitAll(), RunManager::generateEvent(), gen::PyquenHadronizer::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), EventWithHistoryFilter::getAPVPhase(), edm::python::ConstEventWrapper::getByLabel(), getByLabel(), L1MuGMTPSB::getCalo(), PFClusterShapeProducer::getClusterCollection(), Multi5x5SuperClusterProducer::getClusterPtrVector(), SuperClusterProducer::getClusterPtrVector(), HiSuperClusterProducer::getClusterPtrVector(), ElectronIDAlgo::getClusterShape(), Multi5x5ClusterProducer::getCollection(), IslandClusterProducer::getCollection(), EgammaHLTIslandClusterProducer::getCollection(), CosmicClusterProducer::getCollection(), EgammaHLTMulti5x5ClusterProducer::getCollection(), RawDataConverter::GetDigis(), JetMatchingTools::getEBRecHitCollection(), EcalClusterLazyTools::getEBRecHits(), JetMatchingTools::getEBSimHitCollection(), L2TauModularIsolationProducer::getECALHits(), L2TauIsolationProducer::getECALHits(), L2TauNarrowConeIsolationProducer::getECALHits(), JetMatchingTools::getEERecHitCollection(), EcalClusterLazyTools::getEERecHits(), JetMatchingTools::getEESimHitCollection(), pat::PATMHTProducer::getElectrons(), MTFTrackProducer::getFromEvt(), DAFTrackProducer::getFromEvt(), L1TauAnalyzer::getGenObjects(), JetMatchingTools::getGenParticlesCollection(), JetMatchingTools::getHBHERecHitCollection(), L2TauModularIsolationProducer::getHCALHits(), L2TauNarrowConeIsolationProducer::getHCALHits(), JetMatchingTools::getHcalSimHitCollection(), JetMatchingTools::getHFRecHitCollection(), HoECalculator::getHoE(), JetMatchingTools::getHORecHitCollection(), pat::PATMHTProducer::getJets(), L1TauAnalyzer::getL1extraObjects(), getL1triggerDirection(), pat::PATMHTProducer::getMuons(), CaloRecoTauTagInfoAlgorithm::getNeutralEcalBasicClusters(), HLTEgammaDoubleLegCombFilter::getP3OfLegCands(), L2TauModularIsolationProducer::getPFClusters(), L1TauAnalyzer::getPFTauObjects(), PFClusterShapeProducer::getRecHitCollection(), MixEvtVtxGenerator::getRecVertex(), JetMatchingTools::getSimTrackCollection(), KVFTest::getSimVertex(), KineExample::getSimVertex(), JetMatchingTools::getSimVertexCollection(), SiStripDCSStatus::getStatus(), CosmicClusterProducer::getUCollection(), RawDataConverter::GetValidLabels(), MixEvtVtxGenerator::getVertex(), McSelector::handleObjects(), RecoSelector::handleObjects(), PlotMakerL1::handleObjects(), PlotMakerReco::handleObjects(), LeptonRecoSkim::handleObjects(), DTTriggerEfficiencyTask::hasRPCTriggers(), Vx3DHLTAnalyzer::HitCounter(), ctfseeding::HitExtractorPIX::hits(), ctfseeding::HitExtractorSTRP::hits(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), TrackerMuonHitExtractor::init(), tnp::ProbeVariable::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::BaseTreeFiller::init(), SiStripDCSStatus::initialise(), CosmicSplitterValidation::is_gold_muon(), CalibrationTrackSelector::isIsolated(), AlignmentTrackSelector::isIsolated(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), EcalRawToRecHitRoI::Jet(), TopLeptonTauFilter::jetFilter(), EcalListOfFEDSProducer::Jets(), ESListOfFEDSProducer::Jets(), L1GtUtils::l1Results(), SiStripAPVRestorer::LoadMeanCMMap(), EcalBarrelRecHitsMaker::loadPCaloHits(), EcalEndcapRecHitsMaker::loadPCaloHits(), EcalPreshowerRecHitsMaker::loadPCaloHits(), HcalRecHitsMaker::loadPCaloHits(), shallow::make_cluster_map(), RPCDcsInfo::makeDcsInfo(), RPCMonitorDigi::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), DQMProvInfo::makeDcsInfo(), HSCPValidator::makeGenPlots(), DQMDcsInfo::makeGtInfo(), DQMProvInfo::makeGtInfo(), HSCPValidator::makeHLTPlots(), HSCPValidator::makeSimDigiPlotsECAL(), HSCPValidator::makeSimDigiPlotsRPC(), HSCPValidator::makeSimTrackPlots(), FastL3MuonTrajectoryBuilder::makeTkCandCollection(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), EcalListOfFEDSProducer::Muon(), ESListOfFEDSProducer::Muon(), EcalRawToRecHitRoI::Muon(), TopLeptonTauFilter::muonFilter(), MuonCosmicCompatibilityFiller::muonTiming(), OverlapExclusionSelector< C, T, O >::newEvent(), reco::modules::MCMatchCandRefSelector::newEvent(), pat::helper::EfficiencyLoader::newEvent(), CentralityProvider::newEvent(), ZGoldenFilter::newEvent(), pat::helper::VertexingHelper::newEvent(), MuonCosmicCompatibilityFiller::nMuons(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), EcalRawToRecHitRoI::OneCandCollection(), CandIsolatorFromDeposits::SingleDeposit::open(), TrackWithVertexSelector::operator()(), TtDilepLRSignalSelObservables::operator()(), ElectronIDSelectorLikelihood::operator()(), ObjectCountEventSelector< C, S, N, CS >::operator()(), TtSemiLRJetCombObservables::operator()(), L1GtUtils::prescaleFactorSetIndex(), PlotEcalRecHits::printEcalRecHits(), PlotRecHits::printPixelRecHits(), PlotRecTracks::printRecTracks(), PlotSimTracks::printSimTracks(), tfwliteselectortest::ThingsWorker::process(), tfwliteselectortest::ThingsTSelector::process(), tselnameWorker::process(), DTTFFEDReader::process(), EETriggerTowerTask::processDigis(), EBTriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), ShallowEventDataProducer::produce(), HIBestVertexProducer::produce(), PixelVertexProducerMedian::produce(), HLTJetIDProducer::produce(), HLTJetL1MatchProducer::produce(), InterestingEcalDetIdProducer::produce(), SiStripRecHitConverter::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), ShallowTracksProducer::produce(), HcalTTPTriggerRecord::produce(), VZeroProducer::produce(), TrackListCombiner::produce(), ShallowRechitClustersProducer::produce(), QualityFilter::produce(), CSCDigiProducer::produce(), CaloRecHitCandidateProducer::produce(), PFBlockElementSuperClusterProducer::produce(), HcalTTPDigiProducer::produce(), ShallowTrackClustersProducer::produce(), DistortedMETProducer::produce(), HFEMClusterProducer::produce(), CastorSimpleReconstructor::produce(), GsfTrackRefitter::produce(), PixelVertexProducerClusters::produce(), HcalTrigPrimDigiProducer::produce(), JetChargeProducer::produce(), ShallowSimhitClustersProducer::produce(), MassKinFitterCandProducer::produce(), CSCTFTrackProducer::produce(), HIPixelMedianVtxProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), ImpactParameter::produce(), HepMCCopy::produce(), SeedCombiner::produce(), QuarkoniaTrackSelector::produce(), ElectronSqPtTkIsolationProducer::produce(), DistortedPFCandProducer::produce(), MuonWithPFIsoProducer::produce(), DTDigiToRawModule::produce(), evf::EvFFEDSelector::produce(), EnergyLossProducer::produce(), ParticleDecayProducer::produce(), EcalUncalibRecHitProducer::produce(), ElectronSeedMerger::produce(), StGenEventReco::produce(), CSCTFCandidateProducer::produce(), GenParticleDecaySelector::produce(), TtSemiLepJetCombGeom::produce(), DistortedMuonProducer::produce(), DistortedMuonProducerFromDB::produce(), TrackIPProducer::produce(), TopInitSubset::produce(), ESRawToDigi::produce(), IsolatedTauJetsSelector::produce(), MCTrackMatcher::produce(), ShallowClustersProducer::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), EventVtxInfoNtupleDumper::produce(), TtGenEventReco::produce(), EcalTBH2TDCRecInfoProducer::produce(), PhotonIDProducer::produce(), JetExtender::produce(), ESRecHitProducer::produce(), CosmicMuonProducer::produce(), PFJetToCaloProducer::produce(), PFTauToJetProducer::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), HLTTauProducer::produce(), EcalTBTDCRecInfoProducer::produce(), EcalTBHodoscopeRecInfoProducer::produce(), CandOneToOneDeltaRMatcher::produce(), DQMTauProducer::produce(), TrackRefitter::produce(), StEvtSolutionMaker::produce(), EMIsolatedTauJetsSelector::produce(), JetTagProducer::produce(), TtDilepEvtSolutionMaker::produce(), MuonTrackProducer::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), L2TauJetsMerger::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), CRackSeedGenerator::produce(), CandOneToManyDeltaRMatcher::produce(), CandViewRefMerger::produce(), SiStripElectronSeedProducer::produce(), RawDataCollectorByLabel::produce(), FamosProducer::produce(), CastorFastTowerProducer::produce(), CosmicMuonLinksProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), CastorFastClusterProducer::produce(), HcalSimpleAmplitudeZS::produce(), UnifiedSCCollectionProducer::produce(), JetTracksAssociatorAtVertex::produce(), UncleanSCRecoveryProducer::produce(), CSCDigiToRawModule::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), HcalCalibFEDSelector::produce(), CaloTowersReCreator::produce(), HBHEIsolatedNoiseReflagger::produce(), ZdcSimpleReconstructor::produce(), cms::SubEventGenJetProducer::produce(), CollectionAdder< C >::produce(), HIPixelClusterVtxProducer::produce(), CleanAndMergeProducer::produce(), PFNuclearProducer::produce(), L1HLTJetsMatching::produce(), HcalSimpleReconstructor::produce(), TSGFromL2Muon::produce(), TtSemiLepJetCombMVAComputer::produce(), PFDisplacedTrackerVertexProducer::produce(), GenParticlePruner::produce(), LightPFTrackProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), PFConversionProducer::produce(), TCRecoTauProducer::produce(), TrackProducerWithSCAssociation::produce(), CaloRecHitCopy::produce(), EcalRecalibRecHitProducer::produce(), PFV0Producer::produce(), UpdatedMuonInnerTrackRef::produce(), CaloMuonProducer::produce(), GlobalCosmicMuonProducer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), ISRGammaWeightProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), HLTTauRefCombiner::produce(), ESDigiToRaw::produce(), HcalRealisticZS::produce(), SoftPFElectronProducer::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), EcalDigiSelector::produce(), JetTracksAssociatorAtCaloFace::produce(), CSCSegmentProducer::produce(), DTUnpackingModule::produce(), HectorProducer::produce(), HFRecoEcalCandidateProducer::produce(), PixelTracksProducer::produce(), L2TauJetsProvider::produce(), SoftElectronCandProducer::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), PdfWeightProducer::produce(), TSGFromL1Muon::produce(), TtSemiLepSignalSelMVAComputer::produce(), CSCTFPacker::produce(), EgammaHLTHybridClusterProducer::produce(), ElectronIDExternalProducer< algo >::produce(), FastTrackMerger::produce(), EcalRecHitProducer::produce(), L2TauModularIsolationSelector::produce(), HybridClusterProducer::produce(), L2TauRelaxingIsolationSelector::produce(), GenTrackMatcher::produce(), ExampleClusterProducer::produce(), L2TauIsolationSelector::produce(), CSCDCCUnpacker::produce(), CastorDigiProducer::produce(), EgammaElectronTkNumIsolationProducer::produce(), CandViewRefTriggerBiasRemover::produce(), IPTCorrector::produce(), TtFullLepKinSolutionProducer::produce(), NtpProducer< C >::produce(), PFTauViewRefMerger::produce(), FastTSGFromL2Muon::produce(), PreshowerClusterProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), AlignmentPrescaler::produce(), HLTDisplacedmumuVtxProducer::produce(), TrackInfoProducer::produce(), MuonSelectionTypeValueMapProducer::produce(), CaloTowerCandidateCreator::produce(), CandReducer::produce(), ConeIsolation::produce(), EcalTPSkimmer::produce(), CaloMuonMerger::produce(), InvariantMass< T1, T2 >::produce(), JetVetoedTracksAssociatorAtVertex::produce(), TauGenJetProducer::produce(), SiPixelDigiToRaw::produce(), RPCPointProducer::produce(), HcalDigiToRaw::produce(), HcalHistogramRawToDigi::produce(), RPCUnpackingModule::produce(), CastorDigiToRaw::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), CosmicSeedGenerator::produce(), cms::TauMET::produce(), MuonShowerInformationProducer::produce(), MuonRefProducer::produce(), ZMuMuTrackUserData::produce(), TtSemiEvtSolutionMaker::produce(), RecHitFilter::produce(), SiPixelFedFillerWordEventNumber::produce(), HcalRawToDigi::produce(), CloneProducer< C >::produce(), CaloTowersCreator::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), CSCRecHitDProducer::produce(), CosmicsMuonIdProducer::produce(), RPCDigiProducer::produce(), EgammaHLTIslandClusterProducer::produce(), ZMuMuMuonUserData::produce(), PFDisplacedVertexProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), PFDisplacedVertexCandidateProducer::produce(), sistrip::DigiToRawModule::produce(), RecoTauPiZeroFlattener::produce(), HcalTBDigiProducer::produce(), ElectronRecalibSuperClusterAssociator::produce(), ShallowCloneProducer< C >::produce(), ColinsSoperVariablesComputer::produce(), ObjectMultiplicityCounter< T >::produce(), RawDataSelector::produce(), CSCTFUnpacker::produce(), RPCPackingModule::produce(), DTRecSegment4DProducer::produce(), GlobalTrackQualityProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), MuonLinksProducer::produce(), BeamSpotOnlineProducer::produce(), cms::JetVertexAssociation::produce(), GenParticleProducer::produce(), CastorRawToDigi::produce(), OtherObjectVariableComputer< T >::produce(), TtHadEvtSolutionMaker::produce(), PreshowerClusterShapeProducer::produce(), SoftElectronProducer::produce(), ZMuMuUserDataOneTrack::produce(), PFTrackProducer::produce(), EgammaHLTMulti5x5ClusterProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), PFProducer::produce(), ZMuMuUserData::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), EgammaHLTCombinedIsolationProducer::produce(), cms::MuonMETValueMapProducer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), reco::tautools::CopyProducer< Collection >::produce(), GetJetsFromHLTobject::produce(), TrackCandidateProducer::produce(), PiZeroDiscriminatorProducer::produce(), CollectionCombiner< Collection >::produce(), HcalDigitizer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), TopBottomClusterInfoProducer::produce(), HLTTauMCProducer::produce(), BaseEvtVtxGenerator::produce(), CaloTowerCreatorForTauHLT::produce(), ZdcHitReconstructor::produce(), SubdetFEDSelector::produce(), GlobalMuonProducer::produce(), NearbyCandCountComputer::produce(), SiStripRegFEDSelector::produce(), RoadSearchSeedFinder::produce(), TrackClusterRemover::produce(), Type1PFMET::produce(), PFMET::produce(), cms::RoadSearchTrackListCleaner::produce(), TrajectorySeedProducer::produce(), cms::TrackListMerger::produce(), EcalChannelKiller::produce(), EcalDeadChannelRecoveryProducers::produce(), cms::JetCorrectionProducer< T >::produce(), SiPixelRawToDigi::produce(), SubsystemNeutronWriter::produce(), ElectronConversionRejectionVars::produce(), EcalIsolatedParticleCandidateProducer::produce(), PFRecoTauProducer::produce(), PFPileUp::produce(), pat::PATVertexAssociationProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), InputGenJetsParticleSelector::produce(), EgammaHLTClusterShapeProducer::produce(), CaloRecoTauProducer::produce(), EgammaHLTR9Producer::produce(), EgammaHLTR9IDProducer::produce(), PFRecoTauTagInfoProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HcalHitReconstructor::produce(), pat::DuplicatedElectronCleaner::produce(), cms::MuonMET::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), PixelVertexProducer::produce(), SiStripFineDelayHit::produce(), RoadSearchCloudMaker::produce(), cms::ReconstructerFP420::produce(), TtFullHadHypothesis::produce(), Merger< InputCollection, OutputCollection, P >::produce(), WMuNuProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), SoftConversionProducer::produce(), EgammaSCCorrectionMaker::produce(), PFTauMVAInputDiscriminantTranslator::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), ReducedRecHitCollectionProducer::produce(), EgammaTowerIsolationProducer::produce(), cms::RoadSearchCloudCleaner::produce(), CSCTriggerPrimitivesProducer::produce(), cms::RoadSearchHelixMaker::produce(), TrackAssociatorEDProducer::produce(), InterestingDetIdCollectionProducer::produce(), SiStripElectronProducer::produce(), TtSemiLepHypothesis::produce(), DeDxEstimatorProducer::produce(), CaloRecoTauTagInfoProducer::produce(), L2MuonSeedGenerator::produce(), MatchedProbeMaker< T >::produce(), RoadSearchTrackCandidateMaker::produce(), AlCaGammaJetProducer::produce(), PFBlockProducer::produce(), TkAlCaOverlapTagger::produce(), ConversionTrackMerger::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), GenFilterEfficiencyProducer::produce(), MuonCandProducerMon::produce(), edm::CFWriter::produce(), LaserAlignmentT0Producer::produce(), TagProbeMassProducer::produce(), GtToGctCands::produce(), TtEvtBuilder< C >::produce(), ZToLLEdmNtupleDumper::produce(), L1RCTTPGProvider::produce(), TrackHitFilter::produce(), ECALRegFEDSelector::produce(), AlCaHcalNoiseProducer::produce(), MixEvtVtxGenerator::produce(), PhotonCoreProducer::produce(), FastElectronSeedProducer::produce(), AlCaEcalHcalReadoutsProducer::produce(), SiStripDigitizer::produce(), cms::TrackerizerFP420::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), SiClusterTranslator::produce(), GamIsoDetIdCollectionProducer::produce(), pat::PATMETProducer::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), ConversionTrackProducer::produce(), PartonSelector::produce(), HiEgammaSCCorrectionMaker::produce(), TrackingTruthProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), EleIsoDetIdCollectionProducer::produce(), cms::SiPixelDigitizer::produce(), JetPlusTrackProducer::produce(), TtFullLepHypothesis::produce(), ScalersRawToDigi::produce(), EcalTrigPrimProducer::produce(), L1ExtraParticleMapProd::produce(), TagCaloJetProducer::produce(), DTDigitizer::produce(), cms::HitReCalibrator::produce(), RecoTauPiZeroProducer::produce(), pat::PATPhotonProducer::produce(), PrimaryVertexProducer::produce(), PFElecTkProducer::produce(), cms::AlCaDiJetsProducer::produce(), L1GctEmulator::produce(), PFSimParticleProducer::produce(), pat::ObjectEnergyScale< T >::produce(), SiStripElectronAssociator::produce(), cms::SimpleTrackListMerger::produce(), EcalRecHitRecalib::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), ConvertedPhotonProducer::produce(), JetPlusTrackProducerAA::produce(), pat::PATCleaner< PATObjType >::produce(), PFClusterProducer::produce(), cms::ClusterizerFP420::produce(), L1EmulBias::produce(), PhotonProducer::produce(), NeutronHitsCollector::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), PATHemisphereProducer::produce(), cms::Type1MET::produce(), reco::modules::CosmicTrackSelector::produce(), pat::PATPFParticleProducer::produce(), pat::PATCompositeCandidateProducer::produce(), HcalRecHitRecalib::produce(), EcalRawToRecHitRoI::produce(), LTCRawToDigi::produce(), SoftConversionTrackCandidateProducer::produce(), L1ExtraParticlesProd::produce(), DeltaRNearestObjectComputer< T >::produce(), reco::modules::AnalyticalTrackSelector::produce(), GctDigiToRaw::produce(), RecoTauProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), CastorJetIDProducer::produce(), HLTPrescaleRecorder::produce(), pat::PATGenericParticleProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), CastorTowerProducer::produce(), pat::PATMuonProducer::produce(), pat::xxxEventHypothesisProducer::produce(), ConversionTrackCandidateProducer::produce(), TrackMCQuality::produce(), pat::ObjectSpatialResolution< T >::produce(), MuonTimingProducer::produce(), MuScleFitMuonProducer::produce(), cms::DigitizerFP420::produce(), L1GlobalTriggerRecordProducer::produce(), ElectronSeedProducer::produce(), MaskedRctInputDigiProducer::produce(), TopProjector< Top, Bottom >::produce(), pat::PATJetProducer::produce(), prodname::produce(), BSCTrigger::produce(), CastorCellProducer::produce(), TrajectorySeedFromMuonProducer::produce(), EcalRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), TtJetPartonMatch< C >::produce(), JetCollectionForEleHT::produce(), L1Comparator::produce(), RPCTrigger::produce(), HcalHitSelection::produce(), JetIDProducer::produce(), RecoTauCleanerImpl< Prod >::produce(), GoodSeedProducer::produce(), pat::PATTauProducer::produce(), GenHIEventProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), EcalDigiToRaw::produce(), TruthTauDecayModeProducer::produce(), PFRecoTauDecayModeDeterminator::produce(), L1RCTProducer::produce(), EventShapeVarsProducer::produce(), DeDxDiscriminatorProducer::produce(), AlCaIsoTracksProducer::produce(), ConvBremSeedProducer::produce(), CaloTowersMerger::produce(), GctRawToDigi::produce(), MuonErrorMatrixAdjuster::produce(), InterestingTrackEcalDetIdProducer::produce(), CastorClusterProducer::produce(), HiSpikeCleaner::produce(), NuclearSeedsEDProducer::produce(), ConditionDumperInEdm::produce(), reco::modules::TrackMultiSelector::produce(), PatJPsiProducer::produce(), pat::PATTriggerEventProducer::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), EcalRawToRecHitFacility::produce(), LHE2HepMCConverter::produce(), HiEgammaIsolationProducer::produce(), HiGenCleaner< T2 >::produce(), pat::PATElectronProducer::produce(), NuclearInteractionEDProducer::produce(), AlCaElectronsProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), GenJetBCEnergyRatio::produce(), L2TauIsolationProducer::produce(), L2TauModularIsolationProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L2TauNarrowConeIsolationProducer::produce(), L1GTEvmDigiToRaw::produce(), SiStripMeanCMExtractor::produce(), AlignmentMuonHIPTrajectorySelector::produce(), ObjectViewCleaner< T >::produce(), HighPtTrackEcalDetIdProducer::produce(), L1GTDigiToRaw::produce(), EcalRawToRecHitProducer::produce(), APVCyclePhaseProducerFromL1ABC::produce(), APVCyclePhaseProducerFromL1TS::produce(), L1GlobalTrigger::produce(), FastL1MuonProducer::produce(), pat::PATTriggerProducer::produce(), L1GlobalTriggerRawToDigi::produce(), TrackExtrapolator::produce(), FlavorHistoryProducer::produce(), TrackAlgoCompareUtil::produce(), EgammaHLTNxNClusterProducer::produce(), reco::BeamHaloSummaryProducer::produce(), sistrip::FEDEmulatorModule::produce(), TrackerToMuonPropagator::produce(), ReduceHcalRecHitCollectionProducer::produce(), ShallowGainCalibration::produce(), EvtPlaneProducer::produce(), cms::SiPixelClusterProducer::produce(), CSCOverlapsTrackPreparation::produce(), pat::JetCorrFactorsProducer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), JetCrystalsAssociator::produce(), RPCTechnicalTrigger::produce(), cms::SiPixelRecHitConverter::produce(), MuonSimHitProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), cms::CosmicTrackFinder::produce(), ParamL3MuonProducer::produce(), VirtualJetProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), NuclearTrackCorrector::produce(), reco::HcalHaloDataProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), TrackerOnlyConversionProducer::produce(), reco::CSCHaloDataProducer::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), SiStripFineDelayHit::produceNoTracking(), FastjetJetProducer::produceTrackJets(), cms::HITrackVertexMaker::produceTracks(), MuonCosmicCompatibilityFiller::pvMatches(), BeamFitter::readEvent(), ElectronHcalHelper::readEvent(), PVFitter::readEvent(), readEventData(), pat::helper::BasicOverlapTest::readInput(), pat::helper::OverlapBySuperClusterSeed::readInput(), L1MuDTSectorReceiver::receiveCSCData(), L1MuGMTPSB::receiveData(), L1MuDTEtaProcessor::receiveData(), L1MuDTSectorReceiver::receiveDTBXData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), HcalDigiTester::reco(), GlobalTrackingRegionProducerFromBeamSpot::regions(), L3MumuTrackingRegion::regions(), IsolationRegionAroundL3Muon::regions(), GlobalTrackingRegionWithVerticesProducer::regions(), HIMuonTrackingRegionProducer::regions(), TauRegionalPixelSeedGenerator::regions(), HITRegionalPixelSeedGenerator::regions(), HITrackingRegionForPrimaryVtxProducer::regions(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), CutBasedElectronID::robustSelection(), RPCHitAssociator::RPCHitAssociator(), tnp::TagProbePairMaker::run(), EcalRecHitWorkerRecover::run(), ElectronSeedGenerator::run(), L1MuDTTrackFinder::run(), SiStripElectronSeedGenerator::run(), FastElectronSeedGenerator::run(), EgammaHLTPixelMatchElectronAlgo::run(), RxCalculator::RxCalculator(), SeedFilter::seeds(), HLTLevel1GTSeed::seedsL1Extra(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), StringCutEventSelector< Object >::select(), GenJetClosestMatchSelectorDefinition::select(), pf2pat::IPCutPFCandidateSelectorDefinition::select(), CaloTauSelectorDefinition::select(), PFTauSelectorDefinition::select(), SingleEleCalibSelector::select(), AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select(), HIProtoTrackSelector::select(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), StringCutsEventSelector< Object, existenceMatter >::select(), SelectionStep< Object >::select(), HLTMuonMatchAndPlot::selectAndMatchMuons(), FourVectorHLTOffline::selectElectrons(), MuCorrMETAnalyzer::selectHighPtJetEvent(), TcMETAnalyzer::selectHighPtJetEvent(), PFMETAnalyzer::selectHighPtJetEvent(), CaloMETAnalyzer::selectHighPtJetEvent(), METAnalyzer::selectHighPtJetEvent(), MuCorrMETAnalyzer::selectLowPtJetEvent(), TcMETAnalyzer::selectLowPtJetEvent(), PFMETAnalyzer::selectLowPtJetEvent(), CaloMETAnalyzer::selectLowPtJetEvent(), METAnalyzer::selectLowPtJetEvent(), FourVectorHLTOffline::selectTaus(), DualByL2TSG::selectTSG(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), TSGFromPropagation::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), FastTSGFromPropagation::setEvent(), ConversionSeedFinder::setEvent(), ParametrizedSubtractor::setupGeometryMap(), SiStripZeroSuppression::StandardZeroSuppression(), TopLeptonTauFilter::tauFilter(), ClusterChecker::tooManyClusters(), TrackerHitAssociator::TrackerHitAssociator(), FastTSGFromIOHit::trackerSeeds(), LaserDQM::trackerStatistics(), SiStripMonitorTrack::trackStudy(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), DTTrig::triggerReco(), triggerResultsByName(), MuonIdTruthInfo::truthMatchMuon(), TxyCalculator::TxyCalculator(), HIPixelTrackFilter::update(), HIProtoTrackFilter::update(), CosmicParametersDefinerForTP::vertex(), ParametersDefinerForTP::vertex(), WeightManager::weight(), and ECALRecHitAnalyzer::WriteECALRecHits().

360  {
361  bool ok = provRecorder_.getByLabel(tag, result);
362  if (ok) {
363  addToGotBranchIDs(*result.provenance());
364  }
365  return ok;
366  }
bool getByLabel(std::string const &label, Handle< PROD > &result) const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
template<typename PROD >
bool Event::getByLabel ( std::string const &  label,
Handle< PROD > &  result 
) const

Definition at line 370 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.

371  {
372  bool ok = provRecorder_.getByLabel(label, result);
373  if (ok) {
374  addToGotBranchIDs(*result.provenance());
375  }
376  return ok;
377  }
bool getByLabel(std::string const &label, Handle< PROD > &result) const
const std::string & label
Definition: MVAComputer.cc:186
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
template<typename PROD >
bool Event::getByLabel ( std::string const &  label,
std::string const &  productInstanceName,
Handle< PROD > &  result 
) const

Definition at line 381 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByLabel(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.

383  {
384  bool ok = provRecorder_.getByLabel(label, productInstanceName, result);
385  if (ok) {
386  addToGotBranchIDs(*result.provenance());
387  }
388  return ok;
389  }
bool getByLabel(std::string const &label, Handle< PROD > &result) const
const std::string & label
Definition: MVAComputer.cc:186
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
template<typename ELEMENT >
bool Event::getByLabel ( std::string const &  label,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 425 of file Event.h.

References getByLabel(), and query::result.

425  {
426  return getByLabel(moduleLabel, std::string(), result);
427  }
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:359
const std::string * moduleLabel() const
Definition: HLTadd.h:40
template<typename ELEMENT >
bool Event::getByLabel ( std::string const &  label,
std::string const &  productInstanceName,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 431 of file Event.h.

References ExpressReco_HICollisions_FallBack::e, fillView_(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), edm::errors::ProductNotFound, provRecorder_, cms::Exception::raise(), query::result, and cond::rpcobtemp::temp.

433  {
434  result.clear();
435 
436  TypeID typeID(typeid(ELEMENT));
437 
438  BasicHandle bh;
439  int nFound = provRecorder_.getMatchingSequenceByLabel_(typeID,
440  moduleLabel,
441  productInstanceName,
442  bh);
443 
444  if (nFound == 0) {
445  boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) );
446  *whyFailed
447  << "getByLabel: Found zero products matching all criteria\n"
448  << "Looking for sequence of type: " << typeID << "\n"
449  << "Looking for module label: " << moduleLabel << "\n"
450  << "Looking for productInstanceName: " << productInstanceName << "\n";
451  Handle<View<ELEMENT> > temp(whyFailed);
452  result.swap(temp);
453  return false;
454  }
455  if (nFound > 1) {
457  e << "getByLabel: Found more than one product matching all criteria\n"
458  << "Looking for sequence of type: " << typeID << "\n"
459  << "Looking for module label: " << moduleLabel << "\n"
460  << "Looking for productInstanceName: " << productInstanceName << "\n";
461  e.raise();
462  }
463 
464  fillView_(bh, result);
465  return true;
466  }
int getMatchingSequenceByLabel_(TypeID const &typeID, std::string const &label, std::string const &productInstanceName, BasicHandle &result) const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:515
const std::string * moduleLabel() const
Definition: HLTadd.h:40
template<typename ELEMENT >
bool Event::getByLabel ( InputTag const &  tag,
Handle< View< ELEMENT > > &  result 
) const

Definition at line 470 of file Event.h.

References ExpressReco_HICollisions_FallBack::e, fillView_(), getByLabel(), edm::PrincipalGetAdapter::getMatchingSequenceByLabel_(), edm::InputTag::instance(), edm::InputTag::label(), edm::InputTag::process(), edm::errors::ProductNotFound, provRecorder_, cms::Exception::raise(), query::result, and cond::rpcobtemp::temp.

471  {
472  result.clear();
473  if (tag.process().empty()) {
474  return getByLabel(tag.label(), tag.instance(), result);
475  } else {
476  TypeID typeID(typeid(ELEMENT));
477 
478  BasicHandle bh;
479  int nFound = provRecorder_.getMatchingSequenceByLabel_(typeID,
480  tag.label(),
481  tag.instance(),
482  tag.process(),
483  bh);
484 
485  if (nFound == 0) {
486  boost::shared_ptr<cms::Exception> whyFailed(new edm::Exception(edm::errors::ProductNotFound) );
487  *whyFailed
488  << "getByLabel: Found zero products matching all criteria\n"
489  << "Looking for sequence of type: " << typeID << "\n"
490  << "Looking for module label: " << tag.label() << "\n"
491  << "Looking for productInstanceName: " << tag.instance() << "\n"
492  << "Looking for processName: "<<tag.process() <<"\n";
493  Handle<View<ELEMENT> > temp(whyFailed);
494  result.swap(temp);
495  return false;
496  }
497  if (nFound > 1) {
499  e << "getByLabel: Found more than one product matching all criteria\n"
500  << "Looking for sequence of type: " << typeID << "\n"
501  << "Looking for module label: " << tag.label() << "\n"
502  << "Looking for productInstanceName: " << tag.instance() << "\n"
503  << "Looking for processName: "<<tag.process() <<"\n";
504  e.raise();
505  }
506 
507  fillView_(bh, result);
508  return true;
509  }
510  return false;
511  }
int getMatchingSequenceByLabel_(TypeID const &typeID, std::string const &label, std::string const &productInstanceName, BasicHandle &result) const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
tuple result
Definition: query.py:137
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:359
void fillView_(BasicHandle &bh, Handle< View< ELEMENT > > &result) const
Definition: Event.h:515
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<>
bool edm::Event::getByLabel ( edm::InputTag const &  tag,
Handle< GenericObject > &  result 
) const
BasicHandle Event::getByLabelImpl ( const std::type_info &  iWrapperType,
const std::type_info &  iProductType,
const InputTag iTag 
) const
privatevirtual

Implements edm::EventBase.

Definition at line 199 of file Event.cc.

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

199  {
200  BasicHandle h = provRecorder_.getByLabel_(TypeID(iProductType),iTag);
201  if (h.isValid()) {
202  addToGotBranchIDs(*(h.provenance()));
203  }
204  return h;
205  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
BasicHandle getByLabel_(TypeID const &tid, std::string const &label, std::string const &productInstanceName, std::string const &processName) const
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
BasicHandle Event::getByProductID_ ( ProductID const &  oid) const
private

Definition at line 99 of file Event.cc.

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

Referenced by get().

99  {
100  return eventPrincipal().getByProductID(oid);
101  }
BasicHandle getByProductID(ProductID const &oid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:34
template<typename PROD >
bool Event::getByType ( Handle< PROD > &  result) const

Definition at line 403 of file Event.h.

References addToGotBranchIDs(), edm::PrincipalGetAdapter::getByType(), convertSQLiteXML::ok, edm::HandleBase::provenance(), and provRecorder_.

Referenced by DQMHOAlCaRecoStream::analyze(), HFLightCal::analyze(), HFLightCalRand::analyze(), HFPreLightCal::analyze(), CastorDigiAnalyzerImpl::analyze(), CastorHitAnalyzerImpl::analyze(), HcalHitAnalyzerImpl::analyze(), PlaybackRawDataProvider::analyze(), RPCMon_SS_Dbx_Global::analyze(), ZdcTBAnalyzer::analyze(), RPCMonitorLinkSynchro::analyze(), HcalDigiAnalyzerImpl::analyze(), RPCMonitorRaw::analyze(), HcalTBWriter::analyze(), MonitorLTC::analyze(), HcalLedAnalyzer::analyze(), HcalDetDiagLEDMonitor::analyze(), HcalDetDiagNoiseMonitor::analyze(), EcalHexDisplay::analyze(), ElectronSeedAnalyzer::analyze(), TestSuite::analyze(), GlobalTest::analyze(), DQMAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), EcalTrigPrimAnalyzerMIPs::analyze(), L1TLTC::analyze(), HcalCorrPFCalculation::analyze(), TrackerHitAnalyzer::analyze(), HcalPedestalAnalyzer::analyze(), DTAlbertoBenvenutiTask::analyze(), L1TRPCTPG::analyze(), HcalPedestalMCWidths::analyze(), HcalPedestalsAnalysis::analyze(), HcalPedestalWidthsValidation::analyze(), CastorPedestalsAnalysis::analyze(), ValidationHcalIsoTrackAlCaReco::analyze(), HcalTimingMonitorModule::analyze(), HcalDetDiagPedestalMonitor::analyze(), PrimaryVertexAnalyzer4PU::analyze(), HcalDetDiagLaserMonitor::analyze(), HOCalibAnalyzer::analyze(), TrackDetectorAssociator::fillCaloTruth(), TrackerHitProducer::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), STFilter::filter(), HcalTBTriggerFilter::filter(), ComphepSingletopFilter::filter(), cms::LTCTriggerBitsFilter::filter(), HBHENoiseFilter::filter(), MCLongLivedParticles::filter(), MatacqProducer::getCalibTriggerType(), MatacqProducer::getOrbitId(), CastorMonitorSelector::processEvent(), HcalMonitorSelector::processEvent(), GsfTrackRefitter::produce(), HcalLaserReco::produce(), HcalTrigPrimDigiProducer::produce(), DTDigiToRawModule::produce(), DTUnpackingModule::produce(), EcalDCCTBUnpackingModule::produce(), TrackingRecHitTranslator::produce(), HcalTBObjectUnpacker::produce(), EcalDCCTB07UnpackingModule::produce(), SiClusterTranslator::produce(), HBHENoiseFilterResultProducer::produce(), ParamL3MuonProducer::produce(), RPCMonitorSync::readRPCDAQStrips(), RunManager::resetGenParticleId(), FastTSGFromPropagation::setEvent(), DTLocalTriggerTask::triggerSource(), and MuonIdTruthInfo::truthMatchMuon().

404  {
405  bool ok = provRecorder_.getByType(result);
406  if (ok) {
407  addToGotBranchIDs(*result.provenance());
408  }
409  return ok;
410  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
bool getByType(Handle< PROD > &result) const
LuminosityBlock const& edm::Event::getLuminosityBlock ( ) const
inline

Definition at line 58 of file Event.h.

References luminosityBlock_.

Referenced by IsolatedTracksCone::analyze(), HLTPrescaler::filter(), WZInterestingEventSelector::filter(), and getRun().

58  {
59  return *luminosityBlock_;
60  }
boost::shared_ptr< LuminosityBlock const > const luminosityBlock_
Definition: Event.h:224
template<typename PROD >
void Event::getMany ( SelectorBase const &  sel,
std::vector< Handle< PROD > > &  results 
) const

Definition at line 393 of file Event.h.

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

Referenced by TriggerSummaryProducerAOD::fillTriggerObjectCollections(), TriggerSummaryProducerRAW::produce(), and TriggerSummaryProducerAOD::produce().

393  {
395  for (typename std::vector<Handle<PROD> >::const_iterator it = results.begin(), itEnd = results.end();
396  it != itEnd; ++it) {
397  addToGotBranchIDs(*it->provenance());
398  }
399  }
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
void getMany(SelectorBase const &, std::vector< Handle< PROD > > &results) const
template<typename PROD >
void Event::getManyByType ( std::vector< Handle< PROD > > &  results) const

Definition at line 414 of file Event.h.

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

Referenced by HtrXmlPattern::analyze(), CaloJetTester::analyze(), JPTJetTester::analyze(), PFJetTester::analyze(), myJetAna::analyze(), EnergyScaleAnalyzer::analyze(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), myFilter::filter(), cms::MTCCHLTrigger::filter(), Herwig6Filter::filter(), egHLT::debug::listAllProducts(), HSCPValidator::makeSimDigiPlotsRPC(), PlotRecHits::printStripRecHits(), RawDataCollectorModule::produce(), ESRecHitsMerger::produce(), EcalRecHitsMerger::produce(), EcalListOfFEDSProducer::produce(), and ESListOfFEDSProducer::produce().

415  {
417  for (typename std::vector<Handle<PROD> >::const_iterator it = results.begin(), itEnd = results.end();
418  it != itEnd; ++it) {
419  addToGotBranchIDs(*it->provenance());
420  }
421  }
void getManyByType(std::vector< Handle< PROD > > &results) const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
void addToGotBranchIDs(Provenance const &prov) const
Definition: Event.cc:184
bool Event::getProcessParameterSet ( std::string const &  processName,
ParameterSet ps 
) const

Definition at line 76 of file Event.cc.

References cmsDriver::config, edm::ParameterSet::empty(), edm::hlt::Exception, edm::ProcessHistory::getConfigurationForProcess(), edm::detail::ThreadSafeRegistry< KEY, T, E >::getMapped(), edm::EventBase::id(), edm::detail::ThreadSafeRegistry< KEY, T, E >::instance(), edm::errors::NotFound, edm::ProcessConfiguration::parameterSetID(), and processHistoryID().

Referenced by DQMProvInfo::analyze().

77  {
78  // Get the ProcessHistory for this event.
80  ProcessHistory ph;
81  if (!phr->getMapped(processHistoryID(), ph)) {
83  << "ProcessHistoryID " << processHistoryID()
84  << " is claimed to describe " << id()
85  << "\nbut is not found in the ProcessHistoryRegistry.\n"
86  << "This file is malformed.\n";
87  }
88 
89  ProcessConfiguration config;
90  bool process_found = ph.getConfigurationForProcess(processName, config);
91  if (process_found) {
92  pset::Registry::instance()->getMapped(config.parameterSetID(), ps);
93  assert(!ps.empty());
94  }
95  return process_found;
96  }
edm::detail::ThreadSafeRegistry< edm::ProcessHistoryID, edm::ProcessHistory > ProcessHistoryRegistry
bool getMapped(key_type const &k, value_type &result) const
ProcessHistoryID const & processHistoryID() const
Definition: Event.cc:55
edm::EventID id() const
Definition: EventBase.h:56
tuple config
Definition: cmsDriver.py:17
static ThreadSafeRegistry * instance()
Provenance Event::getProvenance ( BranchID const &  theID) const
Provenance Event::getProvenance ( ProductID const &  theID) const

Definition at line 66 of file Event.cc.

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

66  {
68  }
Provenance getProvenance(ProductID const &pid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:34
template<typename PROD >
RefProd<PROD> edm::Event::getRefBeforePut ( )
inline
template<typename PROD >
RefProd< PROD > Event::getRefBeforePut ( std::string const &  productInstanceName)

Definition at line 338 of file Event.h.

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

338  {
339  PROD* p = 0;
340  ConstBranchDescription const& desc =
341  provRecorder_.getBranchDescription(TypeID(*p), productInstanceName);
342 
343  //should keep track of what Ref's have been requested and make sure they are 'put'
344  return RefProd<PROD>(makeProductID(desc), provRecorder_.prodGetter());
345  }
EDProductGetter const * prodGetter() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
ProductID makeProductID(ConstBranchDescription const &desc) const
Definition: Event.cc:39
#define PROD(A, B)
ConstBranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
Run const & Event::getRun ( ) const
ProductID Event::makeProductID ( ConstBranchDescription const &  desc) const
private

Definition at line 39 of file Event.cc.

References edm::ConstBranchDescription::branchID(), edm::EventPrincipal::branchIDToProductID(), and eventPrincipal().

Referenced by getRefBeforePut(), and put().

39  {
40  return eventPrincipal().branchIDToProductID(desc.branchID());
41  }
ProductID branchIDToProductID(BranchID const &bid) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:34
ProcessHistory const & Event::processHistory ( ) const

Definition at line 189 of file Event.cc.

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

Referenced by DQMProvInfo::analyze(), and RawDataCollectorModule::produce().

189  {
190  return provRecorder_.processHistory();
191  }
ProcessHistory const & processHistory() const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
ProcessHistoryID const & Event::processHistoryID ( ) const

Definition at line 55 of file Event.cc.

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

Referenced by getProcessParameterSet().

55  {
57  }
ProcessHistoryID const & processHistoryID() const
Definition: Principal.h:116
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:34
template<>
OrphanHandle<GenericObjectOwner> edm::Event::put ( std::auto_ptr< GenericObjectOwner product,
std::string const &  productInstanceName 
)

Definition at line 84 of file GenericObjectOwner.cc.

References harvestRelVal::args, edm::ConstBranchDescription::branchID(), edm::errors::DictionaryNotFound, edm::hlt::Exception, edm::ConstBranchDescription::fullClassName(), edm::errors::NullPointerError, asciidump::s, and edm::wrappedClassName().

85 {
86  if (product.get() == 0) { // null pointer is illegal
88  << "Event::put: A null auto_ptr was passed to 'put'.\n"
89  << "The pointer is of type " << "GenericObjectOwner" << ".\n"
90  << "The specified productInstanceName was '" << productInstanceName << "'.\n";
91  }
92 
93  // The following will call post_insert if T has such a function,
94  // and do nothing if T has no such function.
95  /*
96  typename boost::mpl::if_c<detail::has_postinsert<PROD>::value,
97  DoPostInsert<PROD>,
98  DoNotPostInsert<PROD> >::type maybe_inserter;
99  maybe_inserter(product.get());
100  */
101  ConstBranchDescription const& desc =
102  provRecorder_.getBranchDescription(TypeID(product->object().TypeOf().TypeInfo()), productInstanceName);
103 
104  Reflex::Type const wrapperType=Reflex::Type::ByName(wrappedClassName(desc.fullClassName()));
105  if(wrapperType == Reflex::Type() ) {
106  throw edm::Exception(errors::DictionaryNotFound, "NoWrapperDictionary")
107  << "Event::put: the class type '" << desc.fullClassName()
108  << "' was passed to put but the Reflex dictionary for the required class '"
109  << wrappedClassName(desc.fullClassName()) << "' could not be found./n"
110  << "Please change the C++ package which contains the description of '" << desc.fullClassName()
111  << "' so that the required class also has a dictionary autogenerated.";
112  }
113  std::vector<void*> args;
114  args.reserve(1);
115  args.push_back(product->object().Address());
116  //generate the signature of the function we want to call
117  std::string s("void(");
118  s+=desc.fullClassName();
119  s+="*)";
120  Reflex::Type ptrT = Reflex::Type::ByName(s);
121  Reflex::Object oWrapper(wrapperType.Construct(ptrT,args));
122  //ownership was transfered to the wrapper
123  product.release();
124 
125  static Reflex::Type s_edproductType(Reflex::Type::ByTypeInfo(typeid(EDProduct)));
126  EDProduct *wp(reinterpret_cast<EDProduct*>(oWrapper.CastObject(s_edproductType).Address()));
127  putProducts().push_back(std::make_pair(wp, &desc));
128 
129  // product.release(); // The object has been copied into the Wrapper.
130  // The old copy must be deleted, so we cannot release ownership.
131 
132  return(OrphanHandle<GenericObjectOwner>(oWrapper.Get("obj"), eventPrincipal().branchIDToProductID(desc.branchID())));
133 }
ProductID branchIDToProductID(BranchID const &bid) const
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
std::string wrappedClassName(std::string const &iFullName)
ProductPtrVec & putProducts()
Definition: Event.h:207
dictionary args
string s
Definition: asciidump.py:422
ConstBranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
EventPrincipal const & eventPrincipal() const
Definition: Event.cc:34
template<typename PROD >
OrphanHandle<PROD> edm::Event::put ( std::auto_ptr< PROD product)
inline

Put a new product.

Definition at line 84 of file Event.h.

Referenced by edm::HiMixingWorker< T >::addSignals(), Multi5x5ClusterProducer::clusterizeECALPart(), IslandClusterProducer::clusterizeECALPart(), EgammaHLTIslandClusterProducer::clusterizeECALPart(), CosmicClusterProducer::clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer::clusterizeECALPart(), SiStripZeroSuppression::CollectionMergedZeroSuppression(), PFRecHitProducerHCAL::createRecHits(), HLTTauRefProducer::doElectrons(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMuons(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), edm::MixingModule::doPileUp(), HLTTauRefProducer::doTowers(), EDMNeutronWriter::endEvent(), HLTPixelIsolTrackFilter::filter(), HLTEcalIsolationFilter::filter(), HLTDisplacedmumuFilter::filter(), HLTSingleVertexPixelTrackFilter::filter(), cms::MTCCHLTrigger::filter(), HLTEgammaDoubleLegCombFilter::filter(), HLTMuonTrackMassFilter::filter(), HLT2jetGapFilter::filter(), HLTEgammaEtFilterPairs::filter(), HLTEgammaGenericFilter::filter(), HLTEgammaDoubleEtDeltaPhiFilter::filter(), HLTEgammaEtFilter::filter(), HLTEgammaTriggerFilterObjectWrapper::filter(), HLTEgammaGenericQuadraticFilter::filter(), HLTElectronEoverpFilterRegional::filter(), HLTElectronEtFilter::filter(), HLTElectronGenericFilter::filter(), HLTElectronOneOEMinusOneOPFilterRegional::filter(), HLTElectronPixelMatchFilter::filter(), HLTJetVBFFilter::filter(), HLTNVFilter::filter(), HLTPhi2METFilter::filter(), HLTRapGapFilter::filter(), HLTMuonDimuonL2Filter::filter(), HLTMuonL2PreFilter::filter(), cms::TrackMTCCFilter::filter(), HSCParticleSelector::filter(), HLTAcoFilter::filter(), HLTRFilter::filter(), HLTRHemisphere::filter(), HLTMuonDimuonL3Filter::filter(), HLTMuonIsoFilter::filter(), HLTMuonL1RegionalFilter::filter(), cms::LTCTriggerBitsFilter::filter(), HLTEgammaL1MatchFilterRegional::filter(), HLTPMDocaFilter::filter(), HLTForwardBackwardJetsFilter::filter(), HLTMuonL3PreFilter::filter(), HLTEgammaDoubleEtFilter::filter(), HLTEgammaDoubleEtPhiFilter::filter(), cms::ClusterMTCCFilter::filter(), cms::TECClusterFilter::filter(), HLTEgammaL1MatchFilterPairs::filter(), HLTDiJetAveFilter::filter(), HLTExclDiJetFilter::filter(), HLTPixlMBFilt::filter(), HLTPixlMBForAlignmentFilter::filter(), HLTEgammaCaloIsolFilterPairs::filter(), HLTMhtHtFilter::filter(), HLTMuonL1toL3TkPreFilter::filter(), CandViewRefRandomSelector::filter(), Tau3MuSkim::filter(), HLTFiltCand::filter(), RecoTauDiscriminatorRefSelector::filter(), HLTMuonL1Filter::filter(), HLT1CaloJetEnergy::filter(), HLTGlobalSums< T, Tid >::filter(), HLTSinglet< T, Tid >::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType >::filter(), PFTauViewRefSelector::filter(), HLTDoublet< T1, Tid1, T2, Tid2 >::filter(), HLTSmartSinglet< T, Tid >::filter(), HLTCountNumberOfObject< OColl >::filter(), HLTmmkFilter::filter(), HLTHcalPhiSymFilter::filter(), HLTTrackWithHits::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), MCZll::filter(), pat::PATJetSelector::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), ConfigurableAnalysis::filter(), HLTEcalPhiSymFilter::filter(), HLTPMMassFilter::filter(), HLTLevel1GTSeed::filter(), HSCParticleProducer::filter(), aod2patFilterZee::filter(), reco::CentralityProducer::filter(), WenuCandidateFilter::filter(), ZeeCandidateFilter::filter(), HLTEcalResonanceFilter::filter(), HLTPi0RecHitsFilter::filter(), FlavorHistoryFilter::filter(), pat::PATSingleVertexSelector::filter_(), ShallowDigisProducer::insert(), gen::Pythia6Gun::loadEvent(), EgammaHLTNxNClusterProducer::makeNxNClusters(), DimuonMCMatcher::produce(), WeakEffectsWeightProducer::produce(), ShallowEventDataProducer::produce(), SiStripRecHitConverter::produce(), InterestingEcalDetIdProducer::produce(), PixelVertexProducerMedian::produce(), HIBestVertexProducer::produce(), HLTJetIDProducer::produce(), HLTJetL1MatchProducer::produce(), DoubleProducer::produce(), ShallowTracksProducer::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomEThetaGunSource::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FlatRandomPtThetaGunSource::produce(), TrackListCombiner::produce(), ShallowRechitClustersProducer::produce(), VZeroProducer::produce(), HcalTTPTriggerRecord::produce(), PFBlockElementSuperClusterProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), HcalPatternSource::produce(), ShallowTrackClustersProducer::produce(), QualityFilter::produce(), HcalTTPDigiProducer::produce(), CSCDigiProducer::produce(), DistortedMETProducer::produce(), CaloRecHitCandidateProducer::produce(), PixelVertexProducerClusters::produce(), ShallowSimhitClustersProducer::produce(), HcalTrigPrimDigiProducer::produce(), JetChargeProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), MassKinFitterCandProducer::produce(), HFEMClusterProducer::produce(), CastorSimpleReconstructor::produce(), HcalLaserReco::produce(), QuarkoniaTrackSelector::produce(), HepMCCopy::produce(), ElectronSqPtTkIsolationProducer::produce(), CSCTFTrackProducer::produce(), ImpactParameter::produce(), SeedCombiner::produce(), DistortedPFCandProducer::produce(), reco::modules::CaloRecHitCandidateProducer< HitCollection >::produce(), MuonWithPFIsoProducer::produce(), HIPixelMedianVtxProducer::produce(), evf::EvFFEDSelector::produce(), ElectronSeedMerger::produce(), CSCTFCandidateProducer::produce(), GenParticleDecaySelector::produce(), StGenEventReco::produce(), TopInitSubset::produce(), TtSemiLepJetCombGeom::produce(), DistortedMuonProducer::produce(), DistortedMuonProducerFromDB::produce(), EnergyLossProducer::produce(), TrackIPProducer::produce(), ParticleDecayProducer::produce(), DTDigiToRawModule::produce(), EcalUncalibRecHitProducer::produce(), ESRawToDigi::produce(), ShallowClustersProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), IsolatedTauJetsSelector::produce(), RawDataCollectorModule::produce(), MCTruthCompositeMatcher< C1, C2 >::produce(), MCTrackMatcher::produce(), TtGenEventReco::produce(), EventVtxInfoNtupleDumper::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), DQMTauProducer::produce(), EMIsolatedTauJetsSelector::produce(), HLTTauProducer::produce(), PFJetToCaloProducer::produce(), PFTauToJetProducer::produce(), PathTimerInserter::produce(), EcalTBHodoscopeRecInfoProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), EcalTBTDCRecInfoProducer::produce(), TtDilepEvtSolutionMaker::produce(), SeedGeneratorFromRegionHitsEDProducer::produce(), CandOneToOneDeltaRMatcher::produce(), StEvtSolutionMaker::produce(), TtSemiLepKinFitProducer< LeptonCollection >::produce(), JetTagProducer::produce(), EcalRecHitsMerger::produce(), ESRecHitsMerger::produce(), PhotonIDProducer::produce(), JetExtender::produce(), ESRecHitProducer::produce(), L2TauJetsMerger::produce(), CRackSeedGenerator::produce(), CandViewRefMerger::produce(), CandOneToManyDeltaRMatcher::produce(), MuonTrackProducer::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::produce(), CastorFastClusterProducer::produce(), CosmicMuonLinksProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::ExpoRandomPtGunSource::produce(), edm::FlatRandomEGunSource::produce(), edm::FlatRandomPtGunSource::produce(), edm::MultiParticleInConeGunSource::produce(), RawDataCollectorByLabel::produce(), FamosProducer::produce(), CastorFastTowerProducer::produce(), HcalSimpleAmplitudeZS::produce(), UncleanSCRecoveryProducer::produce(), UnifiedSCCollectionProducer::produce(), SiStripElectronSeedProducer::produce(), EcalListOfFEDSProducer::produce(), AssociationVector2ValueMap< KeyRefProd, CVal >::produce(), JetTracksAssociatorAtVertex::produce(), HcalCalibFEDSelector::produce(), TSGFromL2Muon::produce(), LightPFTrackProducer::produce(), PFConversionProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), L1HLTJetsMatching::produce(), TCRecoTauProducer::produce(), GenParticlePruner::produce(), TtSemiLepJetCombMVAComputer::produce(), edm::CosMuoGenProducer::produce(), CleanAndMergeProducer::produce(), ESListOfFEDSProducer::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaPhotonTkIsolationProducer::produce(), EgammaPhotonTkNumIsolationProducer::produce(), CSCDigiToRawModule::produce(), HIPixelClusterVtxProducer::produce(), CollectionAdder< C >::produce(), cms::SubEventGenJetProducer::produce(), CaloTowersReCreator::produce(), HBHEIsolatedNoiseReflagger::produce(), HcalSimpleReconstructor::produce(), ZdcSimpleReconstructor::produce(), CaloMuonProducer::produce(), edm::H2RootNtplSource::produce(), PFV0Producer::produce(), EcalTBWeightUncalibRecHitProducer::produce(), CaloRecHitCopy::produce(), CandIsoDepositProducer::produce(), UpdatedMuonInnerTrackRef::produce(), edm::CosMuoGenSource::produce(), ISRGammaWeightProducer::produce(), TrackProducerWithSCAssociation::produce(), EcalRecalibRecHitProducer::produce(), HLTTauRefCombiner::produce(), TSGFromL1Muon::produce(), PFElectronTranslator::produce(), L2TauJetsProvider::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), PixelTracksProducer::produce(), HectorProducer::produce(), TtFullHadSignalSelMVAComputer::produce(), TtSemiLepSignalSelMVAComputer::produce(), SoftElectronCandProducer::produce(), SoftPFElectronProducer::produce(), FSRWeightProducer::produce(), EcalDigiSelector::produce(), ISRWeightProducer::produce(), PdfWeightProducer::produce(), HFRecoEcalCandidateProducer::produce(), DTUnpackingModule::produce(), HcalRealisticZS::produce(), JetTracksAssociatorAtCaloFace::produce(), ESDigiToRaw::produce(), CSCSegmentProducer::produce(), L2TauIsolationSelector::produce(), L2TauModularIsolationSelector::produce(), L2TauRelaxingIsolationSelector::produce(), StoreSecondary::produce(), RHStopTracer::produce(), FastTrackMerger::produce(), GenTrackMatcher::produce(), ExampleClusterProducer::produce(), HybridClusterProducer::produce(), EgammaHLTHybridClusterProducer::produce(), CSCDCCUnpacker::produce(), CSCTFPacker::produce(), ElectronIDExternalProducer< algo >::produce(), EcalRecHitProducer::produce(), NtpProducer< C >::produce(), PFTauViewRefMerger::produce(), CandViewRefTriggerBiasRemover::produce(), CastorDigiProducer::produce(), FastTSGFromL2Muon::produce(), TtFullLepKinSolutionProducer::produce(), PreshowerClusterProducer::produce(), IPTCorrector::produce(), EgammaElectronTkNumIsolationProducer::produce(), CaloMuonMerger::produce(), MuonSelectionTypeValueMapProducer::produce(), SiStripProcessedRawDigiProducer::produce(), InvariantMass< T1, T2 >::produce(), TauGenJetProducer::produce(), JetVetoedTracksAssociatorAtVertex::produce(), TrackInfoProducer::produce(), CandReducer::produce(), LmfSource::produce(), ConeIsolation::produce(), HLTDisplacedmumuVtxProducer::produce(), EgammaHLTRemoveDuplicatedSC::produce(), AlignmentPrescaler::produce(), CaloTowerCandidateCreator::produce(), EcalTPSkimmer::produce(), HcalDigiToRaw::produce(), TtSemiEvtSolutionMaker::produce(), HcalHistogramRawToDigi::produce(), MuonRefProducer::produce(), MuonShowerInformationProducer::produce(), RPCUnpackingModule::produce(), SiPixelDigiToRaw::produce(), CosmicSeedGenerator::produce(), OscarProducer::produce(), RPCPointProducer::produce(), ZMuMuTrackUserData::produce(), cms::TauMET::produce(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), RecHitFilter::produce(), CastorDigiToRaw::produce(), RawDataSelector::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), CosmicsMuonIdProducer::produce(), HcalRawToDigi::produce(), PFDisplacedVertexCandidateProducer::produce(), PFDisplacedVertexProducer::produce(), RecoTauPiZeroFlattener::produce(), sistrip::DigiToRawModule::produce(), CaloRecHitsProducer::produce(), PileUpProducer::produce(), RPCDigiProducer::produce(), ZMuMuMuonUserData::produce(), ColinsSoperVariablesComputer::produce(), ShallowCloneProducer< C >::produce(), ObjectMultiplicityCounter< T >::produce(), CloneProducer< C >::produce(), HcalTBDigiProducer::produce(), ElectronRecalibSuperClusterAssociator::produce(), CaloTowersCreator::produce(), SiPixelFedFillerWordEventNumber::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), CSCRecHitDProducer::produce(), GlobalTrackQualityProducer::produce(), cms::JetVertexAssociation::produce(), HcalTBSource::produce(), RPCPackingModule::produce(), BeamSpotOnlineProducer::produce(), EcalSimHitsValidProducer::produce(), OtherObjectVariableComputer< T >::produce(), MuonLinksProducer::produce(), EgammaHLTPixelMatchElectronProducers::produce(), CastorRawToDigi::produce(), CSCTFUnpacker::produce(), GenParticleProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), edm::MCFileSource::produce(), PFProducer::produce(), PFTrackProducer::produce(), BeamSpotProducer::produce(), ZMuMuUserDataOneTrack::produce(), TtHadEvtSolutionMaker::produce(), edm::BeamHaloProducer::produce(), SoftElectronProducer::produce(), ZMuMuUserData::produce(), PreshowerClusterShapeProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), EgammaHLTRegionalPixelSeedGeneratorProducers::produce(), cms::MuonMETValueMapProducer::produce(), DTTrackFinder::produce(), reco::tautools::CopyProducer< Collection >::produce(), TrackCandidateProducer::produce(), edm::PomwigProducer::produce(), GetJetsFromHLTobject::produce(), HcalDigitizer::produce(), EgammaHLTCombinedIsolationProducer::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTRecoEcalCandidateProducers::produce(), TrackingRecHitTranslator::produce(), EcalDCCTBUnpackingModule::produce(), EcalRawToRecHitByproductProducer::produce(), CollectionCombiner< Collection >::produce(), PiZeroDiscriminatorProducer::produce(), TopBottomClusterInfoProducer::produce(), HLTTauMCProducer::produce(), BaseEvtVtxGenerator::produce(), CaloTowerCreatorForTauHLT::produce(), RandomEngineStateProducer::produce(), HcalTBObjectUnpacker::produce(), NearbyCandCountComputer::produce(), LaserAlignmentSource::produce(), SubdetFEDSelector::produce(), EcalDCCTB07UnpackingModule::produce(), ZdcHitReconstructor::produce(), PFMET::produce(), TrackClusterRemover::produce(), SiPixelRawToDigi::produce(), cms::RoadSearchTrackListCleaner::produce(), RoadSearchSeedFinder::produce(), cms::TrackListMerger::produce(), Type1PFMET::produce(), EcalChannelKiller::produce(), cms::JetCorrectionProducer< T >::produce(), SiStripRegFEDSelector::produce(), TrajectorySeedProducer::produce(), DTTFFEDSim::produce(), EcalDeadChannelRecoveryProducers::produce(), CaloRecoTauProducer::produce(), PFRecoTauProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), pat::PATVertexAssociationProducer::produce(), PFPileUp::produce(), edm::BeamHaloSource::produce(), ElectronConversionRejectionVars::produce(), EgammaHLTClusterShapeProducer::produce(), EgammaHLTElectronDetaDphiProducer::produce(), EgammaHLTR9Producer::produce(), TriggerSummaryProducerRAW::produce(), HcalForwardLibWriter::produce(), InputGenJetsParticleSelector::produce(), cms::MuonMET::produce(), PixelVertexProducer::produce(), cms::ReconstructerFP420::produce(), SiStripFineDelayHit::produce(), RoadSearchCloudMaker::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), TtFullHadHypothesis::produce(), EgammaHLTR9IDProducer::produce(), pat::DuplicatedElectronCleaner::produce(), WMuNuProducer::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HcalHitReconstructor::produce(), PFRecoTauTagInfoProducer::produce(), Merger< InputCollection, OutputCollection, P >::produce(), CSCTriggerPrimitivesProducer::produce(), PFTauMVAInputDiscriminantTranslator::produce(), GtPsbTextToDigi::produce(), cms::RoadSearchHelixMaker::produce(), edm::TriggerResultInserter::produce(), TrackAssociatorEDProducer::produce(), EgammaSCCorrectionMaker::produce(), InterestingDetIdCollectionProducer::produce(), cms::RoadSearchCloudCleaner::produce(), EgammaEcalRecHitIsolationProducer::produce(), ReducedRecHitCollectionProducer::produce(), SiStripElectronProducer::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), EgammaTowerIsolationProducer::produce(), SoftConversionProducer::produce(), DTTFFEDReader::produce(), AlCaGammaJetProducer::produce(), L2MuonSeedGenerator::produce(), PFClusterShapeProducer::produce(), MatchedProbeMaker< T >::produce(), PFRecHitProducer::produce(), CaloRecoTauTagInfoProducer::produce(), DeDxEstimatorProducer::produce(), RoadSearchTrackCandidateMaker::produce(), PFBlockProducer::produce(), TtSemiLepHypothesis::produce(), SimG4HcalValidation::produce(), TrackingMaterialProducer::produce(), TkAlCaOverlapTagger::produce(), EmptyHepMCProducer::produce(), TagProbeMassProducer::produce(), MuonCandProducerMon::produce(), edm::CFWriter::produce(), GtToGctCands::produce(), LaserAlignmentT0Producer::produce(), EgammaHLTHcalIsolationDoubleConeProducers::produce(), TtEvtBuilder< C >::produce(), ConversionTrackMerger::produce(), AlCaEcalHcalReadoutsProducer::produce(), L1RCTTPGProvider::produce(), AlCaHcalNoiseProducer::produce(), FastElectronSeedProducer::produce(), IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), MixEvtVtxGenerator::produce(), SiStripDigitizer::produce(), TrackHitFilter::produce(), ZToLLEdmNtupleDumper::produce(), ECALRegFEDSelector::produce(), cms::TrackerizerFP420::produce(), SiClusterTranslator::produce(), PhotonCoreProducer::produce(), DTTrigProd::produce(), cms::MuonTCMETValueMapProducer::produce(), pat::PATMETProducer::produce(), TtFullLepHypothesis::produce(), EleIsoDetIdCollectionProducer::produce(), PartonSelector::produce(), ScalersRawToDigi::produce(), EgammaHLTEcalIsolationProducersRegional::produce(), GamIsoDetIdCollectionProducer::produce(), ConversionTrackProducer::produce(), HiEgammaSCCorrectionMaker::produce(), cms::SiPixelDigitizer::produce(), JetPlusTrackProducer::produce(), pat::PATPhotonProducer::produce(), PFElecTkProducer::produce(), FastL1CaloSim::produce(), EcalTrigPrimProducer::produce(), RecoTauPiZeroProducer::produce(), L1GctEmulator::produce(), TagCaloJetProducer::produce(), PrimaryVertexProducer::produce(), L1ExtraParticleMapProd::produce(), simwatcher::BeginOfTrackCounter::produce(), HBHENoiseFilterResultProducer::produce(), PFSimParticleProducer::produce(), cms::HitReCalibrator::produce(), DTDigitizer::produce(), cms::AlCaDiJetsProducer::produce(), EcalFEtoDigi::produce(), cms::SimpleTrackListMerger::produce(), RctTextToRctDigi::produce(), SimpleCosmicBONSeeder::produce(), pat::ObjectEnergyScale< T >::produce(), edm::LogErrorHarvester::produce(), NTuplingDevice::produce(), SiStripElectronAssociator::produce(), EcalRecHitRecalib::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), ConvertedPhotonProducer::produce(), JetPlusTrackProducerAA::produce(), pat::PATCleaner< PATObjType >::produce(), PATHemisphereProducer::produce(), NeutronHitsCollector::produce(), L1EmulBias::produce(), PFClusterProducer::produce(), cms::Type1MET::produce(), PhotonProducer::produce(), EgammaHLTHcalIsolationProducersRegional::produce(), cms::ClusterizerFP420::produce(), pat::PATPFParticleProducer::produce(), pat::PATCompositeCandidateProducer::produce(), TriggerSummaryProducerAOD::produce(), EventWithHistoryProducer::produce(), HcalRecHitRecalib::produce(), reco::modules::CosmicTrackSelector::produce(), EcalRawToRecHitRoI::produce(), TextToRaw::produce(), GctDigiToRaw::produce(), L1ExtraParticlesProd::produce(), reco::modules::AnalyticalTrackSelector::produce(), DeltaRNearestObjectComputer< T >::produce(), RecoTauProducer::produce(), LTCRawToDigi::produce(), SoftConversionTrackCandidateProducer::produce(), CentralityBinProducer::produce(), Timer::produce(), TrackCandidateTopBottomHitFilter::produce(), TotemTestGem::produce(), CastorJetIDProducer::produce(), HLTPrescaleRecorder::produce(), pat::PATGenericParticleProducer::produce(), SourceCardTextToRctDigi::produce(), TrackMCQuality::produce(), ConversionTrackCandidateProducer::produce(), MuScleFitMuonProducer::produce(), ErrorStreamSource::produce(), L1DummyProducer::produce(), pat::xxxEventHypothesisProducer::produce(), V0Producer::produce(), EventWithHistoryProducerFromL1ABC::produce(), MuonTimingProducer::produce(), pat::PATMuonProducer::produce(), pat::ObjectSpatialResolution< T >::produce(), CastorTowerProducer::produce(), BSCTrigger::produce(), prodname::produce(), L1GlobalTriggerRecordProducer::produce(), cms::DigitizerFP420::produce(), HcalTB02Analysis::produce(), ElectronSeedProducer::produce(), TopProjector< Top, Bottom >::produce(), pat::PATJetProducer::produce(), MaskedRctInputDigiProducer::produce(), CastorCellProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), TtJetPartonMatch< C >::produce(), CtfSpecialSeedGenerator::produce(), TrajectorySeedFromMuonProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), reco::HcalNoiseInfoProducer::produce(), ConfigurableAPVCyclePhaseProducer::produce(), EcalRawToDigi::produce(), L1Comparator::produce(), JetIDProducer::produce(), L1MuGMTHWFileReader::produce(), GoodSeedProducer::produce(), HcalHitSelection::produce(), RPCTrigger::produce(), pat::PATTauProducer::produce(), RecoTauCleanerImpl< Prod >::produce(), JetCollectionForEleHT::produce(), TruthTauDecayModeProducer::produce(), EcalDigiToRaw::produce(), GenHIEventProducer::produce(), SiTrackerGaussianSmearingRecHitConverter::produce(), PFRecoTauDecayModeDeterminator::produce(), HcalTB06Analysis::produce(), AlCaIsoTracksProducer::produce(), CaloTowersMerger::produce(), ConvBremSeedProducer::produce(), DeDxDiscriminatorProducer::produce(), RctInputTextToDigi::produce(), CastorClusterProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), MuonErrorMatrixAdjuster::produce(), HiSpikeCleaner::produce(), reco::modules::TrackMultiSelector::produce(), pat::PATTriggerEventProducer::produce(), PatJPsiProducer::produce(), ConditionDumperInEdm::produce(), NuclearSeedsEDProducer::produce(), HiEgammaIsolationProducer::produce(), EcalRawToRecHitFacility::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), NuclearInteractionEDProducer::produce(), HcalTB04Analysis::produce(), AlCaElectronsProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), LHE2HepMCConverter::produce(), HiGenCleaner< T2 >::produce(), GenJetBCEnergyRatio::produce(), pat::PATElectronProducer::produce(), L1MuGlobalMuonTrigger::produce(), L2TauIsolationProducer::produce(), L2TauModularIsolationProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L1GTEvmDigiToRaw::produce(), SiStripMeanCMExtractor::produce(), L1GtTextToRaw::produce(), L2TauNarrowConeIsolationProducer::produce(), MuonIdProducer::produce(), AlignmentMuonHIPTrajectorySelector::produce(), ObjectViewCleaner< T >::produce(), HighPtTrackEcalDetIdProducer::produce(), L1GTDigiToRaw::produce(), TrackerHitProducer::produce(), EcalRawToRecHitProducer::produce(), APVCyclePhaseProducerFromL1ABC::produce(), APVCyclePhaseProducerFromL1TS::produce(), SiPixelCalibDigiProducer::produce(), pat::PATTriggerProducer::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), FastL1MuonProducer::produce(), FlavorHistoryProducer::produce(), TrackExtrapolator::produce(), TrackAlgoCompareUtil::produce(), reco::BeamHaloSummaryProducer::produce(), sistrip::FEDEmulatorModule::produce(), TrackerToMuonPropagator::produce(), ReduceHcalRecHitCollectionProducer::produce(), EvtPlaneProducer::produce(), ShallowGainCalibration::produce(), ExternalLHEProducer::produce(), cms::SiPixelClusterProducer::produce(), CSCOverlapsTrackPreparation::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), HLTDummyCollections::produce(), pat::PATMHTProducer::produce(), JetCrystalsAssociator::produce(), RPCTechnicalTrigger::produce(), cms::SiPixelRecHitConverter::produce(), ParamL3MuonProducer::produce(), cms::CosmicTrackFinder::produce(), MuonSimHitProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), GlobalHitsProducer::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), reco::modules::CosmicTrackSplitter::produce(), NuclearTrackCorrector::produce(), RPCSeedGenerator::produce(), reco::HcalHaloDataProducer::produce(), reco::modules::JetFlavourIdentifier::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), GlobalDigisProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), TrackerOnlyConversionProducer::produce(), reco::CSCHaloDataProducer::produce(), reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce(), GlobalRecHitsProducer::produce(), AlCaHOCalibProducer::produce(), reco::GlobalHaloDataProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), Multi5x5SuperClusterProducer::produceSuperclustersForECALPart(), SuperClusterProducer::produceSuperclustersForECALPart(), HiSuperClusterProducer::produceSuperclustersForECALPart(), FastjetJetProducer::produceTrackJets(), helper::CandDecayStoreManager::put(), put(), helper::PhotonCollectionStoreManager::put(), helper::MuonCollectionStoreManager::put(), helper::TrackCollectionStoreManager::put(), edm::MixingWorker< T >::put(), edm::MixingModule::put(), helper::GsfElectronCollectionStoreManager::put(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put(), edm::DataMixingEMWorker::putEM(), edm::DataMixingEMDigiWorker::putEM(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), TextToRaw::putEmptyDigi(), edm::DataMixingGeneralTrackWorker::putGeneralTrack(), edm::DataMixingHcalWorker::putHcal(), edm::DataMixingHcalDigiWorker::putHcal(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), edm::DataMixingMuonWorker::putMuon(), edm::DataMixingSiPixelWorker::putSiPixel(), edm::DataMixingSiStripWorker::putSiStrip(), edm::DataMixingSiStripRawWorker::putSiStrip(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), SiStripZeroSuppression::StandardZeroSuppression(), PixelTrackProducer::store(), L1GlobalTriggerRawToDigi::unpackGMT(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), and GctUnpackCollections::~GctUnpackCollections().

84 {return put<PROD>(product, std::string());}
template<typename PROD >
OrphanHandle< PROD > Event::put ( std::auto_ptr< PROD product,
std::string const &  productInstanceName 
)

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

Definition at line 301 of file Event.h.

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

302  {
303  if (product.get() == 0) { // null pointer is illegal
304  TypeID typeID(typeid(PROD));
305  principal_get_adapter_detail::throwOnPutOfNullProduct("Event", typeID, productInstanceName);
306  }
307 
308  // The following will call post_insert if T has such a function,
309  // and do nothing if T has no such function.
311  DoPostInsert<PROD>,
312  DoNotPostInsert<PROD> >::type maybe_inserter;
313  maybe_inserter(product.get());
314 
315  ConstBranchDescription const& desc =
316  provRecorder_.getBranchDescription(TypeID(*product), productInstanceName);
317 
318  Wrapper<PROD>* wp(new Wrapper<PROD>(product));
319 
321  RecordInParentless<PROD>,
322  RecordInParentfull<PROD> >::type parentage_recorder;
323  parentage_recorder.do_it(putProducts(),
325  wp,
326  &desc);
327 
328  // putProducts().push_back(std::make_pair(wp, &desc));
329 
330  // product.release(); // The object has been copied into the Wrapper.
331  // The old copy must be deleted, so we cannot release ownership.
332 
333  return(OrphanHandle<PROD>(wp->product(), makeProductID(desc)));
334  }
type
Definition: HCALResponse.h:22
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:210
ProductID makeProductID(ConstBranchDescription const &desc) const
Definition: Event.cc:39
ProductPtrVec & putProducts()
Definition: Event.h:207
#define PROD(A, B)
void throwOnPutOfNullProduct(char const *principalType, TypeID const &productType, std::string const &productInstanceName)
ConstBranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
template<>
OrphanHandle<GenericObjectOwner> edm::Event::put ( std::auto_ptr< GenericObjectOwner product,
std::string const &  productInstanceName 
)
ProductPtrVec& edm::Event::putProducts ( )
inlineprivate

Definition at line 207 of file Event.h.

References putProducts_.

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

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

Definition at line 208 of file Event.h.

References putProducts_.

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

Definition at line 210 of file Event.h.

References putProductsWithoutParents_.

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

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

Definition at line 211 of file Event.h.

References putProductsWithoutParents_.

ProductPtrVec putProductsWithoutParents_
Definition: Event.h:221
RunNumber_t edm::Event::run ( void  ) const
inline
size_t Event::size ( void  ) const

Definition at line 194 of file Event.cc.

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

Referenced by LaserSorter::writeEvent().

194  {
196  }
size_t size() const
Definition: Principal.cc:65
PrincipalGetAdapter provRecorder_
Definition: Event.h:214
ProductPtrVec & putProductsWithoutParents()
Definition: Event.h:210
ProductPtrVec & putProducts()
Definition: Event.h:207
TriggerNames const & Event::triggerNames ( edm::TriggerResults const &  triggerResults) const
virtual

Implements edm::EventBase.

Definition at line 208 of file Event.cc.

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

Referenced by HcalNZSMonitor::analyze(), EwkMuDQM::analyze(), EwkElecDQM::analyze(), CaloTowerAnalyzer::analyze(), HLTMonBitSummary::analyze(), HLTInspect::analyze(), HLTMuonDQMSource::analyze(), HaloTrigger::analyze(), HLTJetMETDQMSource::analyze(), HTMHTAnalyzer::analyze(), AnalysisRootpleProducer::analyze(), myJetAna::analyze(), MuTriggerAnalyzer::analyze(), TopDiLeptonDQM::analyze(), HeavyFlavorValidation::analyze(), HLTJetMETValidation::analyze(), MuCorrMETAnalyzer::analyze(), TcMETAnalyzer::analyze(), JetMETHLTOfflineSource::analyze(), TriggerValidator::analyze(), TopHLTDiMuonDQM::analyze(), JetMETAnalyzer::analyze(), CaloMETAnalyzer::analyze(), HcalDigiMonitor::analyze(), HLTHiggsBits::analyze(), PFMETAnalyzer::analyze(), METAnalyzer::analyze(), HLTInfo::analyze(), FourVectorHLTOnline::analyze(), TopValidation::analyze(), TrigResRateMon::analyze(), ErsatzMEt::analyze(), HLTScalers::analyze(), IsolatedTracksCone::analyze(), FourVectorHLTriggerOffline::analyze(), FourVectorHLTOffline::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTBitComputer::compute(), HLTBitVariable::eval(), EwkElecTauHistManager::fillHistograms(), EwkMuTauHistManager::fillHistograms(), PdfSystematicsAnalyzer::filter(), SimpleSystematicsAnalyzer::filter(), myFilter::filter(), WMuNuValidator::filter(), WMuNuSelector::filter(), PhysDecl::filter(), HLTHighLevel::filter(), PrescalerFHN::filter(), ZeeCandidateFilter::filter(), WenuCandidateFilter::filter(), HltComparator::initialise(), ZGoldenFilter::newEvent(), EETriggerTowerTask::processDigis(), EBTriggerTowerTask::processDigis(), HcalRecHitMonitor::processEvent(), reco::CSCHaloDataProducer::produce(), egHLT::OffHelper::setTrigInfo(), GsfElectronDataAnalyzer::trigger(), and DQMAnalyzer::trigger().

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

Implements edm::EventBase.

Definition at line 219 of file Event.cc.

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

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

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

Friends And Related Function Documentation

friend class ConfigurableInputSource
friend

Definition at line 194 of file Event.h.

friend class DaqSource
friend

Definition at line 195 of file Event.h.

friend class EDFilter
friend

Definition at line 198 of file Event.h.

friend class EDProducer
friend

Definition at line 199 of file Event.h.

friend class InputSource
friend

Definition at line 196 of file Event.h.

friend class RawInputSource
friend

Definition at line 197 of file Event.h.

Member Data Documentation

EventAuxiliary const& edm::Event::aux_
private

Definition at line 223 of file Event.h.

Referenced by eventAuxiliary().

BranchIDSet edm::Event::gotBranchIDs_
mutableprivate

Definition at line 231 of file Event.h.

Referenced by addToGotBranchIDs(), and commit_aux().

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

Definition at line 235 of file Event.h.

Referenced by fillView_().

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

Definition at line 224 of file Event.h.

Referenced by getLuminosityBlock().

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

Definition at line 220 of file Event.h.

Referenced by putProducts(), and ~Event().

ProductPtrVec edm::Event::putProductsWithoutParents_
private

Definition at line 221 of file Event.h.

Referenced by putProductsWithoutParents().