ATLAS Offline Software
PixelTDAQCondAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
11 #ifndef PIXELTDAQCONDALG
12 #define PIXELTDAQCONDALG
13 
15 
18 
21 
23 
24 #include "Gaudi/Property.h"
25 
27  public:
28  PixelTDAQCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
29  virtual ~PixelTDAQCondAlg() = default;
30 
31  virtual StatusCode initialize() override final;
32  virtual StatusCode execute(const EventContext& ctx) const override final;
33  virtual bool isReEntrant() const override final { return false; }
34 
35  private:
36  const PixelID* m_pixelID{nullptr};
37 
39  {this, "ReadKey", "", "Input key of TDAQ deadmap conditions folder"};
40 
42  {this, "WriteKey", "PixelTDAQCondData", "Output key of pixel module data"};
43 
44 };
45 
46 #endif
PixelID.h
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
PixelTDAQCondAlg::m_pixelID
const PixelID * m_pixelID
Definition: PixelTDAQCondAlg.h:36
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
PixelTDAQData.h
Store pixel TDAQ information to PixelTDAQData.
WriteCondHandleKey.h
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
PixelTDAQCondAlg::~PixelTDAQCondAlg
virtual ~PixelTDAQCondAlg()=default
PixelTDAQCondAlg
Definition: PixelTDAQCondAlg.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PixelTDAQCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: PixelTDAQCondAlg.cxx:25
ReadCondHandleKey.h
AthReentrantAlgorithm.h
PixelTDAQCondAlg::m_writeKey
SG::WriteCondHandleKey< PixelTDAQData > m_writeKey
Definition: PixelTDAQCondAlg.h:42
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PixelTDAQCondAlg::isReEntrant
virtual bool isReEntrant() const override final
Definition: PixelTDAQCondAlg.h:33
PixelTDAQCondAlg::PixelTDAQCondAlg
PixelTDAQCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: PixelTDAQCondAlg.cxx:10
SG::ReadCondHandleKey< CondAttrListCollection >
SG::WriteCondHandleKey< PixelTDAQData >
PixelTDAQCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition: PixelTDAQCondAlg.h:39
PixelID
Definition: PixelID.h:67
PixelTDAQCondAlg::initialize
virtual StatusCode initialize() override final
Definition: PixelTDAQCondAlg.cxx:15