Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:26

0001 #ifndef TrackerGeomBuilder_TrackerHierarchy
0002 #define TrackerGeomBuilder_TrackerHierarchy
0003 
0004 #include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
0005 #include <string>
0006 
0007 // return a string describing trakcer geometry hierarchy
0008 std::string trackerHierarchy(const TrackerTopology *tTopo, unsigned int id);
0009 
0010 #endif  // TrackerGeomBuilder_TrackerHierarchy