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
CaloNoise2Ntuple Namespace Reference
Functions
def
CaloNoise2NtupleCfg
(
flags
, outputFile)
Function Documentation
◆
CaloNoise2NtupleCfg()
def CaloNoise2Ntuple.CaloNoise2NtupleCfg
(
flags
,
outputFile
)
Definition at line
7
of file
CaloNoise2Ntuple.py
.
7
def
CaloNoise2NtupleCfg
(flags,outputFile):
8
9
cfg=
ComponentAccumulator
()
10
from
LArGeoAlgsNV.LArGMConfig
import
LArGMCfg
11
cfg.merge(
LArGMCfg
(flags))
12
from
TileGeoModel.TileGMConfig
import
TileGMCfg
13
cfg.merge(
TileGMCfg
(flags))
14
15
from
CaloTools.CaloNoiseCondAlgConfig
import
CaloNoiseCondAlgCfg
16
cfg.merge(
CaloNoiseCondAlgCfg
(flags,
"totalNoise"
))
17
cfg.merge(
CaloNoiseCondAlgCfg
(flags,
"electronicNoise"
))
18
cfg.merge(
CaloNoiseCondAlgCfg
(flags,
"pileupNoise"
))
19
20
cfg.addEventAlgo(CompFactory.CaloNoise2Ntuple())
21
cfg.addService(CompFactory.THistSvc(Output = [
"file1 DATAFILE='"
+outputFile+
"' OPT='RECREATE'"
]))
22
23
return
cfg
24
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
CaloNoise2Ntuple.CaloNoise2NtupleCfg
def CaloNoise2NtupleCfg(flags, outputFile)
Definition:
CaloNoise2Ntuple.py:7
python.CaloNoiseCondAlgConfig.CaloNoiseCondAlgCfg
def CaloNoiseCondAlgCfg(flags, noisetype="totalNoise")
Definition:
CaloNoiseCondAlgConfig.py:11
LArGMConfig.LArGMCfg
def LArGMCfg(flags)
Definition:
LArGMConfig.py:8
TileGMConfig.TileGMCfg
def TileGMCfg(flags)
Definition:
TileGMConfig.py:7
Generated on Sun Apr 20 2025 21:55:09 for ATLAS Offline Software by
1.8.18