#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 | |
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 |
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_ |
Friends | |
template<typename T > | |
class | edm::maker::ModuleHolderT |
template<typename T > | |
class | edm::WorkerT |
Definition at line 41 of file EDAnalyzerBase.h.
Definition at line 48 of file EDAnalyzerBase.h.
EDAnalyzerBase::EDAnalyzerBase | ( | ) |
Definition at line 41 of file EDAnalyzerBase.cc.
|
virtual |
Definition at line 44 of file EDAnalyzerBase.cc.
|
privatepure virtual |
Referenced by doEvent().
|
static |
Definition at line 143 of file EDAnalyzerBase.cc.
References edm::one::kBaseType().
|
inlineprivatevirtual |
|
protected |
|
private |
|
private |
Definition at line 86 of file EDAnalyzerBase.cc.
References doBeginLuminosityBlock_(), moduleDescription_, and edm::LuminosityBlock::setConsumer().
|
privatevirtual |
|
private |
Definition at line 68 of file EDAnalyzerBase.cc.
References doBeginRun_(), moduleDescription_, alignCSCRings::r, and edm::Run::setConsumer().
|
privatevirtual |
|
private |
|
private |
Definition at line 95 of file EDAnalyzerBase.cc.
References doEndLuminosityBlock_(), moduleDescription_, and edm::LuminosityBlock::setConsumer().
|
privatevirtual |
|
private |
Definition at line 77 of file EDAnalyzerBase.cc.
References doEndRun_(), moduleDescription_, alignCSCRings::r, and edm::Run::setConsumer().
|
privatevirtual |
|
private |
Definition at line 49 of file EDAnalyzerBase.cc.
References analyze(), alignCSCRings::e, moduleDescription_, and edm::Event::setConsumer().
|
private |
Definition at line 119 of file EDAnalyzerBase.cc.
|
inlineprivate |
Definition at line 68 of file EDAnalyzerBase.h.
|
private |
Definition at line 114 of file EDAnalyzerBase.cc.
|
private |
Definition at line 109 of file EDAnalyzerBase.cc.
|
private |
Definition at line 104 of file EDAnalyzerBase.cc.
|
inlineprivatevirtual |
|
static |
Definition at line 129 of file EDAnalyzerBase.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
inline |
Definition at line 59 of file EDAnalyzerBase.h.
References moduleDescription_.
|
static |
Definition at line 136 of file EDAnalyzerBase.cc.
References edm::edmodule_mightGet_config().
|
private |
Definition at line 148 of file EDAnalyzerBase.cc.
References edm::ProductRegistry::callForEachBranch(), and callWhenNewProductsRegistered_.
|
inlineprivate |
Definition at line 100 of file EDAnalyzerBase.h.
References moduleDescription_.
|
inlineprivate |
Definition at line 89 of file EDAnalyzerBase.h.
|
friend |
Definition at line 46 of file EDAnalyzerBase.h.
|
friend |
Definition at line 45 of file EDAnalyzerBase.h.
|
private |
Definition at line 104 of file EDAnalyzerBase.h.
Referenced by registerProductsAndCallbacks().
|
private |
Definition at line 103 of file EDAnalyzerBase.h.
Referenced by doBeginLuminosityBlock(), doBeginRun(), doEndLuminosityBlock(), doEndRun(), doEvent(), moduleDescription(), and setModuleDescription().