ATLAS Offline Software
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 
TgcDigitASDposCondAlg::initialize
virtual StatusCode initialize() override
Definition: TgcDigitASDposCondAlg.cxx:17
TgcDigitASDposCondAlg
Definition: TgcDigitASDposCondAlg.h:15
TgcDigitASDposData.h
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
TgcDigitASDposCondAlg::~TgcDigitASDposCondAlg
virtual ~TgcDigitASDposCondAlg()=default
WriteCondHandleKey.h
TgcDigitASDposCondAlg::isReEntrant
virtual bool isReEntrant() const override
Definition: TgcDigitASDposCondAlg.h:21
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
TgcDigitASDposCondAlg::m_writeKey
SG::WriteCondHandleKey< TgcDigitASDposData > m_writeKey
Definition: TgcDigitASDposCondAlg.h:24
TgcDigitASDposCondAlg::TgcDigitASDposCondAlg
TgcDigitASDposCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TgcDigitASDposCondAlg.cxx:13
TgcDigitASDposCondAlg::m_readKey_ASDpos
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_ASDpos
Definition: TgcDigitASDposCondAlg.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SG::ReadCondHandleKey< CondAttrListCollection >
TgcDigitASDposCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: TgcDigitASDposCondAlg.cxx:27
SG::WriteCondHandleKey< TgcDigitASDposData >