Loading [MathJax]/jax/input/TeX/config.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
Functions
SCTMonitoringConfig Namespace Reference
Functions
def
SCTMonitoringConfig
(flags)
Function Documentation
◆
SCTMonitoringConfig()
def SCTMonitoringConfig.SCTMonitoringConfig
(
flags
)
Definition at line
5
of file
SCTMonitoringConfig.py
.
5
def
SCTMonitoringConfig
(flags):
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
acc =
ComponentAccumulator
()
8
if
flags.DQ.Environment
in
(
'online'
,
'tier0'
,
'tier0Raw'
):
9
from
.SCTErrMonAlg
import
SCTErrMonAlgConfig
10
acc.merge(
SCTErrMonAlgConfig
(flags))
11
from
.SCTHitEffMonAlg
import
SCTHitEffMonAlgConfig
12
acc.merge(
SCTHitEffMonAlgConfig
(flags))
13
from
.SCTHitsNoiseMonAlg
import
SCTHitsNoiseMonAlgConfig
14
acc.merge(
SCTHitsNoiseMonAlgConfig
(flags))
15
from
.SCTLorentzMonAlg
import
SCTLorentzMonAlgConfig
16
acc.merge(
SCTLorentzMonAlgConfig
(flags))
17
from
.SCTTracksMonAlg
import
SCTTracksMonAlgConfig
18
acc.merge(
SCTTracksMonAlgConfig
(flags))
19
20
return
acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
SCTMonitoringConfig.SCTMonitoringConfig
def SCTMonitoringConfig(flags)
Definition:
SCTMonitoringConfig.py:5
SCTHitsNoiseMonAlg.SCTHitsNoiseMonAlgConfig
def SCTHitsNoiseMonAlgConfig(inputFlags)
Definition:
SCTHitsNoiseMonAlg.py:21
SCTTracksMonAlg.SCTTracksMonAlgConfig
def SCTTracksMonAlgConfig(flags)
Definition:
SCTTracksMonAlg.py:10
SCTErrMonAlg.SCTErrMonAlgConfig
def SCTErrMonAlgConfig(flags)
Definition:
SCTErrMonAlg.py:12
SCTHitEffMonAlg.SCTHitEffMonAlgConfig
def SCTHitEffMonAlgConfig(flags)
Definition:
SCTHitEffMonAlg.py:19
SCTLorentzMonAlg.SCTLorentzMonAlgConfig
def SCTLorentzMonAlgConfig(flags)
Definition:
SCTLorentzMonAlg.py:11
Generated on Thu Apr 3 2025 22:05:06 for ATLAS Offline Software by
1.8.18