CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch1/src/Fireworks/Geometry/interface/FWRecoGeometry.h

Go to the documentation of this file.
00001 #ifndef GEOMETRY_FWRECO_GEOMETRY_H
00002 # define GEOMETRY_FWRECO_GEOMETRY_H
00003 
00004 # include "Fireworks/Core/interface/FWRecoGeom.h"
00005 
00006 class FWRecoGeometry
00007 {
00008 public:
00009   FWRecoGeometry( void )
00010     { idToName.reserve(260000); }
00011   
00012   virtual ~FWRecoGeometry( void ) 
00013     {}
00014 
00015   FWRecoGeom::InfoMap idToName;
00016 };
00017 
00018 #endif // GEOMETRY_FWRECO_GEOMETRY_H