Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:18

0001 #ifndef RECORDS_IDEALGEOMETRYRECORD_H
0002 #define RECORDS_IDEALGEOMETRYRECORD_H
0003 // -*- C++ -*-
0004 //
0005 // Package:     Records
0006 // Class  :     IdealGeometryRecord
0007 //
0008 /**\class IdealGeometryRecord IdealGeometryRecord.h Geometry/Records/interface/IdealGeometryRecord.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Mon Jul 25 11:05:09 EDT 2005
0019 //
0020 
0021 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0022 #include "Geometry/Records/interface/GeometryFileRcd.h"
0023 #include "FWCore/Utilities/interface/mplVector.h"
0024 
0025 class IdealGeometryRecord
0026     : public edm::eventsetup::DependentRecordImplementation<IdealGeometryRecord, edm::mpl::Vector<GeometryFileRcd> > {};
0027 
0028 #endif /* RECORDS_IDEALGEOMETRYRECORD_H */