#include <HDQMInspectorConfigBase.h>
Public Member Functions | |
bool | computeIntegral (const std::string &in) const |
virtual bool | computeIntegralList (const std::vector< std::string > &computeIntegralVector) |
fills the list of names of quantities for which a summation over the runs is required More... | |
std::string | getErrorForQuantity (const std::string &QuantityName) const |
HDQMInspectorConfigBase () | |
virtual std::string | translateDetId (const uint32_t) const =0 |
pure virtual method that convert a DetId to a string More... | |
virtual bool | valueErrorMap (std::vector< std::pair< std::string, std::string > > &valueErrorVector) const |
fills a vector<pair<string, string> > associating values with the corresponding errors More... | |
virtual | ~HDQMInspectorConfigBase () |
Private Attributes | |
std::vector< std::string > | fComputeIntegral |
std::map< std::string, std::string > | fErrorMap |
The HDQMinspectorConfigBase is the base class defining the interface for the classes used to pass detector specific information to the HDQMInspector.
The methods defined are:
Each subdetector must derive from this class and pass it by pointer to the HDQMInspector.
Definition at line 34 of file HDQMInspectorConfigBase.h.
|
inline |
Definition at line 37 of file HDQMInspectorConfigBase.h.
|
inlinevirtual |
Definition at line 38 of file HDQMInspectorConfigBase.h.
|
inline |
Definition at line 49 of file HDQMInspectorConfigBase.h.
References fComputeIntegral, spr::find(), and recoMuon::in.
Referenced by HDQMInspector::plot().
|
inlinevirtual |
fills the list of names of quantities for which a summation over the runs is required
Definition at line 44 of file HDQMInspectorConfigBase.h.
References fComputeIntegral.
Referenced by runInspector(), and runTrackingInspector().
|
inline |
Definition at line 57 of file HDQMInspectorConfigBase.h.
References fErrorMap.
|
pure virtual |
pure virtual method that convert a DetId to a string
Implemented in HDQMInspectorConfigSiStrip, and HDQMInspectorConfigTracking.
Referenced by HDQMInspector::plot().
|
inlinevirtual |
fills a vector<pair<string, string> > associating values with the corresponding errors
Definition at line 42 of file HDQMInspectorConfigBase.h.
|
private |
Definition at line 73 of file HDQMInspectorConfigBase.h.
Referenced by computeIntegral(), and computeIntegralList().
|
private |
Definition at line 72 of file HDQMInspectorConfigBase.h.
Referenced by getErrorForQuantity().