CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 {
24 
25 public:
26 
28 
33  std::pair<int,int> typeAndLayerFromDetId( const DetId& detId, const TrackerTopology* tTopo ) const;
34 
35 };
36 
37 #endif
std::pair< int, int > typeAndLayerFromDetId(const DetId &detId, const TrackerTopology *tTopo) const
Definition: DetId.h:18