ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigitCrosstalkCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
6#define MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
7
13
15{
16 public:
17 TgcDigitCrosstalkCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
18 virtual ~TgcDigitCrosstalkCondAlg() = default;
19 virtual StatusCode initialize() override;
20 virtual StatusCode execute(const EventContext& ctx) const override;
21
22 private:
23 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey{this, "ReadKey", "/TGC/DIGIT/XTALK", "SG key for TGCDIGITXTALK"};
24 SG::WriteCondHandleKey<TgcDigitCrosstalkData> m_writeKey{this, "WriteKey", "TGCDigitCrosstalkData", "SG Key of TgcDigitCrosstalk"};
25};
26
27#endif // MUONCONDALG_TGCDIGITTIMEOFFSETCONDALG_H_
28
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.
TgcDigitCrosstalkCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual ~TgcDigitCrosstalkCondAlg()=default
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< TgcDigitCrosstalkData > m_writeKey