Public Member Functions | |
PrintEventSetupContent (ParameterSet const &) | |
~PrintEventSetupContent () | |
Public Member Functions inherited from edm::one::EDAnalyzer< one::WatchRuns, one::WatchLuminosityBlocks > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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_, AlCaHLTBitMon_QueryRunRegistry::data, edm::IOVSyncValue::eventID(), edm::EventSetup::fillAvailableRecordKeys(), edm::eventsetup::EventSetupRecord::fillRegisteredDataKeys(), edm::EventSetup::find(), edm::ValidityInterval::first(), edm::eventsetup::ComponentDescription::label_, edm::ValidityInterval::last(), visualization-live-secondInstance_cfg::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().