ATLAS Offline Software
InnerDetector
InDetValidation
InDetDefectsEmulation
src
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
5
#include "
EmulatedDefectsToDetectorElementStatusCondAlgBase.h
"
6
7
namespace
InDet
{
8
EmulatedDefectsToDetectorElementStatusCondAlgBase::EmulatedDefectsToDetectorElementStatusCondAlgBase
(
const
std::string&
name
, ISvcLocator* pSvcLocator)
9
: ::
AthReentrantAlgorithm
(
name
, pSvcLocator)
10
{
11
}
12
13
StatusCode
EmulatedDefectsToDetectorElementStatusCondAlgBase::initialize
()
14
{
15
ATH_CHECK
(
m_writeKey
.
initialize
());
16
return
StatusCode::SUCCESS;
17
}
18
19
StatusCode
EmulatedDefectsToDetectorElementStatusCondAlgBase::finalize
()
20
{
21
return
StatusCode::SUCCESS;
22
}
23
}
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::EmulatedDefectsToDetectorElementStatusCondAlgBase
EmulatedDefectsToDetectorElementStatusCondAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx:8
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::finalize
virtual StatusCode finalize() override
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx:19
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_CHECK
#define ATH_CHECK
Definition:
AthCheckMacros.h:40
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::initialize
virtual StatusCode initialize() override
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx:13
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
SG::CondHandleKey::initialize
StatusCode initialize(bool used=true)
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::m_writeKey
SG::WriteCondHandleKey< InDet::SiDetectorElementStatus > m_writeKey
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.h:30
EmulatedDefectsToDetectorElementStatusCondAlgBase.h
Generated on Mon Sep 1 2025 21:09:59 for ATLAS Offline Software by
1.8.18