5#ifndef MUONCONDALG_RPCCONDDBALG_H
6#define MUONCONDALG_RPCCONDDBALG_H
20 using AthCondAlgorithm::AthCondAlgorithm;
23 virtual StatusCode
execute(
const EventContext &)
const override;
26 template <
class WriteCont>
34 Gaudi::Property<bool>
m_isData{
this,
"isData",
false};
41 "Key of input RPC condition data for MC dead elements"};
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.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
StatusCode addCondDependency(const EventContext &ctx, const SG::ReadCondHandleKey< CondAttrListCollection > &key, SG::WriteCondHandle< WriteCont > &writeHandle) const
StatusCode loadMcElementStatus(const EventContext &ctx, RpcCondDbData &condData) const
Gaudi::Property< bool > m_isData
SG::WriteCondHandleKey< RpcCondDbData > m_writeKey
virtual StatusCode execute(const EventContext &) const override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_folder_mc_deadElements
virtual StatusCode initialize() override
virtual ~RpcCondDbAlg()=default
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.