CMS 3D CMS Logo

DetIdInfo.h
Go to the documentation of this file.
1 #ifndef TrackAssociator_DetIdInfo_h
2 #define TrackAssociator_DetIdInfo_h
3 
12 #include <set>
13 #include <vector>
14 
15 class TrackerTopology;
16 
17 class DetIdInfo {
18 public:
19  static std::string info(const DetId &, const TrackerTopology *tTopo);
20  static std::string info(const std::set<DetId> &, const TrackerTopology *tTopo);
21  static std::string info(const std::vector<DetId> &, const TrackerTopology *tTopo);
22 };
23 #endif
Definition: DetId.h:17
static std::string info(const DetId &, const TrackerTopology *tTopo)
Definition: DetIdInfo.cc:25