#include <CastorQIEData.h>
Public Member Functions | |
bool | addCoder (const CastorQIECoder &fCoder) |
CastorQIEData () | |
const CastorQIECoder * | getCoder (DetId fId) const |
get QIE parameters | |
const CastorQIEShape & | getShape () const |
get basic shape | |
std::string | myname () const |
void | sort () |
bool | sorted () const |
CastorQIEData::CastorQIEData | ( | ) | [inline] |
Definition at line 33 of file CastorQIEData.h.
bool CastorQIEData::addCoder | ( | const CastorQIECoder & | fCoder | ) | [inline] |
Definition at line 44 of file CastorQIEData.h.
References CastorCondObjectContainer< CastorQIECoder >::addValues().
{ return addValues(fCoder); }
const CastorQIECoder* CastorQIEData::getCoder | ( | DetId | fId | ) | const [inline] |
get QIE parameters
Definition at line 39 of file CastorQIEData.h.
References CastorCondObjectContainer< CastorQIECoder >::getValues().
Referenced by CastorDbService::getCastorCoder().
{ return getValues(fId); }
const CastorQIEShape& CastorQIEData::getShape | ( | ) | const [inline] |
get basic shape
Definition at line 37 of file CastorQIEData.h.
Referenced by CastorDbService::getCastorShape().
{ return shape_;}
std::string CastorQIEData::myname | ( | ) | const [inline] |
Reimplemented from CastorCondObjectContainer< CastorQIECoder >.
Definition at line 48 of file CastorQIEData.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
{return (std::string)"CastorQIEData";}
void CastorQIEData::sort | ( | ) | [inline] |
Definition at line 46 of file CastorQIEData.h.
{}
bool CastorQIEData::sorted | ( | ) | const [inline] |
Definition at line 41 of file CastorQIEData.h.
{ return true; }