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
LArCalorimeter
LArCafJobs
python
LArSCDumperFlags.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
def
addSCDumpFlags
(flags):
4
5
flags.Input.isMC=
False
6
7
flags.addFlag(
"LArSCDump.digitsKey"
,
"SC"
)
8
flags.addFlag(
"LArSCDump.accdigitsKey"
,
""
)
9
flags.addFlag(
"LArSCDump.acccalibdigitsKey"
,
""
)
10
flags.addFlag(
"LArSCDump.nSamples"
,32)
11
flags.addFlag(
"LArSCDump.nEt"
,3)
12
flags.addFlag(
"LArSCDump.doSamples"
,
True
)
13
flags.addFlag(
"LArSCDump.doSamplesBas"
,
False
)
14
flags.addFlag(
"LArSCDump.doEt"
,
False
)
15
flags.addFlag(
"LArSCDump.doEtId"
,
False
)
16
flags.addFlag(
"LArSCDump.doHeader"
,
True
)
17
flags.addFlag(
"LArSCDump.doBCID"
,
True
)
18
flags.addFlag(
"LArSCDump.doHash"
,
False
)
19
flags.addFlag(
"LArSCDump.doOfflineId"
,
False
)
20
flags.addFlag(
"LArSCDump.doCalib"
,
False
)
21
flags.addFlag(
"LArSCDump.doGeom"
,
False
)
22
flags.addFlag(
"LArSCDump.doBC"
,
False
)
23
flags.addFlag(
"LArSCDump.expandId"
,
False
)
24
flags.addFlag(
"LArSCDump.overwriteEvN"
,
False
)
25
flags.addFlag(
"LArSCDump.outputNtup"
,
"SCDigits.root"
)
26
flags.addFlag(
"LArSCDump.doRawChan"
,
False
)
27
flags.addFlag(
"LArSCDump.fillNoisyRO"
,
False
)
LArSCDumperFlags.addSCDumpFlags
def addSCDumpFlags(flags)
Definition:
LArSCDumperFlags.py:3
Generated on Tue Mar 25 2025 21:14:06 for ATLAS Offline Software by
1.8.18