#include <MESetTrend.h>
Public Member Functions | |
void | book (DQMStore::IBooker &) override |
bool | canShiftAxis () const |
MESet * | clone (std::string const &="") const override |
void | fill (DetId const &, double, double=1., double=1.) override |
void | fill (EcalElectronicsId const &, double, double=1., double=1.) override |
void | fill (int, double, double=1., double=1.) override |
void | fill (double, double=1., double=1.) override |
int | findBin (DetId const &, double, double=0.) const override |
int | findBin (EcalElectronicsId const &, double, double=0.) const override |
int | findBin (int, double, double=0.) const override |
int | findBin (double, double=0.) const |
bool | isCumulative () const |
bool | isMinutely () const |
bool | isVariableBinning () const override |
MESetTrend (std::string const &, binning::ObjectType, binning::BinningType, MonitorElement::Kind, binning::AxisSpecs const *=0, binning::AxisSpecs const *=0) | |
MESetTrend (MESetTrend const &) | |
MESet & | operator= (MESet const &) override |
void | setCumulative () |
void | setMinutely () |
void | setShiftAxis () |
~MESetTrend () | |
Public Member Functions inherited from ecaldqm::MESetEcal | |
std::vector< std::string > | generatePaths () const |
double | getBinContent (DetId const &, int) const override |
double | getBinContent (EcalElectronicsId const &, int) const override |
double | getBinContent (int, int) const override |
double | getBinEntries (DetId const &, int) const override |
double | getBinEntries (EcalElectronicsId const &, int) const override |
double | getBinEntries (int, int) const override |
double | getBinError (DetId const &, int) const override |
double | getBinError (EcalElectronicsId const &, int) const override |
double | getBinError (int, int) const override |
MESetEcal (std::string const &, binning::ObjectType, binning::BinningType, MonitorElement::Kind, unsigned, binning::AxisSpecs const *=0, binning::AxisSpecs const *=0, binning::AxisSpecs const *=0) | |
MESetEcal (MESetEcal const &) | |
bool | retrieve (DQMStore::IGetter &, std::string *=0) const override |
void | setBinContent (DetId const &, int, double) override |
void | setBinContent (EcalElectronicsId const &, int, double) override |
void | setBinContent (int, int, double) override |
void | setBinEntries (DetId const &, int, double) override |
void | setBinEntries (EcalElectronicsId const &, int, double) override |
void | setBinEntries (int, int, double) override |
void | setBinError (DetId const &, int, double) override |
void | setBinError (EcalElectronicsId const &, int, double) override |
void | setBinError (int, int, double) override |
~MESetEcal () | |
Public Member Functions inherited from ecaldqm::MESet | |
virtual const_iterator | begin () const |
virtual iterator | begin () |
virtual const_iterator | beginChannel () const |
virtual iterator | beginChannel () |
virtual void | clear () const |
virtual const_iterator | end () const |
virtual iterator | end () |
std::string | formPath (PathReplacements const &) const |
bool | getBatchMode () const |
binning::BinningType | getBinType () const |
MonitorElement::Kind | getKind () const |
bool | getLumiFlag () const |
virtual MonitorElement const * | getME (unsigned _iME) const |
virtual MonitorElement * | getME (unsigned _iME) |
binning::ObjectType | getObjType () const |
virtual std::string const & | getPath () const |
bool | isActive () const |
virtual bool | maskMatches (DetId const &, uint32_t, StatusManager const *) const |
MESet () | |
MESet (std::string const &, binning::ObjectType, binning::BinningType, MonitorElement::Kind) | |
MESet (MESet const &) | |
virtual void | recoverStats () |
virtual void | reset (double=0., double=0., double=0.) |
virtual void | resetAll (double=0., double=0., double=0.) |
virtual void | setAxisTitle (std::string const &, int=1) |
void | setBatchMode () |
virtual void | setBinContent (DetId const &, double) |
virtual void | setBinContent (EcalElectronicsId const &, double) |
virtual void | setBinContent (int, double) |
virtual void | setBinEntries (DetId const &, double) |
virtual void | setBinEntries (EcalElectronicsId const &, double) |
virtual void | setBinEntries (int, double) |
virtual void | setBinError (DetId const &, double) |
virtual void | setBinError (EcalElectronicsId const &, double) |
virtual void | setBinError (int, double) |
void | setLumiFlag () |
virtual void | softReset () |
virtual | ~MESet () |
Private Member Functions | |
bool | shift_ (unsigned) |
Private Attributes | |
int | currentBin_ |
bool | minutely_ |
bool | shiftAxis_ |
Additional Inherited Members | |
Public Types inherited from ecaldqm::MESet | |
typedef std::map< std::string, std::string > | PathReplacements |
Protected Member Functions inherited from ecaldqm::MESet | |
virtual void | checkME_ (unsigned _iME) const |
virtual void | fill_ (unsigned, int, double) |
virtual void | fill_ (unsigned, int, double, double) |
virtual void | fill_ (unsigned, double, double, double) |
void | throw_ (std::string const &_message) const |
Protected Attributes inherited from ecaldqm::MESetEcal | |
unsigned | logicalDimensions_ |
binning::AxisSpecs const * | xaxis_ |
binning::AxisSpecs const * | yaxis_ |
binning::AxisSpecs const * | zaxis_ |
Protected Attributes inherited from ecaldqm::MESet | |
bool | active_ |
bool | batchMode_ |
binning::BinningType | btype_ |
MonitorElement::Kind | kind_ |
bool | lumiFlag_ |
std::vector< MonitorElement * > | mes_ |
binning::ObjectType | otype_ |
std::string | path_ |
Definition at line 13 of file MESetTrend.h.
ecaldqm::MESetTrend::MESetTrend | ( | std::string const & | _fullPath, |
binning::ObjectType | _otype, | ||
binning::BinningType | _btype, | ||
MonitorElement::Kind | _kind, | ||
binning::AxisSpecs const * | _xaxis = 0 , |
||
binning::AxisSpecs const * | _yaxis = 0 |
||
) |
Definition at line 7 of file MESetTrend.cc.
References MonitorElement::DQM_KIND_TH1F, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TPROFILE, MonitorElement::DQM_KIND_TPROFILE2D, ecaldqm::MESet::kind_, and ecaldqm::MESet::throw_().
Referenced by clone().
ecaldqm::MESetTrend::MESetTrend | ( | MESetTrend const & | _orig | ) |
Definition at line 24 of file MESetTrend.cc.
|
inline |
Definition at line 18 of file MESetTrend.h.
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 56 of file MESetTrend.cc.
References ecaldqm::MESetEcal::book(), ecaldqm::binning::AxisSpecs::high, ecaldqm::binning::AxisSpecs::low, ecaldqm::MESet::mes_, minutely_, ecaldqm::binning::AxisSpecs::nbins, ecaldqm::MESet::setAxisTitle(), cond::rpcobgas::time, and ecaldqm::MESetEcal::xaxis_.
|
inline |
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 46 of file MESetTrend.cc.
References filterCSVwithJSON::copy, MESetTrend(), cmsHarvester::path, ecaldqm::MESet::path_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 94 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::checkME_(), ecaldqm::MESet::fill_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::otype_, and shift_().
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 106 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::checkME_(), ecaldqm::MESet::fill_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::otype_, and shift_().
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 118 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::btype_, ecaldqm::MESet::checkME_(), ecaldqm::MESet::fill_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::otype_, and shift_().
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 130 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::fill_(), ecaldqm::MESet::mes_, shift_(), and ecaldqm::MESet::throw_().
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 141 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::checkME_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::mes_, and ecaldqm::MESet::otype_.
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 152 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::checkME_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::mes_, and ecaldqm::MESet::otype_.
|
overridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 163 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::btype_, ecaldqm::MESet::checkME_(), ecaldqm::binning::findPlotIndex(), ecaldqm::MESet::mes_, and ecaldqm::MESet::otype_.
int ecaldqm::MESetTrend::findBin | ( | double | _t, |
double | _y = 0. |
||
) | const |
Definition at line 174 of file MESetTrend.cc.
References ecaldqm::MESet::active_, ecaldqm::MESet::mes_, and ecaldqm::MESet::throw_().
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from ecaldqm::MESetEcal.
Definition at line 36 of file MESetTrend.h.
Reimplemented from ecaldqm::MESetEcal.
Definition at line 33 of file MESetTrend.cc.
References currentBin_, minutely_, ecaldqm::MESetEcal::operator=(), and shiftAxis_.
void ecaldqm::MESetTrend::setCumulative | ( | ) |
Definition at line 184 of file MESetTrend.cc.
References currentBin_, MonitorElement::DQM_KIND_TPROFILE, MonitorElement::DQM_KIND_TPROFILE2D, ecaldqm::MESet::kind_, and ecaldqm::MESet::throw_().
Referenced by ecaldqm::createMESet().
|
inline |
Definition at line 38 of file MESetTrend.h.
References minutely_.
Referenced by ecaldqm::createMESet().
|
inline |
Definition at line 39 of file MESetTrend.h.
References shiftAxis_.
Referenced by ecaldqm::createMESet().
|
private |
Definition at line 192 of file MESetTrend.cc.
References newFWLiteAna::bin, currentBin_, alignCSCRings::dest, MonitorElement::DQM_KIND_TH1F, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TPROFILE, MonitorElement::DQM_KIND_TPROFILE2D, ecaldqm::MESet::end(), python.tagInventory::entries, MonitorElement::getBinContent(), MonitorElement::getBinEntries(), MonitorElement::getBinError(), MonitorElement::getNbinsY(), MonitorElement::getTH1(), ecaldqm::MESet::kind_, ecaldqm::MESet::mes_, MonitorElement::Reset(), plotscripts::rms(), MonitorElement::setBinContent(), MonitorElement::setBinEntries(), MonitorElement::setBinError(), MonitorElement::setEntries(), shiftAxis_, mathSSE::sqrt(), dqm_diff::start, and relval_parameters_module::step.
Referenced by fill().
|
private |
Definition at line 50 of file MESetTrend.h.
Referenced by isCumulative(), operator=(), setCumulative(), and shift_().
|
private |
Definition at line 48 of file MESetTrend.h.
Referenced by book(), isMinutely(), operator=(), and setMinutely().
|
private |
Definition at line 49 of file MESetTrend.h.
Referenced by canShiftAxis(), operator=(), setShiftAxis(), and shift_().