CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 public:
10  FWRecoGeometry(void) { idToName.reserve(260000); }
11 
12  virtual ~FWRecoGeometry(void) {}
13 
15  TObjArray extraDet;
17 };
18 
19 #endif // GEOMETRY_FWRECO_GEOMETRY_H
std::string trackerTopologyXML
FWRecoGeom::InfoMap idToName
std::vector< FWRecoGeom::Info > InfoMap
Definition: FWRecoGeom.h:23
TObjArray extraDet
virtual ~FWRecoGeometry(void)