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
HcalL1TriggerObject Class Reference

#include <HcalL1TriggerObject.h>

Public Member Functions

uint32_t getFlag () const
 
float getPedestal () const
 
float getRespGain () const
 
 HcalL1TriggerObject ()
 
 HcalL1TriggerObject (unsigned long fId, float fAvrgPed, float fRespCorrGain, unsigned long fFlag=0)
 
uint32_t rawId () const
 

Private Member Functions

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

Private Attributes

float mAvrgPed
 
uint32_t mFlag
 
uint32_t mId
 
float mRespCorrGain
 

Friends

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

Detailed Description

Definition at line 13 of file HcalL1TriggerObject.h.

Constructor & Destructor Documentation

HcalL1TriggerObject::HcalL1TriggerObject ( )
inline
HcalL1TriggerObject::HcalL1TriggerObject ( unsigned long  fId,
float  fAvrgPed,
float  fRespCorrGain,
unsigned long  fFlag = 0 
)
inline

Definition at line 17 of file HcalL1TriggerObject.h.

18  : mId(fId), mAvrgPed(fAvrgPed), mRespCorrGain(fRespCorrGain), mFlag(fFlag) {}

Member Function Documentation

uint32_t HcalL1TriggerObject::getFlag ( ) const
inline

Definition at line 24 of file HcalL1TriggerObject.h.

References mFlag.

Referenced by HcaluLUTTPGCoder::update().

24 { return mFlag; }
float HcalL1TriggerObject::getPedestal ( ) const
inline

Definition at line 22 of file HcalL1TriggerObject.h.

References mAvrgPed.

Referenced by HcaluLUTTPGCoder::update().

22 { return mAvrgPed; }
float HcalL1TriggerObject::getRespGain ( ) const
inline

Definition at line 23 of file HcalL1TriggerObject.h.

References mRespCorrGain.

Referenced by HcaluLUTTPGCoder::update().

23 { return mRespCorrGain; }
uint32_t HcalL1TriggerObject::rawId ( ) const
inline

Definition at line 20 of file HcalL1TriggerObject.h.

References mId.

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 32 of file HcalL1TriggerObject.h.

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

Definition at line 32 of file HcalL1TriggerObject.h.

Member Data Documentation

float HcalL1TriggerObject::mAvrgPed
private

Definition at line 28 of file HcalL1TriggerObject.h.

Referenced by getPedestal().

uint32_t HcalL1TriggerObject::mFlag
private

Definition at line 30 of file HcalL1TriggerObject.h.

Referenced by getFlag().

uint32_t HcalL1TriggerObject::mId
private

Definition at line 27 of file HcalL1TriggerObject.h.

Referenced by rawId().

float HcalL1TriggerObject::mRespCorrGain
private

Definition at line 29 of file HcalL1TriggerObject.h.

Referenced by getRespGain().