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 
8 // return a string describing trakcer geometry hierarchy
9 std::string trackerHierarchy(const TrackerTopology *tTopo, unsigned int id);
10 
11 #endif // TrackerGeomBuilder_TrackerHierarchy
std::string trackerHierarchy(const TrackerTopology *tTopo, unsigned int id)