ATLAS Offline Software
Loading...
Searching...
No Matches
EmulatedDefectsToDetectorElementStatusCondAlgBase.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef INDET_EMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALGBASE_H
8#define INDET_EMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALGBASE_H
9
11
13
16
17
18namespace InDet {
20 {
21 public:
22 EmulatedDefectsToDetectorElementStatusCondAlgBase(const std::string& name, ISvcLocator* pSvcLocator);
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode finalize() override;
27
28 protected:
30 {this, "WriteKey", "", "Key of output SiDetectorElementStatus data"};
31 };
32}
33#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.
virtual ~EmulatedDefectsToDetectorElementStatusCondAlgBase() override=default
EmulatedDefectsToDetectorElementStatusCondAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Primary Vertex Finder.