#include <CastorPedestals.h>
Public Member Functions | |
CastorPedestals () | |
CastorPedestals (bool isADC) | |
bool | isADC () const |
void | setUnitADC (bool isADC) |
Private Attributes | |
bool | unitIsADC |
Definition at line 16 of file CastorPedestals.h.
CastorPedestals::CastorPedestals | ( | ) | [inline] |
Definition at line 20 of file CastorPedestals.h.
:CastorCondObjectContainer<CastorPedestal>(), unitIsADC(false) {}
CastorPedestals::CastorPedestals | ( | bool | isADC | ) | [inline] |
Definition at line 21 of file CastorPedestals.h.
bool CastorPedestals::isADC | ( | ) | const [inline] |
Definition at line 24 of file CastorPedestals.h.
References unitIsADC.
Referenced by CastorDbService::buildCalibrations(), CastorDbXml::dumpObject(), and setUnitADC().
{return unitIsADC;}
void CastorPedestals::setUnitADC | ( | bool | isADC | ) | [inline] |
bool CastorPedestals::unitIsADC [private] |
Definition at line 29 of file CastorPedestals.h.
Referenced by isADC(), and setUnitADC().