ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigitCrosstalkCondAlg.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 MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
6#define MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
7
13
14namespace Muon{
16{
17 public:
18 using AthCondAlgorithm::AthCondAlgorithm;
19 virtual ~TgcDigitCrosstalkCondAlg() = default;
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute(const EventContext& ctx) const override;
22
23 private:
24 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey{this, "ReadKey", "/TGC/DIGIT/XTALK", "SG key for TGCDIGITXTALK"};
25 SG::WriteCondHandleKey<TgcDigitCrosstalkData> m_writeKey{this, "WriteKey", "TGCDigitCrosstalkData", "SG Key of TgcDigitCrosstalk"};
26};
27}
28#endif // MUONCONDALG_TGCDIGITTIMEOFFSETCONDALG_H_
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.
SG::WriteCondHandleKey< TgcDigitCrosstalkData > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~TgcDigitCrosstalkCondAlg()=default
virtual StatusCode initialize() override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.