Main Page
Namespaces
Classes
Package Documentation
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
>
struct
PixelDCSObject
;
9
10
struct
PixelCaenChannelIsOnRcd
:
11
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelIsOnRcd>
12
{
13
typedef
PixelDCSObject<bool>
Object
;
14
};
15
16
struct
PixelCaenChannelIMonRcd
:
17
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelIMonRcd>
18
{
19
typedef
PixelDCSObject<float>
Object
;
20
};
21
22
struct
PixelCaenChannelRcd
:
23
public
edm::eventsetup::EventSetupRecordImplementation
<PixelCaenChannelRcd>
24
{
25
typedef
PixelDCSObject<CaenChannel>
Object
;
26
};
27
28
#endif
PixelCaenChannelRcd
Definition:
PixelDCSRcds.h:22
EventSetupRecordImplementation.h
PixelCaenChannelIsOnRcd
Definition:
PixelDCSRcds.h:10
PixelDCSObject
Definition:
PixelDCSRcds.h:8
CaenChannel
Definition:
PixelDCSObject.h:40
PixelCaenChannelIMonRcd::Object
PixelDCSObject< float > Object
Definition:
PixelDCSRcds.h:19
edm::eventsetup::EventSetupRecordImplementation
Definition:
EventSetupRecordImplementation.h:40
PixelCaenChannelIsOnRcd::Object
PixelDCSObject< bool > Object
Definition:
PixelDCSRcds.h:13
PixelCaenChannelRcd::Object
PixelDCSObject< CaenChannel > Object
Definition:
PixelDCSRcds.h:25
PixelCaenChannelIMonRcd
Definition:
PixelDCSRcds.h:16
Generated for CMSSW Reference Manual by
1.8.11