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 &) override |
virtual void | beginJob () override |
virtual void | beginLuminosityBlock (LuminosityBlock const &, EventSetup const &) override |
virtual void | beginRun (Run const &, EventSetup const &) override |
virtual void | endJob () override |
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 |
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.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 90 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 150 of file PrintEventSetupContent.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 95 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
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().