Main Page
Namespaces
Classes
Package Documentation
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
{
10
EcalTPGPedestal
() :
mean_x12
(0),
mean_x6
(0),
mean_x1
(0) {}
11
uint32_t
mean_x12
;
12
uint32_t
mean_x6
;
13
uint32_t
mean_x1
;
14
15
COND_SERIALIZABLE
;
16
};
17
18
typedef
EcalCondObjectContainer<EcalTPGPedestal>
EcalTPGPedestalsMap
;
19
typedef
EcalTPGPedestalsMap::const_iterator
EcalTPGPedestalsMapIterator
;
20
typedef
EcalTPGPedestalsMap
EcalTPGPedestals
;
21
22
#endif
EcalCondObjectContainer.h
EcalTPGPedestal::mean_x12
uint32_t mean_x12
Definition:
EcalTPGPedestals.h:11
EcalTPGPedestalsMap
EcalCondObjectContainer< EcalTPGPedestal > EcalTPGPedestalsMap
Definition:
EcalTPGPedestals.h:18
EcalTPGPedestalsMapIterator
EcalTPGPedestalsMap::const_iterator EcalTPGPedestalsMapIterator
Definition:
EcalTPGPedestals.h:19
EcalTPGPedestal::mean_x1
uint32_t mean_x1
Definition:
EcalTPGPedestals.h:13
EcalTPGPedestal::EcalTPGPedestal
EcalTPGPedestal()
Definition:
EcalTPGPedestals.h:10
EcalTPGPedestal::mean_x6
uint32_t mean_x6
Definition:
EcalTPGPedestals.h:12
EcalCondObjectContainer< EcalTPGPedestal >::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:17
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
Serializable.h
EcalTPGPedestals
EcalTPGPedestalsMap EcalTPGPedestals
Definition:
EcalTPGPedestals.h:20
EcalTPGPedestal
Definition:
EcalTPGPedestals.h:8
EcalCondObjectContainer< EcalTPGPedestal >
Generated for CMSSW Reference Manual by
1.8.11