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 virtual bool isReEntrant() const override { return false; }
22 private:
23 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey_ASDpos{this, "ReadKeyAsdPos", "/TGC/DIGIT/ASDPOS", "SG key for TGCDIGITASDPOS"};
24 SG::WriteCondHandleKey<TgcDigitASDposData> m_writeKey{this, "WriteKey", "TGCDigitASDposData", "SG Key of TGCDigit AsdPos"};
25};
26
27#endif
28
29
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
An algorithm that can be simultaneously executed in multiple threads.
virtual ~TgcDigitASDposCondAlg()=default
virtual StatusCode initialize() override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_ASDpos
SG::WriteCondHandleKey< TgcDigitASDposData > m_writeKey
virtual bool isReEntrant() const override
TgcDigitASDposCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override