ATLAS Offline Software
Loading...
Searching...
No Matches
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace InDet {
9 : ::AthCondAlgorithm(name, pSvcLocator)
10 {
11 }
12
14 {
15 ATH_CHECK( m_writeKey.initialize());
16 return StatusCode::SUCCESS;
17 }
18
20 {
21 return StatusCode::SUCCESS;
22 }
23}
#define ATH_CHECK
Evaluate an expression and check for errors.
Base class for conditions algorithms.
EmulatedDefectsToDetectorElementStatusCondAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Primary Vertex Finder.