#include <HcalRawGain.h>
Public Types | |
enum | Status { GOOD = 0, BAD = 1 } |
Public Member Functions | |
float | getError () const |
Status | getStatus () const |
float | getValue () const |
float | getVoltage () const |
HcalRawGain (unsigned long fId, float fValue, float fError, float fVoltage, Status fStatus) | |
HcalRawGain (unsigned long fId=0) | |
uint32_t | rawId () const |
std::string | strStatus () const |
Private Attributes | |
float | mError |
uint32_t | mId |
int | mStatus |
float | mValue |
float | mVoltage |
enum HcalRawGain::Status |
HcalRawGain::HcalRawGain | ( | unsigned long | fId = 0 | ) | [inline] |
HcalRawGain::HcalRawGain | ( | unsigned long | fId, |
float | fValue, | ||
float | fError, | ||
float | fVoltage, | ||
Status | fStatus | ||
) | [inline] |
float HcalRawGain::getError | ( | ) | const [inline] |
Definition at line 18 of file HcalRawGain.h.
References mError.
Referenced by XMLDocument::addData(), and HcalRawGains::addValues().
{return mError;}
Status HcalRawGain::getStatus | ( | ) | const [inline] |
Definition at line 20 of file HcalRawGain.h.
References mStatus.
Referenced by HcalRawGains::addValues(), and strStatus().
float HcalRawGain::getValue | ( | ) | const [inline] |
Definition at line 17 of file HcalRawGain.h.
References mValue.
Referenced by XMLDocument::addData(), and HcalRawGains::addValues().
{return mValue;}
float HcalRawGain::getVoltage | ( | ) | const [inline] |
Definition at line 19 of file HcalRawGain.h.
References mVoltage.
Referenced by XMLDocument::addData(), and HcalRawGains::addValues().
{return mVoltage;}
uint32_t HcalRawGain::rawId | ( | ) | const [inline] |
std::string HcalRawGain::strStatus | ( | ) | const [inline] |
Definition at line 21 of file HcalRawGain.h.
References getStatus(), and GOOD.
Referenced by XMLDocument::addData().
float HcalRawGain::mError [private] |
Definition at line 38 of file HcalRawGain.h.
Referenced by getError().
uint32_t HcalRawGain::mId [private] |
Definition at line 36 of file HcalRawGain.h.
Referenced by rawId().
int HcalRawGain::mStatus [private] |
Definition at line 40 of file HcalRawGain.h.
Referenced by getStatus().
float HcalRawGain::mValue [private] |
Definition at line 37 of file HcalRawGain.h.
Referenced by getValue().
float HcalRawGain::mVoltage [private] |
Definition at line 39 of file HcalRawGain.h.
Referenced by getVoltage().