#include <GenericHistoryDQMService.h>
Public Member Functions | |
GenericHistoryDQMService (const edm::ParameterSet &, const edm::ActivityRegistry &) | |
~GenericHistoryDQMService () | |
Public Member Functions inherited from DQMHistoryServiceBase | |
virtual bool | checkForCompatibility (std::string ss) |
DQMHistoryServiceBase (const edm::ParameterSet &, const edm::ActivityRegistry &) | |
virtual void | getMetaDataString (std::stringstream &ss) |
virtual void | getObj (HDQMSummary *&obj) |
virtual void | initialize () |
virtual void | setSeparator (std::string const &) |
virtual | ~DQMHistoryServiceBase () |
Private Member Functions | |
uint32_t | returnDetComponent (const MonitorElement *ME) |
bool | setDBLabelsForUser (std::string &keyName, std::vector< std::string > &userDBContent, std::string &quantity) |
Example on how to define an user function for the statistic extraction. More... | |
bool | setDBValuesForUser (std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values, std::string &quantity) |
Private Attributes | |
edm::ParameterSet | iConfig_ |
Additional Inherited Members | |
Protected Member Functions inherited from DQMHistoryServiceBase | |
virtual void | createSummary () |
virtual uint32_t | getRunNumber () const |
virtual void | openRequestedFile () |
virtual void | scanTreeAndFillSummary (const std::vector< MonitorElement * > &MEs, HDQMSummary *summary, std::string &histoName, std::vector< std::string > &Quantities) |
virtual bool | setDBLabelsForGauss (std::string &keyName, std::vector< std::string > &userDBContent) |
virtual bool | setDBLabelsForLandau (std::string &keyName, std::vector< std::string > &userDBContent) |
virtual bool | setDBLabelsForStat (std::string &keyName, std::vector< std::string > &userDBContent) |
virtual bool | setDBLabelsForUser (std::string &keyName, std::vector< std::string > &userDBContent) |
virtual bool | setDBValuesForGauss (std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values) |
virtual bool | setDBValuesForLandau (std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values) |
virtual bool | setDBValuesForStat (std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values) |
virtual bool | setDBValuesForUser (std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values) |
Protected Attributes inherited from DQMHistoryServiceBase | |
DQMStore * | dqmStore_ |
HDQMfitUtilities * | fitME |
std::string | fSep |
edm::ParameterSet | iConfig_ |
HDQMSummary * | obj_ |
Definition at line 11 of file GenericHistoryDQMService.h.
|
explicit |
Definition at line 6 of file GenericHistoryDQMService.cc.
GenericHistoryDQMService::~GenericHistoryDQMService | ( | ) |
Definition at line 12 of file GenericHistoryDQMService.cc.
|
privatevirtual |
Reimplemented from DQMHistoryServiceBase.
Definition at line 17 of file GenericHistoryDQMService.cc.
References edm::ParameterSet::getParameter(), iConfig_, and LogTrace.
|
privatevirtual |
Example on how to define an user function for the statistic extraction.
Reimplemented from DQMHistoryServiceBase.
Definition at line 24 of file GenericHistoryDQMService.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from DQMHistoryServiceBase.
Definition at line 46 of file GenericHistoryDQMService.cc.
|
private |
Definition at line 23 of file GenericHistoryDQMService.h.
Referenced by returnDetComponent().