ATLAS Offline Software
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 Sun Dec 22 2024 21:15:50 for ATLAS Offline Software by
1.8.18