CMS 3D CMS Logo

HcalZSThreshold Class Reference

#include <CondFormats/HcalObjects/interface/HcalZSThreshold.h>

List of all members.

Public Member Functions

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

Private Attributes

bool empty
uint32_t mId
int mLevel


Detailed Description

Definition at line 12 of file HcalZSThreshold.h.


Constructor & Destructor Documentation

HcalZSThreshold::HcalZSThreshold (  )  [inline]

Definition at line 15 of file HcalZSThreshold.h.

00015 : mId(0), mLevel(0), empty(true) {}

HcalZSThreshold::HcalZSThreshold ( unsigned long  fid,
int  level 
) [inline]

Definition at line 16 of file HcalZSThreshold.h.

00016 : mId(fid), mLevel(level), empty(false) {}


Member Function Documentation

int HcalZSThreshold::getValue (  )  const [inline]

Definition at line 20 of file HcalZSThreshold.h.

References mLevel.

00020 {return mLevel;}

bool HcalZSThreshold::isEmpty (  )  const [inline]

Definition at line 21 of file HcalZSThreshold.h.

References empty.

00021 {return empty;}

uint32_t HcalZSThreshold::rawId (  )  const [inline]

Definition at line 18 of file HcalZSThreshold.h.

References mId.

00018 {return mId;}


Member Data Documentation

bool HcalZSThreshold::empty [private]

Definition at line 26 of file HcalZSThreshold.h.

Referenced by isEmpty().

uint32_t HcalZSThreshold::mId [private]

Definition at line 24 of file HcalZSThreshold.h.

Referenced by rawId().

int HcalZSThreshold::mLevel [private]

Definition at line 25 of file HcalZSThreshold.h.

Referenced by getValue().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:24:07 2009 for CMSSW by  doxygen 1.5.4