CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
HcalZDCLowGainFraction Class Reference

#include <HcalZDCLowGainFraction.h>

Public Member Functions

float getValue () const
 
 HcalZDCLowGainFraction ()
 
 HcalZDCLowGainFraction (unsigned long fid, float value)
 
uint32_t rawId () const
 

Private Member Functions

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

Private Attributes

uint32_t mId
 
float mValue
 

Friends

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

Detailed Description

Author
Audrius Mecionis POOL object to store lowGainFrac values

Definition at line 14 of file HcalZDCLowGainFraction.h.

Constructor & Destructor Documentation

HcalZDCLowGainFraction::HcalZDCLowGainFraction ( )
inline

Definition at line 16 of file HcalZDCLowGainFraction.h.

HcalZDCLowGainFraction::HcalZDCLowGainFraction ( unsigned long  fid,
float  value 
)
inline

Member Function Documentation

float HcalZDCLowGainFraction::getValue ( ) const
inline

Definition at line 22 of file HcalZDCLowGainFraction.h.

References mValue.

uint32_t HcalZDCLowGainFraction::rawId ( ) const
inline

Definition at line 20 of file HcalZDCLowGainFraction.h.

References mId.

20 {return mId;}
template<class Archive >
void HcalZDCLowGainFraction::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 28 of file HcalZDCLowGainFraction.h.

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

Definition at line 28 of file HcalZDCLowGainFraction.h.

Member Data Documentation

uint32_t HcalZDCLowGainFraction::mId
private

Definition at line 25 of file HcalZDCLowGainFraction.h.

Referenced by rawId().

float HcalZDCLowGainFraction::mValue
private

Definition at line 26 of file HcalZDCLowGainFraction.h.

Referenced by getValue().