-
Notifications
You must be signed in to change notification settings - Fork 496
Expand file tree
/
Copy path.o2eve_config
More file actions
executable file
·136 lines (117 loc) · 5.66 KB
/
.o2eve_config
File metadata and controls
executable file
·136 lines (117 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#===============================================================#
# This is Event Display config file. #
# #
# You can copy it to your home directory and set custom values. #
# #
#===============================================================#
trigger.class.filter: none
refresh.rate: 6
axes.show: 0
fullscreen.mode: 0
background.color: 1
# screenshot
screenshot.path: /home/ed/cernbox_screenshots
screenshot.logo.o2: /home/ed/alice/O2/EventVisualisation/Scripts/o2.png
screenshot.logo.alice: /home/ed/alice/O2/EventVisualisation/Scripts/alice-white.png
#screenshot.logo.alice: /home/ed/alice/O2/EventVisualisation/Scripts/alice-black.png
screenshot.width: 7680
screenshot.height: 4320
screenshot.pixel_object_scale.3d: 15
screenshot.pixel_object_scale.rphi: 10
screenshot.pixel_object_scale.zy: 10
# outreach
outreach.path: /home/ed/outreach/images
outreach.width: 1920
outreach.height: 1080
outreach.frequency.refresh.rate: 1
#screenshot.message.line.0: Run number: 520144 <- change/comment it in .o2eve_config
#screenshot.message.line.1: First TF orbit: 1301515 <- change/comment it in .o2eve_config
#screenshot.message.line.2: Date: Tue Jul 5 17:48:51 2022 <- change/comment it in .o2eve_config
#screenshot.message.line.3: Detectors: ITS,TPC <- change/comment it in .o2eve_config
# towers
emcal.barrel.radius: 500
emcal.tower.color: 3
emcal.tower.noise 0
emcal.tower.scale: 1
emcal.tower.size.eta: 0.0143
emcal.tower.size.phi: 0.0143
emcal.tower.max.height: 80
emcal.tower.max.val.abs: 50
phos.barrel.radius: 550
phos.tower.color: 65
phos.tower.noise 1
phos.tower.scale: 1
phos.tower.size.eta: 0.0046
phos.tower.size.phi: 0.00478
phos.tower.max.height: 80
phos.tower.max.val.abs: 50
#camera
camera.3D.rotation.horizontal: -0.4
camera.3D.rotation.vertical: 1.0
camera.3D.zoom: 1.0
camera.R-Phi.zoom: 1.0
camera.Z-Y.zoom: 1.0
simple.geom.default: R3
simple.geom.R3.path: /home/ed/geom/O2
data.synthetic.run.dir: /home/ed/jsons/synthetic
data.cosmics.run.dir: /home/ed/jsons/cosmics
data.physics.run.dir: /home/ed/jsons/physics
data.default: NEWEST
tracks.width: 2
tracks.byType.electron: 600
tracks.byType.muon: 416
tracks.byType.pion: 632
tracks.byType.kaon: 400
tracks.byType.proton: 797
tracks.byType.unknown: 920
clusters.byType.unknown: 600
ITS.draw: 1
TPC.draw: 1
TRD.draw: 1
TOF.draw: 1
MFT.draw: 1
MCH.draw: 1
MID.draw: 1
PHS.draw: 1
EMC.draw: 1
CPV.draw: 1
ITS.color: 634
TPC.color: 3
TRD.color: 800
TOF.color: 3
MFT.color: 920
MCH.color: 2
MID.color: 4
PHS.color: 5
EMC.color: 53
CPV.color: 920
ITS.trans: 70
TPC.trans: 70
TRD.trans: 50
TOF.trans: 50
MFT.trans: 10
MCH.trans: 80
MID.trans: 80
PHS.trans: 50
EMC.trans: 50
CPV.trans: 50
ITS.line.color: 1
TPC.line.color: 1
TRD.line.color: 1
TOF.line.color: 1
MFT.line.color: 1
MCH.line.color: 920
MID.line.color: 1
PHS.line.color: 1
EMC.line.color: 1
CPV.line.color: 1
#Gui.DefaultFont: -*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-1
#Gui.MenuFont: -*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-1
#Gui.MenuHiFont: -*-helvetica-bold-r-*-*-20-*-*-*-*-*-iso8859-1
#Gui.DocFixedFont: -*-courier-medium-r-*-*-20-*-*-*-*-*-iso8859-1
#Gui.DocPropFont: -*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-1
#Gui.IconFont: -*-helvetica-medium-r-*-*-32-*-*-*-*-*-iso8859-1
#Gui.StatusFont: -*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-1
#
# EOF
#