#include <HcalLutMetadata.h>
Classes | |
class | NonChannelData |
Public Member Functions | |
float | getNominalGain () const |
float | getRctLsb () const |
HcalLutMetadata () | |
HcalLutMetadata (const HcalTopology *topo) | |
std::string | myname () const |
bool | setNominalGain (float gain) |
bool | setRctLsb (float rctlsb) |
Public Member Functions inherited from HcalCondObjectContainer< HcalLutMetadatum > | |
bool | addValues (const HcalLutMetadatum &myItem) |
const bool | exists (DetId fId) const |
std::vector< DetId > | getAllChannels () const |
const tAllContWithNames | getAllContainers () const |
const HcalLutMetadatum * | getValues (DetId fId, bool throwOnFail=true) const |
HcalCondObjectContainer (const HcalTopology *topo) | |
virtual | ~HcalCondObjectContainer () |
Public Member Functions inherited from HcalCondObjectContainerBase | |
int | getCreatorPackedIndexVersion () const |
void | setTopo (const HcalTopology *topo) const |
void | setTopo (const HcalTopology *topo) |
const HcalTopology * | topo () const |
Protected Attributes | |
NonChannelData | mNonChannelData |
Protected Attributes inherited from HcalCondObjectContainerBase | |
int | packedIndexVersion_ |
Additional Inherited Members | |
Public Types inherited from HcalCondObjectContainer< HcalLutMetadatum > | |
typedef std::vector< tHcalCont > | tAllContWithNames |
typedef std::pair< std::string, std::vector< HcalLutMetadatum > > | tHcalCont |
Protected Member Functions inherited from HcalCondObjectContainerBase | |
HcalOtherSubdetector | extractOther (const DetId &id) const |
HcalCondObjectContainerBase (const HcalTopology *) | |
unsigned int | indexFor (DetId) const |
unsigned int | sizeFor (DetId) const |
std::string | textForId (const DetId &id) const |
|
inline |
Definition at line 17 of file HcalLutMetadata.h.
|
inline |
Definition at line 19 of file HcalLutMetadata.h.
|
inline |
Definition at line 27 of file HcalLutMetadata.h.
References HcalLutMetadata::NonChannelData::mNominalGain, and mNonChannelData.
Referenced by HcaluLUTTPGCoder::update().
|
inline |
Definition at line 24 of file HcalLutMetadata.h.
References mNonChannelData, and HcalLutMetadata::NonChannelData::mRctLsb.
|
inlinevirtual |
Reimplemented from HcalCondObjectContainer< HcalLutMetadatum >.
Definition at line 21 of file HcalLutMetadata.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
bool HcalLutMetadata::setNominalGain | ( | float | gain | ) |
Definition at line 22 of file HcalLutMetadata.cc.
References HcalLutMetadata::NonChannelData::mNominalGain, mNonChannelData, and query::result.
bool HcalLutMetadata::setRctLsb | ( | float | rctlsb | ) |
Definition at line 12 of file HcalLutMetadata.cc.
References mNonChannelData, HcalLutMetadata::NonChannelData::mRctLsb, and query::result.
|
protected |
Definition at line 42 of file HcalLutMetadata.h.
Referenced by getNominalGain(), getRctLsb(), setNominalGain(), and setRctLsb().