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
Functions
TauDQAConfig Namespace Reference
Functions
def
PhysValTauCfg
(flags, **kwargs)
Function Documentation
◆
PhysValTauCfg()
def TauDQAConfig.PhysValTauCfg
(
flags
,
**
kwargs
)
Definition at line
15
of file
TauDQAConfig.py
.
15
def
PhysValTauCfg
(flags, **kwargs):
16
acc =
ComponentAccumulator
()
17
18
from
AthenaCommon.Constants
import
WARNING
19
kwargs.setdefault(
"EnableLumi"
,
False
)
20
kwargs.setdefault(
"OutputLevel"
, WARNING)
21
kwargs.setdefault(
"DetailLevel"
, 10)
22
kwargs.setdefault(
"isMC"
, flags.Input.isMC)
23
24
from
TauDQA.TauDQATools
import
TauDQAPrimitiveTauSelectionToolCfg, TauDQANominalTauSelectionToolCfg, TauDQATauTruthMatchingToolCfg
25
kwargs.setdefault(
"NominalTauSelectionTool"
,
TauDQANominalTauSelectionToolCfg
(flags))
26
kwargs.setdefault(
"PrimitiveTauSelectionTool"
,
TauDQAPrimitiveTauSelectionToolCfg
(flags))
27
kwargs.setdefault(
"TauTruthMatchingTool"
,
TauDQATauTruthMatchingToolCfg
(flags))
28
tool = CompFactory.PhysValTau(**kwargs)
29
acc.setPrivateTools(tool)
30
return
acc
TauDQATools.TauDQATauTruthMatchingToolCfg
def TauDQATauTruthMatchingToolCfg(flags, **kwargs)
Definition:
TauDQATools.py:42
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
TauDQATools.TauDQAPrimitiveTauSelectionToolCfg
def TauDQAPrimitiveTauSelectionToolCfg(flags, **kwargs)
Definition:
TauDQATools.py:8
TauDQAConfig.PhysValTauCfg
def PhysValTauCfg(flags, **kwargs)
Definition:
TauDQAConfig.py:15
Constants
some useful constants -------------------------------------------------—
TauDQATools.TauDQANominalTauSelectionToolCfg
def TauDQANominalTauSelectionToolCfg(flags, **kwargs)
Definition:
TauDQATools.py:25
Generated on Fri Apr 18 2025 22:13:31 for ATLAS Offline Software by
1.8.18