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
w
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
LArExample
LArCalibProcessing
python
OFCDefinitions.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3
from
collections
import
namedtuple
4
5
6
OFCDefinitions=namedtuple(
"OFCDefinitions"
,
7
[
"Algoname"
,
8
"Nsamples"
,
9
"Nphase"
,
10
"Dphase"
,
11
"PhysAutoCorr"
,
12
"useDelta"
,
13
"KeyOFC"
,
14
"KeyShape"
,
15
"FolderOFC"
,
16
"FolderShape"
,
17
"FolderOFCPicked"
,
18
"FolderShapePicked"
,
19
"ReadDSPConfig"
,
20
"DSPConfigFolder"
21
]
22
)
23
24
25
OFCDef_4Samples=
OFCDefinitions
(
"OFC4samples"
,
26
Nsamples=4,
27
Nphase=8,
28
# hack for shifted OFC
29
#Nphase=16,
30
Dphase=3,
31
PhysAutoCorr=(
False
,
True
),
32
useDelta=(0,0),
33
KeyOFC=(
"LArOFC_4_0"
,
"LArOFC_4_0_mu"
),
34
KeyShape=
"LArShape_4_0"
,
35
FolderOFC=
"/LAR/ElecCalibOfl/OFC/PhysWave/RTM/4samples3bins17phases"
,
36
FolderShape=
"/LAR/ElecCalibOfl/Shape/RTM/4samples3bins17phases"
,
37
FolderOFCPicked=
"/LAR/ElecCalibOfl/OFC/PhysWave/RTM/4samples1phase"
,
38
FolderShapePicked=
"/LAR/ElecCalibOfl/Shape/RTM/4samples1phase"
,
39
ReadDSPConfig=
True
,
40
DSPConfigFolder=
"/LAR/Configuration/DSPConfiguration"
41
)
42
43
44
OFCDef_5Samples=
OFCDefinitions
(
"OFC5samples"
,
45
Nsamples=5,
46
Nphase=8,
47
# hack for shifted OFC
48
#Nphase=16,
49
Dphase=3,
50
PhysAutoCorr=(
False
,
True
),
51
useDelta=(0,0),
52
KeyOFC=(
"LArOFC_5_0"
,
"LArOFC_5_0_mu"
),
53
KeyShape=
"LArShape_5_0"
,
54
FolderOFC=
"/LAR/ElecCalibOfl/OFC/PhysWave/RTM/5samples3bins17phases"
,
55
FolderShape=
"/LAR/ElecCalibOfl/Shape/RTM/5samples3bins17phases"
,
56
FolderOFCPicked=
"/LAR/ElecCalibOfl/OFC/PhysWave/RTM/5samples1phase"
,
57
FolderShapePicked=
"/LAR/ElecCalibOfl/Shape/RTM/5samples1phase"
,
58
ReadDSPConfig=
True
,
59
DSPConfigFolder=
"/LAR/Configuration/DSPConfiguration"
60
)
61
62
63
64
OFCDefs=(OFCDef_5Samples,OFCDef_4Samples)
65
#OFCDefsRepro=(OFCDef_4Samples,0)
66
python.OFCDefinitions.OFCDefinitions
OFCDefinitions
Definition:
OFCDefinitions.py:6
Generated on Sat May 10 2025 21:15:18 for ATLAS Offline Software by
1.8.18