CMS 3D CMS Logo

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

#include <HcalZSThreshold.h>

Public Member Functions

int getValue () const
 
 HcalZSThreshold ()
 
 HcalZSThreshold (unsigned long fid, int level)
 
uint32_t rawId () const
 

Private Member Functions

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

Private Attributes

uint32_t mId
 
int mLevel
 

Friends

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

Detailed Description

Definition at line 13 of file HcalZSThreshold.h.

Constructor & Destructor Documentation

HcalZSThreshold::HcalZSThreshold ( )
inline

Definition at line 15 of file HcalZSThreshold.h.

15 : mId(0), mLevel(0) {}
HcalZSThreshold::HcalZSThreshold ( unsigned long  fid,
int  level 
)
inline

Definition at line 16 of file HcalZSThreshold.h.

16 : mId(fid), mLevel(level) {}
tuple level
Definition: testEve_cfg.py:47

Member Function Documentation

int HcalZSThreshold::getValue ( ) const
inline

Definition at line 20 of file HcalZSThreshold.h.

References mLevel.

20 { return mLevel; }
uint32_t HcalZSThreshold::rawId ( ) const
inline

Definition at line 18 of file HcalZSThreshold.h.

References mId.

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 26 of file HcalZSThreshold.h.

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

Definition at line 26 of file HcalZSThreshold.h.

Member Data Documentation

uint32_t HcalZSThreshold::mId
private

Definition at line 23 of file HcalZSThreshold.h.

Referenced by rawId().

int HcalZSThreshold::mLevel
private

Definition at line 24 of file HcalZSThreshold.h.

Referenced by getValue().