#include <HcalQIEData.h>
Public Member Functions | |
bool | addCoder (const HcalQIECoder &fCoder, bool h2mode_=false) |
const HcalQIECoder * | getCoder (DetId fId) const |
get QIE parameters | |
const HcalQIEShape & | getShape () const |
get basic shape | |
HcalQIEData () | |
std::string | myname () const |
void | sort () |
bool | sorted () const |
Definition at line 27 of file HcalQIEData.h.
HcalQIEData::HcalQIEData | ( | ) | [inline] |
Definition at line 32 of file HcalQIEData.h.
bool HcalQIEData::addCoder | ( | const HcalQIECoder & | fCoder, |
bool | h2mode_ = false |
||
) | [inline] |
Definition at line 42 of file HcalQIEData.h.
References HcalCondObjectContainer< HcalQIECoder >::addValues().
Referenced by fillDefaults(), and HcalDbOnline::getObject().
{ return addValues(fCoder, h2mode_); }
const HcalQIECoder* HcalQIEData::getCoder | ( | DetId | fId | ) | const [inline] |
get QIE parameters
Definition at line 38 of file HcalQIEData.h.
References HcalCondObjectContainer< HcalQIECoder >::getValues().
Referenced by HcalCondXML::dumpObject(), and HcalDbService::getHcalCoder().
{ return getValues(fId); }
const HcalQIEShape& HcalQIEData::getShape | ( | ) | const [inline] |
get basic shape
Definition at line 36 of file HcalQIEData.h.
Referenced by HcalDbService::getHcalShape().
{ return shape_;}
std::string HcalQIEData::myname | ( | ) | const [inline, virtual] |
Reimplemented from HcalCondObjectContainer< HcalQIECoder >.
Definition at line 46 of file HcalQIEData.h.
{return (std::string)"HcalQIEData";}
void HcalQIEData::sort | ( | ) | [inline] |
Definition at line 44 of file HcalQIEData.h.
Referenced by fillDefaults(), and HcalDbOnline::getObject().
{}
bool HcalQIEData::sorted | ( | ) | const [inline] |
Definition at line 40 of file HcalQIEData.h.
{ return true; }