#include <DQMFileSaverPB.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static boost::property_tree::ptree | fillJson (int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms) |
Static Public Member Functions inherited from dqm::DQMFileSaverBase | |
static void | fillDescription (edm::ParameterSetDescription &d) |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | initRun () const override |
void | saveLumi (const FileParameters &fp) const override |
void | saveRun (const FileParameters &fp) const override |
Protected Member Functions inherited from dqm::DQMFileSaverBase | |
void | analyze (edm::StreamID, const edm::Event &e, const edm::EventSetup &) const final |
std::shared_ptr< NoCache > | globalBeginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const final |
std::shared_ptr< NoCache > | globalBeginRun (const edm::Run &, const edm::EventSetup &) const final |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const final |
void | globalEndRun (const edm::Run &, const edm::EventSetup &) const final |
void | logFileAction (const std::string &msg, const std::string &fileName) const |
void | saveJobReport (const std::string &filename) const |
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) |
Protected Attributes | |
bool | fakeFilterUnitMode_ |
std::string | mergeType_ |
std::string | streamLabel_ |
std::string | transferDestination_ |
Protected Attributes inherited from dqm::DQMFileSaverBase | |
FileParameters | initial_fp_ |
std::mutex | initial_fp_lock_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Protected Member Functions inherited from dqm::DQMFileSaverBase | |
static const std::string | filename (const FileParameters &fp, bool useLumi=false) |
Definition at line 15 of file DQMFileSaverPB.h.
DQMFileSaverPB::DQMFileSaverPB | ( | const edm::ParameterSet & | ps | ) |
Definition at line 26 of file DQMFileSaverPB.cc.
References fakeFilterUnitMode_, edm::ParameterSet::getUntrackedParameter(), mergeType_, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, transferDestination_, and ~DQMFileSaverPB().
|
overridedefault |
Referenced by DQMFileSaverPB().
|
static |
Definition at line 180 of file DQMFileSaverPB.cc.
References edm::ConfigurationDescriptions::addDefault(), edm::ParameterSetDescription::addUntracked(), DEFINE_FWK_MODULE, dqm::DQMFileSaverBase::fillDescription(), edm::ParameterSetDescription::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 100 of file DQMFileSaverPB.cc.
References data, Exception, evf::FastMonitoringService::getEventsProcessedForLumi(), query::host, merge::inputFiles, callgraph::path, sysUtil::pid, EnergyCorrector::pt, trackingPlots::stat, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by saveLumi().
|
overrideprotectedvirtual |
Reimplemented from dqm::DQMFileSaverBase.
Definition at line 38 of file DQMFileSaverPB.cc.
References fakeFilterUnitMode_, mergeType_, evf::MergeTypePB, streamLabel_, and transferDestination_.
|
overrideprotectedvirtual |
Reimplemented from dqm::DQMFileSaverBase.
Definition at line 45 of file DQMFileSaverPB.cc.
References fakeFilterUnitMode_, fillJson(), cmsPerfStripChart::format, evf::FastMonitoringService::getEventsProcessedForLumi(), dqm::DQMFileSaverBase::FileParameters::lumi_, mergeType_, dqm::DQMFileSaverBase::FileParameters::path_, EnergyCorrector::pt, dqm::DQMFileSaverBase::FileParameters::run_, str, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and transferDestination_.
|
overrideprotectedvirtual |
Reimplemented from dqm::DQMFileSaverBase.
Definition at line 95 of file DQMFileSaverPB.cc.
|
protected |
Definition at line 31 of file DQMFileSaverPB.h.
Referenced by DQMFileSaverPB(), initRun(), and saveLumi().
|
mutableprotected |
Definition at line 34 of file DQMFileSaverPB.h.
Referenced by DQMFileSaverPB(), initRun(), and saveLumi().
|
protected |
Definition at line 32 of file DQMFileSaverPB.h.
Referenced by DQMFileSaverPB(), initRun(), and saveLumi().
|
mutableprotected |
Definition at line 33 of file DQMFileSaverPB.h.
Referenced by DQMFileSaverPB(), initRun(), and saveLumi().