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