CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDbRecord.h
Go to the documentation of this file.
1 #ifndef HCALDBPRODUCER_HCALDBRECORD_H
2 #define HCALDBPRODUCER_HCALDBRECORD_H
3 // -*- C++ -*-
4 //
5 // Package: HcalDbProducer
6 // Class : HcalDbRecord
7 //
16 //
17 // Author:
18 // Created: Tue Aug 9 19:10:36 CDT 2005
19 //
20 #include "boost/mpl/vector.hpp"
22 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
23 
26 
27 // class HcalDbRecord : public edm::eventsetup::EventSetupRecordImplementation<HcalDbRecord> {};
28 
30  boost::mpl::vector<IdealGeometryRecord, HcalPedestalsRcd, HcalPedestalWidthsRcd, HcalGainsRcd, HcalGainWidthsRcd,
31  HcalQIEDataRcd, HcalChannelQualityRcd, HcalZSThresholdsRcd, HcalRespCorrsRcd,
32  HcalL1TriggerObjectsRcd, HcalElectronicsMapRcd, HcalTimeCorrsRcd, HcalLUTCorrsRcd, HcalPFCorrsRcd,
33  HcalLutMetadataRcd > > {};
34 
35 #endif /* HCALDBPRODUCER_HCALDBRECORD_H */
36