src
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
EcalCondObjectContainer.h
EcalTPGPedestal::mean_x12
uint32_t mean_x12
Definition:
EcalTPGPedestals.h:10
EcalTPGPedestalsMap
EcalCondObjectContainer< EcalTPGPedestal > EcalTPGPedestalsMap
Definition:
EcalTPGPedestals.h:17
EcalTPGPedestalsMapIterator
EcalTPGPedestalsMap::const_iterator EcalTPGPedestalsMapIterator
Definition:
EcalTPGPedestals.h:18
EcalTPGPedestal::mean_x1
uint32_t mean_x1
Definition:
EcalTPGPedestals.h:12
EcalTPGPedestal::EcalTPGPedestal
EcalTPGPedestal()
Definition:
EcalTPGPedestals.h:9
EcalTPGPedestal::mean_x6
uint32_t mean_x6
Definition:
EcalTPGPedestals.h:11
EcalCondObjectContainer::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
EcalTPGPedestals
EcalTPGPedestalsMap EcalTPGPedestals
Definition:
EcalTPGPedestals.h:19
EcalTPGPedestal
Definition:
EcalTPGPedestals.h:8
EcalCondObjectContainer
Definition:
EcalCondObjectContainer.h:13
Generated for CMSSW Reference Manual by
1.8.14