CMS 3D CMS Logo

FWRecoGeometry.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_FWRECO_GEOMETRY_H
2 # define GEOMETRY_FWRECO_GEOMETRY_H
3 
5 #include "TObjArray.h"
6 
7 #include <string>
9 {
10 public:
12  { idToName.reserve(260000); }
13 
14  virtual ~FWRecoGeometry( void )
15  {}
16 
18  TObjArray extraDet;
20 };
21 
22 #endif // GEOMETRY_FWRECO_GEOMETRY_H
std::string trackerTopologyXML
FWRecoGeom::InfoMap idToName
std::vector< FWRecoGeom::Info > InfoMap
Definition: FWRecoGeom.h:27
TObjArray extraDet
virtual ~FWRecoGeometry(void)