ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigitASDposCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TGCDIGITASDPOSCONDALG_H
6#define TGCDIGITASDPOSCONDALG_H
7
13
14namespace Muon{
16{
17 public:
18 using AthCondAlgorithm::AthCondAlgorithm;
19 virtual ~TgcDigitASDposCondAlg() = default;
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute(const EventContext& ctx) const override;
22 private:
23 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey_ASDpos{this, "ReadKeyAsdPos", "/TGC/DIGIT/ASDPOS", "SG key for TGCDIGITASDPOS"};
24 SG::WriteCondHandleKey<TgcDigitASDposData> m_writeKey{this, "WriteKey", "TGCDigitASDposData", "SG Key of TGCDigit AsdPos"};
25};
26}
27#endif
28
29
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 ~TgcDigitASDposCondAlg()=default
SG::WriteCondHandleKey< TgcDigitASDposData > m_writeKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_ASDpos
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.