Public Member Functions | |
PrintEventSetupContent (ParameterSet const &) | |
~PrintEventSetupContent () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | analyze (Event const &, EventSetup const &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (LuminosityBlock const &, EventSetup const &) |
virtual void | beginRun (Run const &, EventSetup const &) |
virtual void | endJob () |
void | print (EventSetup const &) |
Private Attributes | |
std::map < eventsetup::EventSetupRecordKey, unsigned long long > | cacheIdentifiers_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
Definition at line 42 of file PrintEventSetupContent.cc.
|
explicit |
Definition at line 74 of file PrintEventSetupContent.cc.
PrintEventSetupContent::~PrintEventSetupContent | ( | ) |
Definition at line 79 of file PrintEventSetupContent.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 90 of file PrintEventSetupContent.cc.
References print().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 150 of file PrintEventSetupContent.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file PrintEventSetupContent.cc.
References print().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 95 of file PrintEventSetupContent.cc.
References print().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 155 of file PrintEventSetupContent.cc.
|
static |
Definition at line 160 of file PrintEventSetupContent.cc.
References edm::ConfigurationDescriptions::add(), and edm::ConfigurationDescriptions::setComment().
|
private |
Definition at line 105 of file PrintEventSetupContent.cc.
References edm::eventsetup::EventSetupRecord::cacheIdentifier(), cacheIdentifiers_, data, edm::IOVSyncValue::eventID(), edm::EventSetup::fillAvailableRecordKeys(), edm::eventsetup::EventSetupRecord::fillRegisteredDataKeys(), edm::EventSetup::find(), edm::ValidityInterval::first(), edm::eventsetup::ComponentDescription::label_, edm::ValidityInterval::last(), edm::eventsetup::EventSetupRecord::providerDescription(), edm::IOVSyncValue::time(), edm::eventsetup::ComponentDescription::type_, edm::eventsetup::EventSetupRecord::validityInterval(), and edm::Timestamp::value().
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 60 of file PrintEventSetupContent.cc.
Referenced by print().