18 std::ostream& sumdata::operator<<
22 if (!
info.isDataValid())
23 return out <<
"Invalid geometry configuration information" << std::endl;
25 out <<
"Geometry information version: " <<
info.dataVersion;
30 <<
"\nDetector name: '" <<
info.detectorName <<
"'"
37 <<
"\nFull configuration:"
38 <<
"\n" << std::string(80,
'-')
39 <<
"\n" <<
info.geometryServiceConfiguration
40 <<
"\n" << std::string(80,
'-')
46 <<
"\n[this version of code can't fully decode further information]";
Description of the current configuration of detector geometry.
unsigned int DataVersion_t
Type used for the version of data.
Description of the current configuration of detector geometry.