CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DisplayGeomRecord.h
Go to the documentation of this file.
1 #ifndef Geometry_DisplayGeomRecord_h
2 #define Geometry_DisplayGeomRecord_h
3 // -*- C++ -*-
4 //
5 // Package: Geometry
6 // Class : DisplayGeomRecord
7 //
16 //
17 // Author:
18 // Created: Thu Mar 18 16:19:57 CDT 2010
19 // $Id: DisplayGeomRecord.h,v 1.3 2010/08/10 15:24:14 yana Exp $
20 //
21 
24 
25 class DisplayGeomRecord : public edm::eventsetup::DependentRecordImplementation<DisplayGeomRecord,boost::mpl::vector<IdealGeometryRecord> > {};
26 
27 #endif