ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorElementStatusAlg.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 PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOALG_H
8#define PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOALG_H
9
11
13
16
17
18namespace InDet {
20 {
21 public:
22 SiDetectorElementStatusAlg(const std::string& name, ISvcLocator* pSvcLocator);
23 virtual ~SiDetectorElementStatusAlg() override = default;
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute(const EventContext& ctx) const override;
27
28 // @TODO should a reentrant algorithm be clonable ??
29 // virtual bool isClonable() const override { return true; };
30
31 private:
32 ToolHandle <IDetectorElementStatusTool> m_condSummaryTool
33 {this, "ConditionsSummaryTool", "", "Tool to retrieve e.g. Pixel or SCT Conditions summary"};
35 {this, "WriteKey", "", "Key of output SiDetectorElementStatus data"};
36 };
37}
38#endif // PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOALG_H
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< InDet::SiDetectorElementStatus > m_writeKey
SiDetectorElementStatusAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< IDetectorElementStatusTool > m_condSummaryTool
virtual ~SiDetectorElementStatusAlg() override=default
Property holding a SG store/key/clid from which a WriteHandle is made.
Primary Vertex Finder.