CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTPGRecord.h
Go to the documentation of this file.
1 #ifndef CaloTPG_CaloTPGRecord_h
2 #define CaloTPG_CaloTPGRecord_h
3 // -*- C++ -*-
4 //
5 // Package: CaloTPG
6 // Class : CaloTPGRecord
7 //
16 //
17 // Author:
18 // Created: Wed Sep 13 19:20:14 CDT 2006
19 // $Id$
20 //
21 
25 
26 class CaloTPGRecord : public edm::eventsetup::DependentRecordImplementation<CaloTPGRecord, boost::mpl::vector<HcalLutMetadataRcd,CaloGeometryRecord> > {};
27 
28 #endif