Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, edm::LuminosityBlock const &iLumi, edm::EventSetup const &) override |
void | dqmEndRun (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, edm::Run const &iRun, edm::EventSetup const &) override |
Analyze. More... | |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Attributes | |
MonitorElement * | cmsswVer_ |
Current working directory of the job. More... | |
double | currentTime_ |
CMSSW version run for this job. More... | |
std::string | eventInfoFolder_ |
MonitorElement * | firstLumisecId_ |
MonitorElement * | hostName_ |
The UTC time of the job initialization. More... | |
MonitorElement * | lastLumisecId_ |
MonitorElement * | lumisecId_ |
UTC time of the run start. More... | |
MonitorElement * | processTimeStamp_ |
MonitorElement * | runId_ |
MonitorElement * | runList_ |
MonitorElement * | runStartTimeStamp_ |
std::string | subsystemname_ |
MonitorElement * | workingDir_ |
Hostname of the local machine. More... | |
Definition at line 5 of file DQMHarvestingMetadata.cc.
DQMHarvestingMetadata::DQMHarvestingMetadata | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 51 of file DQMHarvestingMetadata.cc.
References currentTime_, eventInfoFolder_, printsummarytable::folder, edm::ParameterSet::getUntrackedParameter(), submitPVValidationJobs::now, stampToReal(), AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
overridedefault |
Destructor.
|
inlineoverrideprotectedvirtual |
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 101 of file DQMHarvestingMetadata.cc.
References dqm::implementation::IBooker::bookInt(), eventInfoFolder_, dqm::impl::MonitorElement::Fill(), firstLumisecId_, dqm::impl::MonitorElement::getIntValue(), lastLumisecId_, BXlumiParameters_cfi::lumi, edm::LuminosityBlockBase::luminosityBlock(), lumisecId_, and dqm::implementation::NavigatorBase::setCurrentFolder().
|
overrideprotectedvirtual |
Analyze.
Reimplemented from DQMEDHarvester.
Definition at line 65 of file DQMHarvestingMetadata.cc.
References edm::RunBase::beginTime(), dqm::implementation::IBooker::bookFloat(), dqm::implementation::IBooker::bookInt(), dqm::implementation::IBooker::bookString(), cmsswVer_, currentTime_, eventInfoFolder_, dqm::impl::MonitorElement::Fill(), edm::getReleaseVersion(), dqm::impl::MonitorElement::getStringValue(), hostName_, edm::RunBase::id(), processTimeStamp_, alignCSCRings::pwd, writedatasetfile::run, edm::RunID::run(), runId_, runList_, runStartTimeStamp_, dqm::implementation::NavigatorBase::setCurrentFolder(), stampToReal(), AlCaHLTBitMon_QueryRunRegistry::string, cond::impl::to_string(), and workingDir_.
|
private |
Current working directory of the job.
Definition at line 40 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
CMSSW version run for this job.
Definition at line 42 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun(), and DQMHarvestingMetadata().
|
private |
Definition at line 24 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndLuminosityBlock(), dqmEndRun(), and DQMHarvestingMetadata().
|
private |
Definition at line 34 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndLuminosityBlock().
|
private |
The UTC time of the job initialization.
Definition at line 38 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
Definition at line 35 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndLuminosityBlock().
|
private |
UTC time of the run start.
Definition at line 33 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 37 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
Definition at line 30 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
Definition at line 31 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
Definition at line 32 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().
|
private |
Definition at line 28 of file DQMHarvestingMetadata.cc.
Referenced by DQMHarvestingMetadata().
|
private |
Hostname of the local machine.
Definition at line 39 of file DQMHarvestingMetadata.cc.
Referenced by dqmEndRun().