ATLAS Offline Software
PixelDeadMapCondAlg.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 PIXELDEADMAPCONDALG_H
12 #define PIXELDEADMAPCONDALG_H
13 
15 
18 
21 
22 #include "Gaudi/Property.h"
23 
25  public:
26  PixelDeadMapCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
27 
28  virtual StatusCode initialize() override final;
29  virtual StatusCode execute(const EventContext& ctx) const override final;
30  virtual bool isReEntrant() const override final { return false; }
31 
32  private:
34  {this, "ReadKey", "/PIXEL/PixelModuleFeMask", "Input deadmap folder"};
35 
37  {this, "WriteKey", "PixelDeadMapCondData", "Output deadmap data"};
38 
39 };
40 
41 #endif
PixelDeadMapCondData.h
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
WriteCondHandleKey.h
PixelDeadMapCondAlg::isReEntrant
virtual bool isReEntrant() const override final
Definition: PixelDeadMapCondAlg.h:30
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
PixelDeadMapCondAlg::PixelDeadMapCondAlg
PixelDeadMapCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: PixelDeadMapCondAlg.cxx:12
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PixelDeadMapCondAlg::m_writeKey
SG::WriteCondHandleKey< PixelDeadMapCondData > m_writeKey
Definition: PixelDeadMapCondAlg.h:37
PixelDeadMapCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: PixelDeadMapCondAlg.cxx:26
PixelDeadMapCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition: PixelDeadMapCondAlg.h:34
PixelDeadMapCondAlg
Definition: PixelDeadMapCondAlg.h:24
PixelDeadMapCondAlg::initialize
virtual StatusCode initialize() override final
Definition: PixelDeadMapCondAlg.cxx:17
ReadCondHandleKey.h
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SG::ReadCondHandleKey< CondAttrListCollection >
SG::WriteCondHandleKey< PixelDeadMapCondData >