CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeomDetTypeIdToEnum.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerGeometryBuilder_GeomDetTypeIdToEnum_H
2 #define Geometry_TrackerGeometryBuilder_GeomDetTypeIdToEnum_H
3 
5 #include <map>
6 
11  public:
12  typedef std::map<int, GeomDetType::SubDetector> MapEnumType;
13  typedef std::map<GeomDetType::SubDetector, int> ReverseMapEnumType;
14 
16 
17  GeomDetType::SubDetector type(int) const;
19 
20  private:
23 
24 };
25 #endif
std::map< int, GeomDetType::SubDetector > MapEnumType
int detId(GeomDetType::SubDetector) const
ReverseMapEnumType _reverseMap
std::map< GeomDetType::SubDetector, int > ReverseMapEnumType
GeomDetType::SubDetector type(int) const