CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
std::pair< int, int > typeAndLayerFromDetId(const DetId &detId, const TrackerTopology *tTopo) const
Definition: DetId.h:17