Main Page
Namespaces
Classes
Package Documentation
CalibCalorimetry
EcalLaserCorrection
interface
EcalLaserDbRecord.h
Go to the documentation of this file.
1
//
2
// Toyoko Orimoto (Caltech), 10 July 2007
3
//
4
5
#ifndef ECALLASERCORRECTION_ECALLASERDBRECORD_H
6
#define ECALLASERCORRECTION_ECALLASERDBRECORD_H
7
8
#include "boost/mpl/vector.hpp"
9
#include "
FWCore/Framework/interface/DependentRecordImplementation.h
"
10
// #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
11
12
#include "
CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h
"
13
#include "
CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h
"
14
#include "
CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h
"
15
#include "
CondFormats/DataRecord/interface/EcalLinearCorrectionsRcd.h
"
16
17
// class EcalLaserDbRecord : public edm::eventsetup::EventSetupRecordImplementation<EcalLaserDbRecord> {};
18
19
class
EcalLaserDbRecord
:
public
edm::eventsetup::DependentRecordImplementation
<EcalLaserDbRecord,
20
boost::mpl::vector<EcalLaserAlphasRcd, EcalLaserAPDPNRatiosRefRcd, EcalLaserAPDPNRatiosRcd, EcalLinearCorrectionsRcd> > {};
21
22
#endif
/* ECALLASERCORRECTION_ECALLASERDBRECORD_H */
23
edm::eventsetup::DependentRecordImplementation
Definition:
DependentRecordImplementation.h:43
EcalLaserAPDPNRatiosRefRcd.h
EcalLinearCorrectionsRcd.h
EcalLaserAPDPNRatiosRcd.h
DependentRecordImplementation.h
EcalLaserAlphasRcd.h
EcalLaserDbRecord
Definition:
EcalLaserDbRecord.h:19
Generated for CMSSW Reference Manual by
1.8.11