5#ifndef TGCDIGITENERGYTHRESHOLDALG_H
6#define TGCDIGITENERGYTHRESHOLDALG_H
9#include <nlohmann/json.hpp>
22 using AthCondAlgorithm::AthCondAlgorithm;
25 virtual StatusCode
execute(
const EventContext& ctx)
const override;
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_readFromJSON
Use an external file to load the Jitter constants from.
virtual ~TgcDigitEnergyThreshCondAlg()=default
SG::WriteCondHandleKey< TgcDigitThresholdData > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< CondAttrListCollection > m_readKeyDb
StatusCode parseDataFromJSON(const nlohmann::json &lines, TgcDigitThresholdData &deadChannels) const
Load the threshold constants from the JSON blob.
Conditions object to cache.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.