1 #ifndef GUARD_HDQMInspectorConfigBase_h 2 #define GUARD_HDQMInspectorConfigBase_h 38 virtual bool valueErrorMap(std::vector<std::pair<std::string, std::string> > & valueErrorVector)
const {
return false;}
58 for (std::map<std::string, std::string>::const_iterator It =
fErrorMap.begin(); It !=
fErrorMap.end(); ++It) {
59 if (QuantityName.find( It->first ) != std::string::npos) {
std::string getErrorForQuantity(const std::string &QuantityName) 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 ...
std::vector< std::string > fComputeIntegral
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
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 ...
HDQMInspectorConfigBase()
bool computeIntegral(const std::string &in) const
virtual ~HDQMInspectorConfigBase()
std::map< std::string, std::string > fErrorMap