1 #ifndef MTDMapDDDtoID_H 2 #define MTDMapDDDtoID_H 16 typedef std::map<nav_type, uint32_t>
MapType;
23 unsigned int id(
const nav_type&)
const;
25 nav_type
const&
navType(uint32_t)
const;
std::vector< nav_type > navVec
std::vector< nav_type > const & allNavTypes() const
MTDMapDDDtoID(const GeometricTimingDet *iDet)
nav_type const & navType(uint32_t) const
std::map< uint32_t, nav_type > RevMapType
DDExpandedView::nav_type nav_type
void buildAllStep2(const GeometricTimingDet *)
GeometricTimingDet::nav_type nav_type
unsigned int id(const nav_type &) const
calculate the id of a given node
Provides an exploded view of the detector (tree-view)
void buildAll(const GeometricTimingDet *)
std::map< nav_type, uint32_t > MapType