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
HitValAlgDigi Namespace Reference
Functions
def
HitValAlgDigiCfg
(flags,
name
="NSWPRDValAlg", **kwargs)
Function Documentation
◆
HitValAlgDigiCfg()
def HitValAlgDigi.HitValAlgDigiCfg
(
flags
,
name
=
"NSWPRDValAlg"
,
**
kwargs
)
Definition at line
6
of file
HitValAlgDigi.py
.
6
def
HitValAlgDigiCfg
(flags, name = "NSWPRDValAlg", **kwargs):
7
kwargs.setdefault(
"doTruth"
,
True
)
8
kwargs.setdefault(
"doMuEntry"
,
True
)
9
10
kwargs.setdefault(
"doSimHits"
,
True
)
11
kwargs.setdefault(
"doSDOs"
,
True
)
12
kwargs.setdefault(
"doDigits"
,
True
)
13
kwargs.setdefault(
"doRDOs"
,
True
)
14
from
MuonPRDTest.MuonPRDTestCfg
import
AddHitValAlgCfg
15
return
AddHitValAlgCfg
(flags, name = name, outFile=
"NSWPRDValAlg.digi.ntuple.root"
, **kwargs)
MuonPRDTestCfg.AddHitValAlgCfg
def AddHitValAlgCfg(flags, name="HitValAlg", outFile="NSWPRDValAlg.ntuple.root", **kwargs)
Definition:
MuonPRDTestCfg.py:31
HitValAlgDigi.HitValAlgDigiCfg
def HitValAlgDigiCfg(flags, name="NSWPRDValAlg", **kwargs)
Definition:
HitValAlgDigi.py:6
Generated on Sat Apr 19 2025 21:59:16 for ATLAS Offline Software by
1.8.18