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
TrackerTopology
Definition: TrackerTopology.h:16
DetId
Definition: DetId.h:17
DetIdInfo::info
static std::string info(const DetId &, const TrackerTopology *tTopo)
Definition: DetIdInfo.cc:25
DetIdInfo
Definition: DetIdInfo.h:17
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DetId.h