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";