#include <PrintEventSetupDataRetrieval.h>
Public Member Functions | |
void | postBeginLumi (LuminosityBlock const &, EventSetup const &) |
void | postBeginRun (Run const &, EventSetup const &) |
void | postProcessEvent (Event const &, EventSetup const &) |
PrintEventSetupDataRetrieval (const ParameterSet &, ActivityRegistry &) | |
Static Public Member Functions | |
static void | fillDescriptions (edm::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 &) |
const PrintEventSetupDataRetrieval & | operator= (const PrintEventSetupDataRetrieval &) |
PrintEventSetupDataRetrieval (const PrintEventSetupDataRetrieval &) | |
Private Attributes | |
bool | m_printProviders |
std::vector < eventsetup::EventSetupRecordKey > | m_recordKeys |
RetrievedDataMap | m_retrievedDataMap |
Definition at line 35 of file PrintEventSetupDataRetrieval.h.
|
private |
Definition at line 57 of file PrintEventSetupDataRetrieval.h.
PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval | ( | const ParameterSet & | iPS, |
ActivityRegistry & | iRegistry | ||
) |
Definition at line 37 of file PrintEventSetupDataRetrieval.cc.
References edm::ParameterSet::getUntrackedParameter(), postBeginLumi(), postBeginRun(), postProcessEvent(), edm::ActivityRegistry::watchPostBeginLumi(), edm::ActivityRegistry::watchPostBeginRun(), and edm::ActivityRegistry::watchPostProcessEvent().
|
private |
|
private |
Definition at line 105 of file PrintEventSetupDataRetrieval.cc.
References edm::eventsetup::EventSetupRecord::cacheIdentifier(), edm::EventSetup::fillAvailableRecordKeys(), edm::eventsetup::EventSetupRecord::fillRegisteredDataKeys(), edm::EventSetup::find(), relativeConstraints::keys, edm::eventsetup::ComponentDescription::label_, m_printProviders, m_recordKeys, m_retrievedDataMap, edm::eventsetup::EventSetupRecord::providerDescription(), alignCSCRings::r, edm::eventsetup::ComponentDescription::type_, and edm::eventsetup::EventSetupRecord::wasGotten().
Referenced by postBeginLumi(), postBeginRun(), and postProcessEvent().
|
static |
Definition at line 61 of file PrintEventSetupDataRetrieval.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and edm::ConfigurationDescriptions::setComment().
|
private |
void PrintEventSetupDataRetrieval::postBeginLumi | ( | LuminosityBlock const & | , |
EventSetup const & | iES | ||
) |
Definition at line 101 of file PrintEventSetupDataRetrieval.cc.
References check().
Referenced by PrintEventSetupDataRetrieval().
void PrintEventSetupDataRetrieval::postBeginRun | ( | Run const & | , |
EventSetup const & | iES | ||
) |
Definition at line 96 of file PrintEventSetupDataRetrieval.cc.
References check().
Referenced by PrintEventSetupDataRetrieval().
void PrintEventSetupDataRetrieval::postProcessEvent | ( | Event const & | , |
EventSetup const & | iES | ||
) |
Definition at line 91 of file PrintEventSetupDataRetrieval.cc.
References check().
Referenced by PrintEventSetupDataRetrieval().
|
private |
Definition at line 60 of file PrintEventSetupDataRetrieval.h.
Referenced by check().
|
private |
Definition at line 59 of file PrintEventSetupDataRetrieval.h.
Referenced by check().
|
private |
Definition at line 58 of file PrintEventSetupDataRetrieval.h.
Referenced by check().