CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/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( 260000 )
00011     {}
00012   
00013   virtual ~FWRecoGeometry( void ) 
00014     {}
00015 
00016   FWRecoGeom::InfoMap idToName;
00017 };
00018 
00019 #endif // GEOMETRY_FWRECO_GEOMETRY_H