ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorElementStatusCondAlg.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_SIDETECTORELEMENTINFOCONDALG_H
8#define PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOCONDALG_H
9
11
13
16
17
18namespace InDet {
20 {
21 public:
22 SiDetectorElementStatusCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
23 virtual ~SiDetectorElementStatusCondAlg() override = default;
24
25 virtual StatusCode initialize() override final;
26 virtual StatusCode execute(const EventContext& ctx) const override final;
27 virtual StatusCode finalize() override final;
28
29 private:
31 {this, "ConditionsSummaryTool", "", "Tool to retrieve e.g. Pixel or SCT Conditions summary"};
33 {this, "WriteKey", "", "Key of output SiDetectorElementStatus data"};
34 mutable std::atomic<unsigned int> m_maxSize{};
35 };
36}
37#endif // PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOALG_H
Base class for conditions algorithms.
Property holding a SG store/key/clid from which a WriteHandle is made.
Base class for conditions algorithms.
SiDetectorElementStatusCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteCondHandleKey< InDet::SiDetectorElementStatus > m_writeKey
virtual ~SiDetectorElementStatusCondAlg() override=default
virtual StatusCode execute(const EventContext &ctx) const override final
ToolHandle< IDetectorElementStatusTool > m_condSummaryTool
Primary Vertex Finder.
#define private