#include <HcalPedestals.h>
Public Member Functions | |
HcalPedestals () | |
HcalPedestals (const HcalTopology *topo) | |
HcalPedestals (const HcalTopology *topo, bool isADC) | |
bool | isADC () const |
std::string | myname () const override |
void | setUnitADC (bool isADC) |
Public Member Functions inherited from HcalCondObjectContainer< HcalPedestal > | |
bool | addValues (const HcalPedestal &myItem) |
const bool | exists (DetId fId) const |
std::vector< DetId > | getAllChannels () const |
const tAllContWithNames | getAllContainers () const |
const HcalPedestal * | 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 HcalTopology * | topo () const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
bool | unitIsADC |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Additional Inherited Members | |
Public Types inherited from HcalCondObjectContainer< HcalPedestal > | |
typedef std::vector< tHcalCont > | tAllContWithNames |
typedef std::pair< std::string, std::vector< HcalPedestal > > | tHcalCont |
Protected Member Functions inherited from HcalCondObjectContainerBase | |
HcalOtherSubdetector | extractOther (const DetId &id) const |
HcalCondObjectContainerBase (HcalCondObjectContainerBase const &o) | |
HcalCondObjectContainerBase (HcalCondObjectContainerBase &&)=default | |
HcalCondObjectContainerBase (const HcalTopology *) | |
unsigned int | indexFor (DetId) const |
HcalCondObjectContainerBase & | operator= (HcalCondObjectContainerBase const &o) |
HcalCondObjectContainerBase & | operator= (HcalCondObjectContainerBase &&)=default |
unsigned int | sizeFor (DetId) const |
std::string | textForId (const DetId &id) const |
Protected Attributes inherited from HcalCondObjectContainerBase | |
int | packedIndexVersion_ |
Definition at line 17 of file HcalPedestals.h.
|
inline |
Definition at line 22 of file HcalPedestals.h.
|
inline |
Definition at line 24 of file HcalPedestals.h.
|
inline |
Definition at line 25 of file HcalPedestals.h.
|
inline |
Definition at line 28 of file HcalPedestals.h.
References unitIsADC.
Referenced by HcalPedestalsCheck::analyze(), HcalDbService::buildCalibrations(), HcalDbXml::dumpObject(), HcalDbASCIIIO::dumpObject(), and setUnitADC().
|
inlineoverridevirtual |
Reimplemented from HcalCondObjectContainer< HcalPedestal >.
Definition at line 32 of file HcalPedestals.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
|
inline |
Definition at line 30 of file HcalPedestals.h.
References isADC(), and unitIsADC.
Referenced by HcalDbASCIIIO::dumpObject().
|
friend |
Definition at line 38 of file HcalPedestals.h.
|
friend |
Definition at line 38 of file HcalPedestals.h.
|
private |
Definition at line 35 of file HcalPedestals.h.
Referenced by isADC(), and setUnitADC().