CondFormats
DataRecord
interface
PixelDCSRcds.h
Go to the documentation of this file.
1
#ifndef DataRecord_PixelDCSRcds_h
2
#define DataRecord_PixelDCSRcds_h
3
4
#include "
FWCore/Framework/interface/EventSetupRecordImplementation.h
"
5
6
struct
CaenChannel
;
7
8
template
<
class
>
9
struct
PixelDCSObject
;
10
11
struct
PixelCaenChannelIsOnRcd
:
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelIsOnRcd> {
12
typedef
PixelDCSObject<bool>
Object
;
13
};
14
15
struct
PixelCaenChannelIMonRcd
:
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelIMonRcd> {
16
typedef
PixelDCSObject<float>
Object
;
17
};
18
19
struct
PixelCaenChannelRcd
:
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelRcd> {
20
typedef
PixelDCSObject<CaenChannel>
Object
;
21
};
22
23
#endif
PixelCaenChannelRcd
Definition:
PixelDCSRcds.h:19
EventSetupRecordImplementation.h
PixelCaenChannelIsOnRcd
Definition:
PixelDCSRcds.h:11
PixelDCSObject
Definition:
PixelDCSRcds.h:9
CaenChannel
Definition:
PixelDCSObject.h:38
PixelCaenChannelIMonRcd::Object
PixelDCSObject< float > Object
Definition:
PixelDCSRcds.h:16
edm::eventsetup::EventSetupRecordImplementation
Definition:
EventSetupRecordImplementation.h:40
PixelCaenChannelIsOnRcd::Object
PixelDCSObject< bool > Object
Definition:
PixelDCSRcds.h:12
PixelCaenChannelRcd::Object
PixelDCSObject< CaenChannel > Object
Definition:
PixelDCSRcds.h:20
PixelCaenChannelIMonRcd
Definition:
PixelDCSRcds.h:15
Generated for CMSSW Reference Manual by
1.8.14