CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CmsTrackerDetIdBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_CmsTrackerDetIdBuilder_H
2 #define Geometry_TrackerNumberingBuilder_CmsTrackerDetIdBuilder_H
3 
5 #include <ostream>
6 
7 class GeometricDet;
8 
14  public:
17  protected:
18  void iterate(GeometricDet const *,int,unsigned int );
19 
20 private:
21  // This is the map between detid and navtype to restore backward compatibility between 12* and 13* series
22  std::map< std::string , uint32_t > mapNavTypeToDetId;
23  //
24 };
25 
26 #endif
void iterate(GeometricDet const *, int, unsigned int)
GeometricDet * buildId(GeometricDet *)
std::map< std::string, uint32_t > mapNavTypeToDetId