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 public:
10  FWRecoGeometry(void) { idToName.reserve(260000); }
11 
12  virtual ~FWRecoGeometry(void) {}
13 
15  TObjArray extraDet;
17 };
18 
19 #endif // GEOMETRY_FWRECO_GEOMETRY_H
FWRecoGeometry::idToName
FWRecoGeom::InfoMap idToName
Definition: FWRecoGeometry.h:14
FWRecoGeometry::trackerTopologyXML
std::string trackerTopologyXML
Definition: FWRecoGeometry.h:16
FWRecoGeometry::~FWRecoGeometry
virtual ~FWRecoGeometry(void)
Definition: FWRecoGeometry.h:12
FWRecoGeom.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
FWRecoGeometry::extraDet
TObjArray extraDet
Definition: FWRecoGeometry.h:15
FWRecoGeometry
Definition: FWRecoGeometry.h:8
FWRecoGeom::InfoMap
std::vector< FWRecoGeom::Info > InfoMap
Definition: FWRecoGeom.h:23
FWRecoGeometry::FWRecoGeometry
FWRecoGeometry(void)
Definition: FWRecoGeometry.h:10