CondFormats
EcalObjects
interface
EcalTPGPedestals.h
Go to the documentation of this file.
1
#ifndef EcalTPGPedestals_h
2
#define EcalTPGPedestals_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/EcalObjects/interface/EcalCondObjectContainer.h
"
7
8
struct
EcalTPGPedestal
{
9
EcalTPGPedestal
() :
mean_x12
(0),
mean_x6
(0),
mean_x1
(0) {}
10
uint32_t
mean_x12
;
11
uint32_t
mean_x6
;
12
uint32_t
mean_x1
;
13
14
COND_SERIALIZABLE
;
15
};
16
17
typedef
EcalCondObjectContainer<EcalTPGPedestal>
EcalTPGPedestalsMap
;
18
typedef
EcalTPGPedestalsMap::const_iterator
EcalTPGPedestalsMapIterator
;
19
typedef
EcalTPGPedestalsMap
EcalTPGPedestals
;
20
21
#endif
EcalTPGPedestal::mean_x1
uint32_t mean_x1
Definition:
EcalTPGPedestals.h:12
EcalTPGPedestals
EcalTPGPedestalsMap EcalTPGPedestals
Definition:
EcalTPGPedestals.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalTPGPedestal
Definition:
EcalTPGPedestals.h:8
EcalTPGPedestalsMapIterator
EcalTPGPedestalsMap::const_iterator EcalTPGPedestalsMapIterator
Definition:
EcalTPGPedestals.h:18
EcalCondObjectContainer< EcalTPGPedestal >
EcalTPGPedestal::EcalTPGPedestal
EcalTPGPedestal()
Definition:
EcalTPGPedestals.h:9
EcalCondObjectContainer.h
EcalTPGPedestal::mean_x6
uint32_t mean_x6
Definition:
EcalTPGPedestals.h:11
Serializable.h
EcalTPGPedestalsMap
EcalCondObjectContainer< EcalTPGPedestal > EcalTPGPedestalsMap
Definition:
EcalTPGPedestals.h:17
EcalCondObjectContainer< EcalTPGPedestal >::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
EcalTPGPedestal::mean_x12
uint32_t mean_x12
Definition:
EcalTPGPedestals.h:10
Generated for CMSSW Reference Manual by
1.8.16