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
LCOOCConfig Namespace Reference
Functions
def
GetLCOOCCfg
(flags)
Function Documentation
◆
GetLCOOCCfg()
def LCOOCConfig.GetLCOOCCfg
(
flags
)
Definition at line
6
of file
LCOOCConfig.py
.
6
def
GetLCOOCCfg
(flags):
7
8
result =
ComponentAccumulator
()
9
10
GetLCO = CompFactory.GetLCOutOfCluster(
"GetLCO"
, ClusterCollectionName =
"CaloTopoClusters"
)
11
GetLCO.OutputFileName = flags.LCW.outFileNameLCO
12
13
#
14
# Example how to set dimensions for out-of-cluster corrections:
15
#
16
#from AthenaCommon.SystemOfUnits import deg, GeV, MeV
17
#from AthenaCommon.AlgSequence import AlgSequence
18
#from math import ( pi as m_pi, log10 as m_log10 )
19
#GetLCO.OutOfClusterDimensions = {
20
# 'side': ('side',-1.5,1.5,1),
21
# '|eta|': ('|eta|',0.,5.,50),
22
# 'phi': ('phi',-m_pi,m_pi,1),
23
# 'log10(E_clus (MeV))': ('log10(E_clus (MeV))',m_log10(200*MeV),m_log10(1*TeV),22),
24
# 'log10(lambda_clus (mm))': ('log10(lambda_clus (mm))',0.0,4.0,20),
25
# 'weight': ('weight',0.,5.,1)}
26
#
27
28
result.addEventAlgo(GetLCO)
29
30
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
LCOOCConfig.GetLCOOCCfg
def GetLCOOCCfg(flags)
Definition:
LCOOCConfig.py:6
Generated on Tue Apr 1 2025 21:57:14 for ATLAS Offline Software by
1.8.18