Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Geometry_DisplayGeomRecord_h
0002 #define Geometry_DisplayGeomRecord_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Geometry
0006 // Class  :     DisplayGeomRecord
0007 //
0008 /**\class DisplayGeomRecord DisplayGeomRecord.h Fireworks/Geometry/interface/DisplayGeomRecord.h
0009 
0010  Description: [one line class summary]
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Thu Mar 18 16:19:57 CDT 2010
0019 //
0020 
0021 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0022 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0023 
0024 class DisplayGeomRecord
0025     : public edm::eventsetup::DependentRecordImplementation<DisplayGeomRecord, edm::mpl::Vector<IdealGeometryRecord> > {
0026 };
0027 
0028 #endif