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
PixelEmulatedDefectsToDetectorElementStatusCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDET_PIXELEMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALG_H
6
#define INDET_PIXELEMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALG_H
7
8
#include "
EmulatedDefectsToDetectorElementStatusCondAlg.h
"
9
#include "
PixelEmulatedDefects.h
"
10
#include "
PixelReadoutGeometry/PixelDetectorElementStatus.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
13
namespace
InDet
{
14
15
class
PixelEmulatedDefectsToDetectorElementStatusCondAlg;
16
namespace
details
{
17
template
<>
18
struct
EmulatedDefectsToDetectorElementStatusTraits
<
PixelEmulatedDefectsToDetectorElementStatusCondAlg
> {
19
using
T_ConcreteDetectorElementStatusType
=
PixelDetectorElementStatus
;
20
using
T_EmulatedDefects
=
PixelEmulatedDefects
;
21
using
T_ModuleHelper
=
PixelModuleHelper
;
22
using
KEY_TYPE
=
PixelEmulatedDefects::KEY_TYPE
;
23
static
constexpr
unsigned
int
CHIP_MASK_IDX = 2;
24
};
25
}
26
27
class
PixelEmulatedDefectsToDetectorElementStatusCondAlg
28
:
public
EmulatedDefectsToDetectorElementStatusCondAlg
<PixelEmulatedDefectsToDetectorElementStatusCondAlg>
29
{
30
public
:
31
using
EmulatedDefectsToDetectorElementStatusCondAlg<PixelEmulatedDefectsToDetectorElementStatusCondAlg>::EmulatedDefectsToDetectorElementStatusCondAlg
;
32
33
};
34
}
35
#endif
InDet::PixelEmulatedDefectsToDetectorElementStatusCondAlg
Definition:
PixelEmulatedDefectsToDetectorElementStatusCondAlg.h:29
InDet::PixelModuleHelper
Helper class to convert between offline column, row and hardware chip, column, row coordinates.
Definition:
PixelModuleHelper.h:22
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::details::EmulatedDefectsToDetectorElementStatusTraits< PixelEmulatedDefectsToDetectorElementStatusCondAlg >::KEY_TYPE
PixelEmulatedDefects::KEY_TYPE KEY_TYPE
Definition:
PixelEmulatedDefectsToDetectorElementStatusCondAlg.h:22
InDet::EmulatedDefects< PixelModuleHelper >::KEY_TYPE
typename T_ModuleHelper::KEY_TYPE KEY_TYPE
Definition:
EmulatedDefects.h:29
PixelDetectorElementStatus.h
InDet::PixelDetectorElementStatus
Event data to hold the status information for Pixel modules.
Definition:
PixelDetectorElementStatus.h:14
details
Definition:
IParticleWriter.h:21
InDet::PixelEmulatedDefects
Specialization of emulated defects conditions data for ITk pixels Defect conditions data for defects ...
Definition:
PixelEmulatedDefects.h:15
ReadCondHandleKey.h
InDet::EmulatedDefectsToDetectorElementStatusCondAlg
Definition:
EmulatedDefectsToDetectorElementStatusCondAlg.h:20
EmulatedDefectsToDetectorElementStatusCondAlg.h
InDet::details::EmulatedDefectsToDetectorElementStatusTraits
Definition:
EmulatedDefectsToDetectorElementStatusCondAlg.h:15
PixelEmulatedDefects.h
Generated on Tue Apr 1 2025 21:16:53 for ATLAS Offline Software by
1.8.18