#include <EBTrendClient.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob (void) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | cleanup (void) |
void | endJob (void) |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
void | reset (void) |
void | setup (void) |
void | updateTime (void) |
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) |
Private Attributes | |
int | current_time_ |
TObject * | currentHist_ [nHists_] |
DQMStore * | dqmStore_ |
bool | enableCleanup_ |
std::string | histTitles_ [nHists_] |
int | ievt_ |
bool | init_ |
int | last_time_ |
double | mean_ [nHists_] |
MonitorElement * | meanHourly_ [nHists_] |
MonitorElement * | meanMinutely_ [nHists_] |
bool | mergeRuns_ |
std::string | moduleNames_ [nHists_] |
std::string | prefixME_ |
TObject * | previousHist_ [nHists_] |
double | rms_ [nHists_] |
MonitorElement * | sigmaHourly_ [nHists_] |
MonitorElement * | sigmaMinutely_ [nHists_] |
int | start_time_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 25 of file EBTrendClient.h.
EBTrendClient::EBTrendClient | ( | const edm::ParameterSet & | ps | ) |
Definition at line 22 of file EBTrendClient.cc.
References currentHist_, dqmStore_, enableCleanup_, edm::ParameterSet::getUntrackedParameter(), i, init_, meanHourly_, meanMinutely_, mergeRuns_, nHists_, cppFunctionSkipper::operator, prefixME_, previousHist_, sigmaHourly_, sigmaMinutely_, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
|
virtual |
Definition at line 51 of file EBTrendClient.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 216 of file EBTrendClient.cc.
References ecaldqm::calcBins(), ecaldqm::cloneIt(), gather_cfg::cout, current_time_, currentHist_, dqmStore_, MonitorElement::Fill(), DQMStore::get(), ecaldqm::getMeanRms(), getTProfile(), timingPdfMaker::histo, histTitles_, i, ievt_, init_, last_time_, mean_, meanHourly_, meanMinutely_, moduleNames_, nHists_, prefixME_, previousHist_, rms_, setup(), ecaldqm::shift2Right(), sigmaHourly_, sigmaMinutely_, start_time_, AlCaHLTBitMon_QueryRunRegistry::string, updateTime(), and verbose_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 55 of file EBTrendClient.cc.
References dqmStore_, histTitles_, ievt_, getHLTprescales::index, moduleNames_, prefixME_, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 101 of file EBTrendClient.cc.
References mergeRuns_, NULL, reset(), start_time_, and cond::rpcobgas::time.
|
protected |
Definition at line 175 of file EBTrendClient.cc.
References currentHist_, dqmStore_, i, init_, meanHourly_, meanMinutely_, nHists_, prefixME_, previousHist_, DQMStore::removeElement(), DQMStore::setCurrentFolder(), sigmaHourly_, and sigmaMinutely_.
Referenced by endJob().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 207 of file EBTrendClient.cc.
References cleanup(), enableCleanup_, and ievt_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 110 of file EBTrendClient.cc.
|
protected |
Definition at line 115 of file EBTrendClient.cc.
References i, meanHourly_, meanMinutely_, nHists_, MonitorElement::Reset(), sigmaHourly_, and sigmaMinutely_.
Referenced by beginRun().
|
protected |
Definition at line 128 of file EBTrendClient.cc.
References DQMStore::bookProfile(), dqmStore_, timingPdfMaker::histo, histTitles_, i, init_, meanHourly_, meanMinutely_, nHists_, prefixME_, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), sigmaHourly_, sigmaMinutely_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
protected |
Definition at line 297 of file EBTrendClient.cc.
References current_time_, last_time_, NULL, and cond::rpcobgas::time.
Referenced by analyze().
|
private |
Definition at line 88 of file EBTrendClient.h.
Referenced by analyze(), and updateTime().
|
private |
Definition at line 98 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), and EBTrendClient().
|
private |
Definition at line 69 of file EBTrendClient.h.
Referenced by analyze(), beginJob(), cleanup(), EBTrendClient(), and setup().
|
private |
Definition at line 73 of file EBTrendClient.h.
Referenced by EBTrendClient(), and endJob().
|
private |
Definition at line 92 of file EBTrendClient.h.
Referenced by analyze(), beginJob(), and setup().
|
private |
Definition at line 67 of file EBTrendClient.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 85 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), EBTrendClient(), and setup().
|
private |
Definition at line 89 of file EBTrendClient.h.
Referenced by analyze(), and updateTime().
|
private |
Definition at line 94 of file EBTrendClient.h.
Referenced by analyze().
|
private |
Definition at line 82 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), EBTrendClient(), reset(), and setup().
|
private |
Definition at line 79 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), EBTrendClient(), reset(), and setup().
|
private |
Definition at line 75 of file EBTrendClient.h.
Referenced by beginRun(), and EBTrendClient().
|
private |
Definition at line 91 of file EBTrendClient.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file EBTrendClient.h.
Referenced by analyze(), beginJob(), cleanup(), EBTrendClient(), and setup().
|
private |
Definition at line 97 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), and EBTrendClient().
|
private |
Definition at line 95 of file EBTrendClient.h.
Referenced by analyze().
|
private |
Definition at line 83 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), EBTrendClient(), reset(), and setup().
|
private |
Definition at line 80 of file EBTrendClient.h.
Referenced by analyze(), cleanup(), EBTrendClient(), reset(), and setup().
|
private |
Definition at line 87 of file EBTrendClient.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 77 of file EBTrendClient.h.
Referenced by analyze(), and EBTrendClient().