CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTPGRecord.h
Go to the documentation of this file.
1 #ifndef HcalObjects_HcalTPGRecord_h
2 #define HcalObjects_HcalTPGRecord_h
3 // -*- C++ -*-
4 //
5 // Package: HcalObjects
6 // Class : HcalTPGRecord
7 //
16 //
17 // Author:
18 // Created: Thu Sep 14 11:54:26 CDT 2006
19 // $Id: HcalTPGRecord.h,v 1.2 2007/07/11 22:05:49 mansj Exp $
20 //
21 
24 
25 class HcalTPGRecord : public edm::eventsetup::DependentRecordImplementation<HcalTPGRecord, boost::mpl::vector<HcalDbRecord> >{};
26 
27 #endif