|
ATLAS Offline Software
|
Go to the documentation of this file.
30 NTuple::Item<long> lower;
31 NTuple::Item<long>
upper;
35 if (febConfig==
nullptr) {
37 return StatusCode::FAILURE;
40 if (
sc!=StatusCode::SUCCESS) {
42 return StatusCode::FAILURE;
46 if (
sc!=StatusCode::SUCCESS) {
48 return StatusCode::FAILURE;
55 short lower_v, upper_v;
56 febConfig->
thresholds (hwid, lower_v, upper_v);
66 return StatusCode::SUCCESS;
const std::string & key() const
Return the StoreGate ID for the referenced object.
SG::ReadCondHandleKey< LArFebConfig > m_configKey
id_range channel_range() const
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
const LArOnlineID_Base * m_onlineId
bool fillFromIdentifier(const HWIdentifier &id)
void thresholds(const HWIdentifier &chid, short &lower, short &upper) const
LArGainThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
~LArGainThresholds2Ntuple()