Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:46

0001 #ifndef GEOMETRY_FWRECO_GEOMETRY_H
0002 #define GEOMETRY_FWRECO_GEOMETRY_H
0003 
0004 #include "Fireworks/Core/interface/FWRecoGeom.h"
0005 #include "TObjArray.h"
0006 
0007 #include <string>
0008 class FWRecoGeometry {
0009 public:
0010   FWRecoGeometry(void) { idToName.reserve(260000); }
0011 
0012   virtual ~FWRecoGeometry(void) {}
0013 
0014   FWRecoGeom::InfoMap idToName;
0015   TObjArray extraDet;
0016   std::string trackerTopologyXML;
0017 };
0018 
0019 #endif  // GEOMETRY_FWRECO_GEOMETRY_H