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 
22 {
23 
24 public:
25 
27 
32  std::pair<int,int> typeAndLayerFromDetId( const DetId& detId ) const;
33 
34 };
35 
36 #endif
Definition: DetId.h:20
std::pair< int, int > typeAndLayerFromDetId(const DetId &detId) const