CMS 3D CMS Logo

trackerHierarchy.h
Go to the documentation of this file.
1 #ifndef TrackerGeomBuilder_TrackerHierarchy
2 #define TrackerGeomBuilder_TrackerHierarchy
3 
5 #include <string>
6 
7 // return a string describing trakcer geometry hierarchy
8 std::string trackerHierarchy(const TrackerTopology *tTopo, unsigned int id);
9 
10 #endif // TrackerGeomBuilder_TrackerHierarchy
std::string trackerHierarchy(const TrackerTopology *tTopo, unsigned int id)