Private Member Functions | |
uint32_t | returnDetComponent (const MonitorElement *ME) const override |
bool | setDBLabelsForUser (const std::string &keyName, std::vector< std::string > &userDBContent, const std::string &quantity) const override |
Example on how to define an user function for the statistic extraction. More... | |
bool | setDBValuesForUser (const MonitorElement *me, HDQMSummary::InputVector &values, const std::string &quantity) const override |
Private Attributes | |
uint32_t | m_detectorID |
Additional Inherited Members | |
Public Types inherited from popcon::PopConSourceHandler< HDQMSummary > | |
typedef std::vector< Triplet > | Container |
typedef std::vector< std::pair< HDQMSummary *, cond::Time_t > > | OldContainer |
typedef PopConSourceHandler< HDQMSummary > | self |
typedef cond::Summary | Summary |
typedef cond::Time_t | Time_t |
typedef HDQMSummary | value_type |
Protected Member Functions inherited from SiStripDQMPopConSourceHandler< HDQMSummary > | |
uint32_t | getRunNumber () const |
Protected Member Functions inherited from popcon::PopConSourceHandler< HDQMSummary > | |
int | add (value_type *payload, Summary *summary, Time_t time) |
cond::persistency::Session & | dbSession () const |
Protected Member Functions inherited from SiStripDQMHistoryHelper | |
virtual void | scanTreeAndFillSummary (const std::vector< MonitorElement * > &MEs, HDQMSummary *summary, const std::string &histoName, const std::vector< std::string > &Quantities) const |
std::string | sep () const |
virtual bool | setDBLabelsForGauss (const std::string &keyName, std::vector< std::string > &userDBContent) const |
virtual bool | setDBLabelsForLandau (const std::string &keyName, std::vector< std::string > &userDBContent) const |
virtual bool | setDBLabelsForStat (const std::string &keyName, std::vector< std::string > &userDBContent) const |
virtual bool | setDBLabelsForUser (const std::string &keyName, std::vector< std::string > &userDBContent) const |
virtual bool | setDBValuesForGauss (const MonitorElement *me, HDQMSummary::InputVector &values) const |
virtual bool | setDBValuesForLandau (const MonitorElement *me, HDQMSummary::InputVector &values) const |
virtual bool | setDBValuesForStat (const MonitorElement *me, HDQMSummary::InputVector &values) const |
virtual bool | setDBValuesForUser (const MonitorElement *me, HDQMSummary::InputVector &values) const |
SiStripDQMHistoryHelper (const edm::ParameterSet &pset) | |
virtual | ~SiStripDQMHistoryHelper () |
Protected Attributes inherited from popcon::PopConSourceHandler< HDQMSummary > | |
OldContainer | m_to_transfer |
std::string | m_userTextLog |
Definition at line 7 of file GenericPopConHistoryDQM.cc.
|
inlineexplicit |
Definition at line 9 of file GenericPopConHistoryDQM.cc.
References edm::ParameterSet::getParameter(), tauVariables_cff::quantity, returnDetComponent(), setDBLabelsForUser(), setDBValuesForUser(), AlCaHLTBitMon_QueryRunRegistry::string, MuonErrorMatrixValues_cff::values, and ~GenericHistoryDQM().
|
override |
|
overrideprivatevirtual |
Implements SiStripDQMHistoryHelper.
Definition at line 26 of file GenericPopConHistoryDQM.cc.
References LogTrace, and m_detectorID.
Referenced by GenericHistoryDQM().
|
overrideprivatevirtual |
Example on how to define an user function for the statistic extraction.
Reimplemented from SiStripDQMHistoryHelper.
Definition at line 33 of file GenericPopConHistoryDQM.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GenericHistoryDQM().
|
overrideprivatevirtual |
Reimplemented from SiStripDQMHistoryHelper.
Definition at line 55 of file GenericPopConHistoryDQM.cc.
References MonitorElement::getMean(), and MonitorElement::getTH1F().
Referenced by GenericHistoryDQM().
|
private |
Definition at line 21 of file GenericPopConHistoryDQM.cc.
Referenced by returnDetComponent().