Classes | |
struct | StreamME |
Public Member Functions | |
RamdiskMonitor (const edm::ParameterSet &ps) | |
~RamdiskMonitor () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< edm::LuminosityBlockCache< rdm::Empty > > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | analyzeFile (std::string fn, unsigned int run, unsigned int lumi, std::string label) const |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
double | getRunTimestamp () const |
std::shared_ptr< rdm::Empty > | globalBeginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) const override |
void | globalEndLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) final |
Protected Attributes | |
std::set< std::string > | filesSeen_ |
double | global_start_ = 0. |
const std::string | runInputDir_ |
const unsigned int | runNumber_ |
const std::string | runPath_ |
const std::vector< std::string > | streamLabels_ |
std::map< std::string, StreamME > | streams_ |
Static Protected Attributes | |
static double | LUMI = 23.310893056 |
Definition at line 27 of file RamdiskMonitor.cc.
dqm::RamdiskMonitor::RamdiskMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 68 of file RamdiskMonitor.cc.
References cmsPerfStripChart::format, edm::ParameterSet::getUntrackedParameter(), runInputDir_, runNumber_, runPath_, str, streamLabels_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 78 of file RamdiskMonitor.cc.
|
inlineoverrideprotected |
Definition at line 41 of file RamdiskMonitor.cc.
References label, writedatasetfile::run, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 137 of file RamdiskMonitor.cc.
References dqm::RamdiskMonitor::StreamME::deliveryDelayCTime, dqm::RamdiskMonitor::StreamME::deliveryDelayMTime, dqm::RamdiskMonitor::StreamME::eventsAccepted, dqm::RamdiskMonitor::StreamME::eventsProcessed, getRunTimestamp(), LUMI, funct::m, runPath_, MonitorElement::setBinContent(), trackingPlots::stat, and streams_.
Referenced by globalBeginLuminosityBlock().
|
overrideprotected |
Definition at line 80 of file RamdiskMonitor.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), dqm::RamdiskMonitor::StreamME::deliveryDelayCTime, dqm::RamdiskMonitor::StreamME::deliveryDelayMTime, dqm::RamdiskMonitor::StreamME::eventsAccepted, dqm::RamdiskMonitor::StreamME::eventsProcessed, MonitorElement::getTH1F(), funct::m, MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), streamLabels_, streams_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 241 of file RamdiskMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 121 of file RamdiskMonitor.cc.
References cmsPerfStripChart::format, global_start_, runInputDir_, runNumber_, trackingPlots::stat, str, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyzeFile().
|
overrideprotected |
Definition at line 189 of file RamdiskMonitor.cc.
References analyzeFile(), MillePedeFileConverter_cfg::e, cppFunctionSkipper::exception, corrVsCorr::filename, filesSeen_, label, mps_check::msg, mps_fire::result, writedatasetfile::run, runNumber_, runPath_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinefinalprotected |
Definition at line 39 of file RamdiskMonitor.cc.
|
mutableprotected |
Definition at line 62 of file RamdiskMonitor.cc.
Referenced by globalBeginLuminosityBlock().
|
mutableprotected |
Definition at line 63 of file RamdiskMonitor.cc.
Referenced by getRunTimestamp().
|
staticprotected |
Definition at line 65 of file RamdiskMonitor.cc.
Referenced by analyzeFile().
|
protected |
Definition at line 49 of file RamdiskMonitor.cc.
Referenced by getRunTimestamp(), and RamdiskMonitor().
|
protected |
Definition at line 48 of file RamdiskMonitor.cc.
Referenced by getRunTimestamp(), globalBeginLuminosityBlock(), and RamdiskMonitor().
|
protected |
Definition at line 51 of file RamdiskMonitor.cc.
Referenced by analyzeFile(), globalBeginLuminosityBlock(), and RamdiskMonitor().
|
protected |
Definition at line 50 of file RamdiskMonitor.cc.
Referenced by bookHistograms(), and RamdiskMonitor().
|
protected |
Definition at line 61 of file RamdiskMonitor.cc.
Referenced by analyzeFile(), and bookHistograms().