Main Page
Namespaces
Classes
Package Documentation
CalibFormats
CastorObjects
interface
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"
17
#include "
FWCore/Framework/interface/DependentRecordImplementation.h
"
18
// #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
19
20
#include "
CondFormats/DataRecord/interface/CastorChannelQualityRcd.h
"
21
#include "
CondFormats/DataRecord/interface/CastorElectronicsMapRcd.h
"
22
#include "
CondFormats/DataRecord/interface/CastorElectronicsMapRcd.h
"
23
#include "
CondFormats/DataRecord/interface/CastorGainWidthsRcd.h
"
24
#include "
CondFormats/DataRecord/interface/CastorGainsRcd.h
"
25
#include "
CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h
"
26
#include "
CondFormats/DataRecord/interface/CastorPedestalsRcd.h
"
27
#include "
CondFormats/DataRecord/interface/CastorQIEDataRcd.h
"
28
29
class
CastorDbRecord
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 */
edm::eventsetup::DependentRecordImplementation
Definition:
DependentRecordImplementation.h:43
CastorDbRecord
Definition:
CastorDbRecord.h:29
CastorElectronicsMapRcd.h
CastorPedestalsRcd.h
CastorPedestalWidthsRcd.h
CastorGainsRcd.h
CastorQIEDataRcd.h
DependentRecordImplementation.h
CastorChannelQualityRcd.h
CastorGainWidthsRcd.h
Generated for CMSSW Reference Manual by
1.8.11