29 std::string
ToString(
bool header =
false)
const
31 std::stringstream msg;
33 msg << std::setw(8) << std::setfill(
' ') <<
"det. id" <<
' ';
34 msg << std::setw(8) << std::setfill(
' ') <<
"ext. id";
37 msg << std::setw(8) << std::setfill(
' ') <<
detId <<
' ';
38 msg << std::setw(8) << std::setfill(
' ') <<
hitId;