#include <CastorPedestalWidths.h>
Public Member Functions | |
CastorPedestalWidths () | |
CastorPedestalWidths (bool isADC) | |
bool | isADC () const |
std::string const | myname () |
void | setUnitADC (bool isADC) |
Private Attributes | |
bool | unitIsADC |
Definition at line 16 of file CastorPedestalWidths.h.
CastorPedestalWidths::CastorPedestalWidths | ( | ) | [inline] |
Definition at line 20 of file CastorPedestalWidths.h.
:CastorCondObjectContainer<CastorPedestalWidth>(), unitIsADC(false) {}
CastorPedestalWidths::CastorPedestalWidths | ( | bool | isADC | ) | [inline] |
Definition at line 21 of file CastorPedestalWidths.h.
bool CastorPedestalWidths::isADC | ( | ) | const [inline] |
Definition at line 24 of file CastorPedestalWidths.h.
References unitIsADC.
Referenced by CastorDbService::buildCalibWidths(), and setUnitADC().
{return unitIsADC;}
std::string const CastorPedestalWidths::myname | ( | ) | [inline] |
Definition at line 28 of file CastorPedestalWidths.h.
{return (std::string)"CastorPedestalWidths";}
void CastorPedestalWidths::setUnitADC | ( | bool | isADC | ) | [inline] |
bool CastorPedestalWidths::unitIsADC [private] |
Definition at line 31 of file CastorPedestalWidths.h.
Referenced by isADC(), and setUnitADC().