CMS 3D CMS Logo

CastorDbRecord.h
Go to the documentation of this file.
1 #ifndef CASTORDBPRODUCER_CASTORDBRECORD_H
2 #define CASTORDBPRODUCER_CASTORDBRECORD_H
3 // -*- C++ -*-
4 //
5 // Package: CastorDbProducer
6 // Class : CastorDbRecord
7 //
16 #include "boost/mpl/vector.hpp"
18 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
19 
28 
30  : public edm::eventsetup::DependentRecordImplementation<CastorDbRecord,
31  boost::mpl::vector<CastorPedestalsRcd,
32  CastorPedestalWidthsRcd,
33  CastorGainsRcd,
34  CastorGainWidthsRcd,
35  CastorQIEDataRcd,
36  CastorChannelQualityRcd,
37  CastorElectronicsMapRcd> > {};
38 
39 #endif /* CASTORDBPRODUCER_CASTORDBRECORD_H */