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
StripEmulatedDefectsToDetectorElementStatusCondAlg.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_STRIPEMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALG_H
6
#define INDET_STRIPEMULATEDDEFECTSTODETECTORELEMENTSTATUSCONDALG_H
7
8
#include "
EmulatedDefectsToDetectorElementStatusCondAlg.h
"
9
#include "
StripEmulatedDefects.h
"
10
#include "
SCT_ReadoutGeometry/SCT_DetectorElementStatus.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
13
namespace
InDet
{
14
15
class
StripEmulatedDefectsToDetectorElementStatusCondAlg;
16
namespace
details
{
17
template
<>
18
struct
EmulatedDefectsToDetectorElementStatusTraits
<
StripEmulatedDefectsToDetectorElementStatusCondAlg
> {
19
using
T_ConcreteDetectorElementStatusType
=
SCT_DetectorElementStatus
;
20
using
T_EmulatedDefects
=
StripEmulatedDefects
;
21
using
T_ModuleHelper
=
StripModuleHelper
;
22
using
KEY_TYPE
=
StripEmulatedDefects::KEY_TYPE
;
23
// No chip defects
24
static
constexpr
unsigned
int
CHIP_MASK_IDX =
StripModuleHelper::N_MASKS
;
25
};
26
}
27
28
class
StripEmulatedDefectsToDetectorElementStatusCondAlg
29
:
public
EmulatedDefectsToDetectorElementStatusCondAlg
<StripEmulatedDefectsToDetectorElementStatusCondAlg>
30
{
31
public
:
32
using
EmulatedDefectsToDetectorElementStatusCondAlg<StripEmulatedDefectsToDetectorElementStatusCondAlg>::EmulatedDefectsToDetectorElementStatusCondAlg
;
33
};
34
}
35
#endif
InDet::StripEmulatedDefectsToDetectorElementStatusCondAlg
Definition:
StripEmulatedDefectsToDetectorElementStatusCondAlg.h:30
InDet::StripModuleHelper
Helper class to convert between offline column, row and hardware chip, column, row coordinates.
Definition:
StripModuleHelper.h:23
InDet::SCT_DetectorElementStatus
Event data to hold the status information for SCT modules.
Definition:
SCT_DetectorElementStatus.h:13
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
SCT_DetectorElementStatus.h
InDet::ModuleKeyHelper< unsigned short, 12, 0, 0, 0, 0 >::N_MASKS
static constexpr unsigned int N_MASKS
Definition:
ModuleKeyHelper.h:52
InDet::EmulatedDefects< StripModuleHelper >::KEY_TYPE
typename T_ModuleHelper::KEY_TYPE KEY_TYPE
Definition:
EmulatedDefects.h:29
InDet::StripEmulatedDefects
Specialization of emulated defects conditions data for ITk strips Defect conditions data for defects ...
Definition:
StripEmulatedDefects.h:15
details
Definition:
IParticleWriter.h:21
ReadCondHandleKey.h
InDet::EmulatedDefectsToDetectorElementStatusCondAlg
Definition:
EmulatedDefectsToDetectorElementStatusCondAlg.h:20
InDet::details::EmulatedDefectsToDetectorElementStatusTraits< StripEmulatedDefectsToDetectorElementStatusCondAlg >::KEY_TYPE
StripEmulatedDefects::KEY_TYPE KEY_TYPE
Definition:
StripEmulatedDefectsToDetectorElementStatusCondAlg.h:22
EmulatedDefectsToDetectorElementStatusCondAlg.h
InDet::details::EmulatedDefectsToDetectorElementStatusTraits
Definition:
EmulatedDefectsToDetectorElementStatusCondAlg.h:15
StripEmulatedDefects.h
Generated on Tue Apr 1 2025 21:19:09 for ATLAS Offline Software by
1.8.18