Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 |
virtual void | endLuminosityBlock (LuminosityBlock const &, EventSetup const &) override |
virtual void | endRun (Run const &, EventSetup const &) override |
void | print (EventSetup const &) |
Private Attributes | |
std::map < eventsetup::EventSetupRecordKey, unsigned long long > | cacheIdentifiers_ |
const bool | compact_ |
const bool | printProviders_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Protected Member Functions inherited from edm::one::EDAnalyzerBase | |
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) |
Definition at line 42 of file PrintEventSetupContent.cc.
|
explicit |
Definition at line 78 of file PrintEventSetupContent.cc.
PrintEventSetupContent::~PrintEventSetupContent | ( | ) |
Definition at line 86 of file PrintEventSetupContent.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 97 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 181 of file PrintEventSetupContent.cc.
|
overrideprivatevirtual |
Definition at line 111 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
Definition at line 102 of file PrintEventSetupContent.cc.
References print().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 186 of file PrintEventSetupContent.cc.
|
overrideprivatevirtual |
Definition at line 116 of file PrintEventSetupContent.cc.
|
overrideprivatevirtual |
Definition at line 107 of file PrintEventSetupContent.cc.
|
static |
Definition at line 191 of file PrintEventSetupContent.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::false, and edm::ConfigurationDescriptions::setComment().
|
private |
Definition at line 120 of file PrintEventSetupContent.cc.
References edm::eventsetup::EventSetupRecord::cacheIdentifier(), cacheIdentifiers_, compact_, data, edm::IOVSyncValue::eventID(), edm::EventSetup::fillAvailableRecordKeys(), edm::eventsetup::EventSetupRecord::fillRegisteredDataKeys(), edm::EventSetup::find(), edm::ValidityInterval::first(), edm::eventsetup::ComponentDescription::label_, edm::ValidityInterval::last(), producerFileCleanner::msg, printProviders_, 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 64 of file PrintEventSetupContent.cc.
Referenced by print().
|
private |
Definition at line 63 of file PrintEventSetupContent.cc.
Referenced by print().
|
private |
Definition at line 62 of file PrintEventSetupContent.cc.
Referenced by print().