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 | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 32 of file PrintEventSetupDataRetrieval.cc.
|
private |
Definition at line 52 of file PrintEventSetupDataRetrieval.cc.
edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval | ( | edm::ParameterSet const & | iPS | ) |
Definition at line 72 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 122 of file PrintEventSetupDataRetrieval.cc.
References check(), and m_checkDuringBeginRun.
|
private |
Definition at line 138 of file PrintEventSetupDataRetrieval.cc.
References cms::cuda::assert(), ztail::d, edm::EventSetup::fillAvailableRecordKeys(), edm::EventSetup::find(), relativeConstraints::keys, m_printProviders, m_recordKeys, m_retrievedDataMap, mps_check::msg, and alignCSCRings::r.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
override |
Definition at line 136 of file PrintEventSetupDataRetrieval.cc.
|
override |
Definition at line 128 of file PrintEventSetupDataRetrieval.cc.
|
static |
Definition at line 87 of file PrintEventSetupDataRetrieval.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and edm::ConfigurationDescriptions::setComment().
|
private |
Definition at line 58 of file PrintEventSetupDataRetrieval.cc.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 57 of file PrintEventSetupDataRetrieval.cc.
Referenced by beginRun().
|
private |
Definition at line 59 of file PrintEventSetupDataRetrieval.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().
|
private |
Definition at line 55 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().
|
private |
Definition at line 54 of file PrintEventSetupDataRetrieval.cc.
Referenced by check().