CMS 3D CMS Logo

TrackerAlignableId.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignment_TrackerAlignableId_H
2 #define Alignment_CommonAlignment_TrackerAlignableId_H
3 
16 
17 #include <utility>
18 
19 class DetId;
20 class TrackerTopology;
21 
23 public:
25 
30  std::pair<int, int> typeAndLayerFromDetId(const DetId& detId, const TrackerTopology* tTopo) const;
31 };
32 
33 #endif
Definition: DetId.h:17
std::pair< int, int > typeAndLayerFromDetId(const DetId &detId, const TrackerTopology *tTopo) const