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