5#ifndef MUONCONDALG_TGCDIGITJITTERCONDALG_H
6#define MUONCONDALG_TGCDIGITJITTERCONDALG_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.
SG::ReadCondHandleKey< CondAttrListCollection > m_readKeyDb
SG::WriteCondHandleKey< TgcDigitJitterData > m_writeKey
virtual StatusCode initialize() override
StatusCode parseDataFromJSON(const nlohmann::json &lines, TgcDigitJitterData &jitterChannels) const
Load the Jitter constants from the JSON format.
Gaudi::Property< std::string > m_readFromJSON
Use an external JSON file to load the Jitter constants from.
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~TgcDigitJitterCondAlg()=default
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.