ATLAS Offline Software
SCT_LinkMaskingCondAlg.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef SCT_LINKMASKINGCONDALG
8 #define SCT_LINKMASKINGCONDALG
9 
11 
16 
18 {
19  public:
20  SCT_LinkMaskingCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
21  virtual ~SCT_LinkMaskingCondAlg() = default;
22  virtual StatusCode initialize() override final;
23  virtual StatusCode execute(const EventContext& ctx) const override final;
24  virtual StatusCode finalize() override final;
25  virtual bool isReEntrant() const override final { return false; }
26 
27  private:
28  SG::ReadCondHandleKey<CondAttrListCollection> m_readKey{this, "ReadKey", "/purple/pants", "Key of input (raw) bad wafer conditions folder"};
29  // This folder can be created by InnerDetector/InDetConditions/SCT_ConditionsTools/python/createLinkMaskingSQLiteFile.py
30  SG::WriteCondHandleKey<SCT_ModuleVetoCondData> m_writeKey{this, "WriteKey", "SCT_LinkMaskingCondData", "Key of output (derived) bad wafer conditions data"};
31 };
32 
33 #endif // SCT_LINKMASKINGCONDALG
SCT_LinkMaskingCondAlg::finalize
virtual StatusCode finalize() override final
Definition: SCT_LinkMaskingCondAlg.cxx:78
SCT_LinkMaskingCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: SCT_LinkMaskingCondAlg.cxx:25
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SCT_LinkMaskingCondAlg
Definition: SCT_LinkMaskingCondAlg.h:18
SCT_LinkMaskingCondAlg::SCT_LinkMaskingCondAlg
SCT_LinkMaskingCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: SCT_LinkMaskingCondAlg.cxx:9
WriteCondHandleKey.h
SCT_ModuleVetoCondData.h
header file for data object for SCT_ModuleVetoCondAlg, SCT_LinkMaskingCondAlg, SCT_ModuleVetoTool,...
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
SCT_LinkMaskingCondAlg::~SCT_LinkMaskingCondAlg
virtual ~SCT_LinkMaskingCondAlg()=default
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:192
SCT_LinkMaskingCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition: SCT_LinkMaskingCondAlg.h:28
SCT_LinkMaskingCondAlg::m_writeKey
SG::WriteCondHandleKey< SCT_ModuleVetoCondData > m_writeKey
Definition: SCT_LinkMaskingCondAlg.h:30
SG::ReadCondHandleKey< CondAttrListCollection >
SCT_LinkMaskingCondAlg::isReEntrant
virtual bool isReEntrant() const override final
Definition: SCT_LinkMaskingCondAlg.h:25
SCT_LinkMaskingCondAlg::initialize
virtual StatusCode initialize() override final
Definition: SCT_LinkMaskingCondAlg.cxx:14
SG::WriteCondHandleKey< SCT_ModuleVetoCondData >