Static Public Member Functions | |
static void | fillDescriptions (edm::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 Types | |
typedef std::map< eventsetup::EventSetupRecordKey, std::pair< unsigned long long, std::map< eventsetup::DataKey, bool > > > | RetrievedDataMap |
Private Member Functions | |
void | check (EventSetup const &) |
Private Attributes | |
const bool | m_checkDuringBeginLumi |
const bool | m_checkDuringBeginRun |
const bool | m_checkDuringEvent |
const bool | m_printProviders |
std::vector< eventsetup::EventSetupRecordKey > | m_recordKeys |
RetrievedDataMap | m_retrievedDataMap |
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 32 of file PrintEventSetupDataRetrieval.cc.
|
private |
Definition at line 48 of file PrintEventSetupDataRetrieval.cc.
edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval | ( | edm::ParameterSet const & | ) |
Definition at line 69 of file PrintEventSetupDataRetrieval.cc.
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 116 of file PrintEventSetupDataRetrieval.cc.
References check(), and m_checkDuringEvent.
|
override |
Definition at line 130 of file PrintEventSetupDataRetrieval.cc.
References check(), and m_checkDuringBeginLumi.
|
override |
Definition at line 121 of file PrintEventSetupDataRetrieval.cc.
References check(), and m_checkDuringBeginRun.
|
private |
Definition at line 138 of file PrintEventSetupDataRetrieval.cc.
References edmIntegrityCheck::d, DEFINE_FWK_MODULE, edm::EventSetup::fillAvailableRecordKeys(), edm::EventSetup::find(), relativeConstraints::keys, edm::eventsetup::ComponentDescription::label_, m_printProviders, m_recordKeys, m_retrievedDataMap, mps_check::msg, alignCSCRings::r, and edm::eventsetup::ComponentDescription::type_.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
override |
Definition at line 135 of file PrintEventSetupDataRetrieval.cc.
|
override |
Definition at line 126 of file PrintEventSetupDataRetrieval.cc.
|
static |
Definition at line 86 of file PrintEventSetupDataRetrieval.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and edm::ConfigurationDescriptions::setComment().
|
private |
Definition at line 54 of file PrintEventSetupDataRetrieval.cc.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 53 of file PrintEventSetupDataRetrieval.cc.
Referenced by beginRun().
|
private |
Definition at line 55 of file PrintEventSetupDataRetrieval.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().
|
private |
Definition at line 51 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().
|
private |
Definition at line 50 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().