#include <EDAnalyzerBase.h>
Public Types | |
typedef EDAnalyzerBase | ModuleType |
Public Member Functions | |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Attributes | |
std::function< void(BranchDescription const &)> | callWhenNewProductsRegistered_ |
ModuleDescription | moduleDescription_ |
std::mutex | mutex_ |
SharedResourcesAcquirer | resourcesAcquirer_ |
Friends | |
template<typename T > | |
class | edm::maker::ModuleHolderT |
template<typename T > | |
class | edm::WorkerT |
Definition at line 46 of file EDAnalyzerBase.h.
Definition at line 53 of file EDAnalyzerBase.h.
EDAnalyzerBase::EDAnalyzerBase | ( | ) |
Definition at line 42 of file EDAnalyzerBase.cc.
|
virtual |
Definition at line 45 of file EDAnalyzerBase.cc.
|
privatepure virtual |
Implemented in CalibratableTest, edm::PrintEventSetupContent, CocoaAnalyzer, GenXSecAnalyzer, edm::PrintEventSetupDataRetrieval, and DQMEDHarvester.
Referenced by doEvent().
|
static |
Definition at line 156 of file EDAnalyzerBase.cc.
References edm::one::kBaseType().
|
inlineprivatevirtual |
Reimplemented in CalibratableTest, HLTMuonCertSummary, HcalNoiseRatesClient, TrackingOfflineDQM, CaloTowersDQMClient, CaloTowersClient, HcalRecHitsDQMClient, TrackingCertificationInfo, edm::PrintEventSetupContent, CocoaAnalyzer, TrackEfficiencyClient, GenXSecAnalyzer, TrackingAnalyser, RPCEfficiencyShiftHisto, ElectronDqmHarvesterBase, RPCEfficiencySecond, RPCDqmClient, RPCEventSummary, DQMExample_Step2, RPCRecHitProbabilityClient, RPCDaqInfo, RPCDCSSummary, RPCEfficiencyPerRingLayer, RPCDataCertification, RPCChamberQuality, and RPCDcsInfoClient.
Definition at line 100 of file EDAnalyzerBase.h.
Referenced by doBeginJob().
|
protected |
|
privatevirtual |
Definition at line 64 of file EDAnalyzerBase.cc.
Referenced by doBeginJob().
|
private |
Definition at line 69 of file EDAnalyzerBase.cc.
References beginJob(), createAcquirer(), and resourcesAcquirer_.
|
private |
Definition at line 99 of file EDAnalyzerBase.cc.
References doBeginLuminosityBlock_(), moduleDescription_, and edm::LuminosityBlock::setConsumer().
|
privatevirtual |
|
private |
Definition at line 81 of file EDAnalyzerBase.cc.
References doBeginRun_(), moduleDescription_, alignCSCRings::r, and edm::Run::setConsumer().
|
privatevirtual |
|
private |
|
private |
Definition at line 108 of file EDAnalyzerBase.cc.
References doEndLuminosityBlock_(), moduleDescription_, and edm::LuminosityBlock::setConsumer().
|
privatevirtual |
|
private |
Definition at line 90 of file EDAnalyzerBase.cc.
References doEndRun_(), moduleDescription_, alignCSCRings::r, and edm::Run::setConsumer().
|
privatevirtual |
|
private |
Definition at line 50 of file EDAnalyzerBase.cc.
References analyze(), alignCSCRings::e, moduleDescription_, mutex_, resourcesAcquirer_, and edm::Event::setConsumer().
|
private |
Definition at line 132 of file EDAnalyzerBase.cc.
References postForkReacquireResources().
|
inlineprivate |
Definition at line 74 of file EDAnalyzerBase.h.
|
private |
Definition at line 127 of file EDAnalyzerBase.cc.
References preForkReleaseResources().
|
inlineprivate |
Definition at line 93 of file EDAnalyzerBase.h.
|
private |
Definition at line 122 of file EDAnalyzerBase.cc.
|
private |
Definition at line 117 of file EDAnalyzerBase.cc.
|
inlineprivatevirtual |
Reimplemented in CalibratableTest, edm::PrintEventSetupContent, GenXSecAnalyzer, and DQMEDHarvester.
Definition at line 101 of file EDAnalyzerBase.h.
Referenced by doEndJob().
|
static |
Definition at line 142 of file EDAnalyzerBase.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
inline |
Definition at line 64 of file EDAnalyzerBase.h.
References moduleDescription_.
|
inlineprivatevirtual |
Definition at line 104 of file EDAnalyzerBase.h.
Referenced by doPostForkReacquireResources().
|
inlineprivatevirtual |
|
static |
Definition at line 149 of file EDAnalyzerBase.cc.
References edm::edmodule_mightGet_config().
|
private |
Definition at line 161 of file EDAnalyzerBase.cc.
References edm::ProductRegistry::callForEachBranch(), and callWhenNewProductsRegistered_.
|
inlineprivate |
Definition at line 114 of file EDAnalyzerBase.h.
References popcon2dropbox_job_conf::md, and moduleDescription_.
|
inlineprivate |
Definition at line 97 of file EDAnalyzerBase.h.
|
friend |
Definition at line 51 of file EDAnalyzerBase.h.
|
friend |
Definition at line 50 of file EDAnalyzerBase.h.
|
private |
Definition at line 118 of file EDAnalyzerBase.h.
Referenced by registerProductsAndCallbacks().
|
private |
Definition at line 117 of file EDAnalyzerBase.h.
Referenced by doBeginLuminosityBlock(), doBeginRun(), doEndLuminosityBlock(), doEndRun(), doEvent(), moduleDescription(), and setModuleDescription().
|
private |
Definition at line 121 of file EDAnalyzerBase.h.
Referenced by doEvent().
|
private |
Definition at line 120 of file EDAnalyzerBase.h.
Referenced by doBeginJob(), and doEvent().