#include <HcalPedestalWidths.h>
Public Member Functions | |
HcalPedestalWidths () | |
HcalPedestalWidths (bool isADC) | |
bool | isADC () const |
std::string const | myname () |
void | setUnitADC (bool isADC) |
Private Attributes | |
bool | unitIsADC |
Definition at line 15 of file HcalPedestalWidths.h.
HcalPedestalWidths::HcalPedestalWidths | ( | ) | [inline] |
Definition at line 19 of file HcalPedestalWidths.h.
:HcalCondObjectContainer<HcalPedestalWidth>(), unitIsADC(false) {}
HcalPedestalWidths::HcalPedestalWidths | ( | bool | isADC | ) | [inline] |
Definition at line 20 of file HcalPedestalWidths.h.
bool HcalPedestalWidths::isADC | ( | ) | const [inline] |
Definition at line 23 of file HcalPedestalWidths.h.
References unitIsADC.
Referenced by HcalDbService::buildCalibWidths(), and setUnitADC().
{return unitIsADC;}
std::string const HcalPedestalWidths::myname | ( | ) | [inline] |
Definition at line 27 of file HcalPedestalWidths.h.
{return (std::string)"HcalPedestalWidths";}
void HcalPedestalWidths::setUnitADC | ( | bool | isADC | ) | [inline] |
bool HcalPedestalWidths::unitIsADC [private] |
Definition at line 30 of file HcalPedestalWidths.h.
Referenced by isADC(), and setUnitADC().