31 std::ostringstream rawIdString;
41 uint32_t local_component_id;
43 input >> local_component_id;
44 return local_component_id;
49 if (length1 == std::string::npos) {
50 LogWarning(
"PixelDQM") <<
"SiPixelHistogramId::returnIdPart - no regular histoid. Returning 0";
59 if (length2 == std::string::npos) {
60 LogWarning(
"PixelDQM") <<
"SiPixelHistogramId::returnIdPart - no regular histoid. Returning 0";
69 LogWarning(
"PixelDQM") <<
"SiPixelHistogramId::returnIdPart - no such whichpart=" << whichpart <<
" returning 0";
static std::string const input
virtual ~SiPixelHistogramId()
Destructor.
std::string dataCollection_
std::string returnIdPart(std::string histoid, uint32_t whichpart)
get Part
std::string getDataCollection(std::string histogramId)
Get data Collection.
std::string setHistoId(std::string variable, uint32_t &rawId)
Set Histogram Id.
uint32_t getRawId(std::string histogramId)
Get Detector Raw Id.
SiPixelHistogramId()
Constructor.