CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
EcalTPGPedestal Struct Reference

#include <EcalTPGPedestals.h>

Public Member Functions

 EcalTPGPedestal ()
 

Public Attributes

uint32_t mean_x1
 
uint32_t mean_x12
 
uint32_t mean_x6
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 8 of file EcalTPGPedestals.h.

Constructor & Destructor Documentation

EcalTPGPedestal::EcalTPGPedestal ( )
inline

Definition at line 10 of file EcalTPGPedestals.h.

10 : mean_x12(0), mean_x6(0), mean_x1(0) {}

Member Function Documentation

template<class Archive >
void EcalTPGPedestal::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 15 of file EcalTPGPedestals.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 15 of file EcalTPGPedestals.h.

Member Data Documentation

uint32_t EcalTPGPedestal::mean_x1
uint32_t EcalTPGPedestal::mean_x12
uint32_t EcalTPGPedestal::mean_x6