30 LOG(fatal) <<
"GeoNodeMap: the address 0x" << std::hex << address << std::dec <<
" ("
ECbmModuleId
Enumerator for module Identifiers.
A common map for hardware address -> node path in TGeoManager (source)
static int32_t GetSystemId(uint32_t address)
GeoNodeMap(std::unordered_map< uint32_t, std::string > &&nodeMap)
Constructor.
A class to keep paths to nodes vs. hardware addresses for different detectors.
algo::GeoVolume ReadGeoVolume(uint32_t address)
Read volume properties of the node.
const std::string & GetNodePath(uint32_t address) const
A common function to get a path of a node.
std::unordered_map< uint32_t, std::string > fNodeMap
Map of geometrical nodes vs hardware address.
A representation of a geometrical volume of different tracking stations.
static algo::GeoVolume ReadVolume(const TString &path)
Creates a volume info from a geo node, provided by path.