#include <CondFormats/HcalObjects/interface/HcalGainWidth.h>
Public Member Functions | |
float | getValue (int fCapId) const |
get value for capId = 0..3 | |
const float * | getValues () const |
get value for all capId = 0..3 | |
HcalGainWidth (unsigned long fId, float fCap0, float fCap1, float fCap2, float fCap3) | |
HcalGainWidth () | |
uint32_t | rawId () const |
Private Attributes | |
uint32_t | mId |
float | mValue0 |
float | mValue1 |
float | mValue2 |
float | mValue3 |
Definition at line 14 of file HcalGainWidth.h.
HcalGainWidth::HcalGainWidth | ( | ) | [inline] |
HcalGainWidth::HcalGainWidth | ( | unsigned long | fId, | |
float | fCap0, | |||
float | fCap1, | |||
float | fCap2, | |||
float | fCap3 | |||
) | [inline] |
float HcalGainWidth::getValue | ( | int | fCapId | ) | const [inline] |
get value for capId = 0..3
Definition at line 19 of file HcalGainWidth.h.
References getValues().
Referenced by XMLDocument::addData(), and HcalDigiTester::reco().
00019 {return *(getValues () + fCapId);}
const float* HcalGainWidth::getValues | ( | ) | const [inline] |
get value for all capId = 0..3
Definition at line 17 of file HcalGainWidth.h.
References mValue0.
Referenced by fillDefaults(), getValue(), and HcalDbService::makeHcalCalibrationWidth().
00017 {return &mValue0;}
uint32_t HcalGainWidth::rawId | ( | ) | const [inline] |
uint32_t HcalGainWidth::mId [private] |
float HcalGainWidth::mValue0 [private] |
float HcalGainWidth::mValue1 [private] |
Definition at line 37 of file HcalGainWidth.h.
float HcalGainWidth::mValue2 [private] |
Definition at line 38 of file HcalGainWidth.h.
float HcalGainWidth::mValue3 [private] |
Definition at line 39 of file HcalGainWidth.h.