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
15{
16 public:
17 TgcDigitTimeOffsetCondAlg (const std::string& name, ISvcLocator* pSvcLocator);
18 virtual ~TgcDigitTimeOffsetCondAlg() = 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/TOFFSET", "SG key for TGCDIGITTOFFSET"};
24 SG::WriteCondHandleKey<TgcDigitTimeOffsetData> m_writeKey{this, "WriteKey", "TGCDigitTimeOffsetData", "SG Key of TgcDigitTimeOffset"};
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.
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
TgcDigitTimeOffsetCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< TgcDigitTimeOffsetData > m_writeKey
virtual ~TgcDigitTimeOffsetCondAlg()=default