Go to the documentation of this file.00001 #ifndef GEOMETRY_FWRECO_GEOMETRY_RECORD_H
00002 # define GEOMETRY_FWRECO_GEOMETRY_RECORD_H
00003
00004 # include "FWCore/Framework/interface/DependentRecordImplementation.h"
00005 # include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"
00006 # include "Geometry/Records/interface/CaloGeometryRecord.h"
00007
00008 class FWRecoGeometryRecord : public edm::eventsetup::DependentRecordImplementation<FWRecoGeometryRecord,boost::mpl::vector<GlobalTrackingGeometryRecord,CaloGeometryRecord> > {};
00009
00010 #endif // GEOMETRY_FWRECO_GEOMETRY_RECORD_H