ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigitASDposCondAlg.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 TGCDIGITASDPOSCONDALG_H
6#define TGCDIGITASDPOSCONDALG_H
7
13
15{
16 public:
17 TgcDigitASDposCondAlg (const std::string& name, ISvcLocator* pSvcLocator);
18 virtual ~TgcDigitASDposCondAlg() = default;
19 virtual StatusCode initialize() override;
20 virtual StatusCode execute(const EventContext& ctx) const override;
21 private:
22 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey_ASDpos{this, "ReadKeyAsdPos", "/TGC/DIGIT/ASDPOS", "SG key for TGCDIGITASDPOS"};
23 SG::WriteCondHandleKey<TgcDigitASDposData> m_writeKey{this, "WriteKey", "TGCDigitASDposData", "SG Key of TGCDigit AsdPos"};
24};
25
26#endif
27
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.
virtual ~TgcDigitASDposCondAlg()=default
virtual StatusCode initialize() override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_ASDpos
SG::WriteCondHandleKey< TgcDigitASDposData > m_writeKey
TgcDigitASDposCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override