Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
InnerDetector
InDetValidation
InDetDefectsEmulation
src
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
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
12
#include "
StoreGate/WriteHandleKey.h
"
13
14
#include "
InDetConditionsSummaryService/IDetectorElementStatusTool.h
"
15
#include "
InDetReadoutGeometry/SiDetectorElementStatus.h
"
16
17
18
namespace
InDet
{
19
class
EmulatedDefectsToDetectorElementStatusCondAlgBase
:
public
AthReentrantAlgorithm
20
{
21
public
:
22
EmulatedDefectsToDetectorElementStatusCondAlgBase
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
23
virtual
~EmulatedDefectsToDetectorElementStatusCondAlgBase
()
override
=
default
;
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
finalize
()
override
;
27
28
protected
:
29
SG::WriteCondHandleKey<InDet::SiDetectorElementStatus>
m_writeKey
30
{
this
,
"WriteKey"
,
""
,
"Key of output SiDetectorElementStatus data"
};
31
};
32
}
33
#endif // PIXELCONDITIONSALGORITHMS_SIDETECTORELEMENTINFOALG_H
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::EmulatedDefectsToDetectorElementStatusCondAlgBase
EmulatedDefectsToDetectorElementStatusCondAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx:8
SiDetectorElementStatus.h
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
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.h:20
AthReentrantAlgorithm.h
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::initialize
virtual StatusCode initialize() override
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.cxx:13
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
IDetectorElementStatusTool.h
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::~EmulatedDefectsToDetectorElementStatusCondAlgBase
virtual ~EmulatedDefectsToDetectorElementStatusCondAlgBase() override=default
SG::WriteCondHandleKey< InDet::SiDetectorElementStatus >
InDet::EmulatedDefectsToDetectorElementStatusCondAlgBase::m_writeKey
SG::WriteCondHandleKey< InDet::SiDetectorElementStatus > m_writeKey
Definition:
EmulatedDefectsToDetectorElementStatusCondAlgBase.h:30
Generated on Tue Apr 1 2025 21:10:25 for ATLAS Offline Software by
1.8.18