#include <CastorCondObjectContainer.h>
Public Member Functions | |
bool | addValues (const Item &myItem) |
CastorCondObjectContainer () | |
const bool | exists (DetId fId) const |
std::vector< DetId > | getAllChannels () const |
const Item * | getValues (DetId fId) const |
std::string | myname () const |
~CastorCondObjectContainer () | |
Private Member Functions | |
void | initContainer (int container) |
Private Attributes | |
std::vector< Item > | CASTORcontainer |
Definition at line 14 of file CastorCondObjectContainer.h.
CastorCondObjectContainer< Item >::CastorCondObjectContainer | ( | ) |
Definition at line 48 of file CastorCondObjectContainer.h.
CastorCondObjectContainer< Item >::~CastorCondObjectContainer | ( | ) |
Definition at line 53 of file CastorCondObjectContainer.h.
bool CastorCondObjectContainer< Item >::addValues | ( | const Item & | myItem | ) |
Definition at line 128 of file CastorCondObjectContainer.h.
References abs, edm::hlt::Exception, HcalGenericDetId::genericSubdet(), HcalGenericDetId::hashedId(), HcalGenericDetId::HcalGenCastor, getHLTprescales::index, and summarizeEdmComparisonLogfiles::success.
Referenced by CastorPedestalAnalysis::CastorPedVal(), CastorDbXml::dumpObject(), CastorPedestalAnalysis::GetPedConst(), and CastorPedestalsAnalysis::~CastorPedestalsAnalysis().
const bool CastorCondObjectContainer< Item >::exists | ( | DetId | fId | ) | const |
Definition at line 102 of file CastorCondObjectContainer.h.
References abs, HcalGenericDetId::genericSubdet(), HcalGenericDetId::hashedId(), HcalGenericDetId::HcalGenCastor, getHLTprescales::index, and NULL.
std::vector< DetId > CastorCondObjectContainer< Item >::getAllChannels | ( | ) | const |
Definition at line 159 of file CastorCondObjectContainer.h.
References i.
Referenced by CastorDbService::buildCalibrations(), CastorDbService::buildCalibWidths(), CastorPedestalAnalysis::CastorPedVal(), and CastorDbXml::dumpObject().
const Item * CastorCondObjectContainer< Item >::getValues | ( | DetId | fId | ) | const |
Definition at line 75 of file CastorCondObjectContainer.h.
References abs, edm::hlt::Exception, HcalGenericDetId::genericSubdet(), HcalGenericDetId::hashedId(), HcalGenericDetId::HcalGenCastor, getHLTprescales::index, and NULL.
Referenced by CastorPedestalAnalysis::CastorPedVal(), CastorDbXml::dumpObject(), CastorDbService::getCastorChannelStatus(), CastorDbService::getGain(), CastorDbService::getGainWidth(), CastorDbService::getPedestal(), and CastorDbService::getPedestalWidth().
|
private |
Definition at line 59 of file CastorCondObjectContainer.h.
References HcalGenericDetId::CASTORhalf, HcalGenericDetId::HcalGenCastor, and i.
|
inline |
Definition at line 36 of file CastorCondObjectContainer.h.
|
private |
Definition at line 42 of file CastorCondObjectContainer.h.