3 <!-- //////////////////////////////////////////////// -->
4 <!-- /// scene : //////////////////////////////////// -->
5 <!-- //////////////////////////////////////////////// -->
7 <screen_color>white</screen_color>
10 <!-- //////////////////////////////////////////////// -->
11 <!-- /// plotter : ////////////////////////////////// -->
12 <!-- //////////////////////////////////////////////// -->
13 <plotter_style name="inlib_default">
14 <!-- Placeholder for default customization. -->
15 <style name="background_style"/>
16 <style name="title_style"/>
17 <style name="infos_style"/>
18 <style name="title_box_style"/>
19 <style name="inner_frame_style"/>
20 <style name="grid_style"/>
22 <style name="x_axis.line_style"/>
23 <style name="x_axis.ticks_style"/>
24 <style name="x_axis.labels_style"/>
25 <style name="x_axis.mag_style"/>
26 <style name="x_axis.title_style"/>
28 <style name="y_axis.line_style"/>
29 <style name="y_axis.ticks_style"/>
30 <style name="y_axis.labels_style"/>
31 <style name="y_axis.mag_style"/>
32 <style name="y_axis.title_style"/>
34 <style name="z_axis.line_style"/>
35 <style name="z_axis.ticks_style"/>
36 <style name="z_axis.labels_style"/>
37 <style name="z_axis.mag_style"/>
38 <style name="z_axis.title_style"/>
40 <style name="colormap_axis">
41 <label_to_axis>0.01</label_to_axis>
43 <style name="colormap_axis.line_style"/>
44 <style name="colormap_axis.ticks_style"/>
45 <style name="colormap_axis.labels_style"/>
46 <style name="colormap_axis.mag_style"/>
47 <style name="colormap_axis.title_style"/>
49 <style name="bins_style.0"/>
50 <style name="errors_style.0"/>
51 <style name="points_style.0"/>
52 <style name="func_style.0"/>
55 <plotter_style name="ROOT_default">
56 <value_top_margin>0.05</value_top_margin>
57 <bottom_margin>0.1</bottom_margin>
58 <top_margin>0.1</top_margin>
59 <left_margin>0.1</left_margin>
60 <right_margin>0.1</right_margin>
62 <style name="background_style">
63 <visible>true</visible>
64 <!-- <back_color>ROOT/grey19</back_color> -->
67 <line_width>0.003</line_width> <!-- 0 = no border. In % of width -->
70 <!-- <style name="wall_style"><visible>false</visible></style> -->
71 <style name="grid_style">
72 <visible>false</visible>
73 <!-- <color>white</color> ???? -->
76 <!-- plot title done with the title_box (and not plotter title). -->
77 <style name="title_style">
78 <visible>false</visible>
80 <style name="title_box_style">
81 <visible>true</visible>
82 <back_color>ROOT/grey19</back_color>
83 <back_shadow>0.015</back_shadow> <!-- % of width -->
85 <!-- <font>arialbd.ttf</font> -->
86 <font>roboto_bold.ttf</font>
87 <front_face>cw</front_face>
88 <smoothing>true</smoothing>
91 <infos_width>0.35</infos_width>
92 <infos_x_margin>0.01</infos_x_margin> <!-- from right border. -->
93 <infos_y_margin>0.005</infos_y_margin> <!-- from top border. -->
94 <style name="infos_style">
95 <visible>true</visible>
96 <back_color>ROOT/grey19</back_color>
97 <back_shadow>0.015</back_shadow> <!-- % of width -->
99 <!-- <font>arialbd.ttf</font> -->
100 <font>roboto_bold.ttf</font>
101 <front_face>cw</front_face>
102 <smoothing>true</smoothing>
103 <modeling>ROOT</modeling> <!-- to have histo name as info title. -->
106 <style name="inner_frame_style">
107 <visible>true</visible>
109 <line_width>1</line_width>
110 <!-- <line_pattern>solid</line_pattern> -->
113 <style name="x_axis">
114 <modeling>hplot</modeling>
115 <divisions>510</divisions>
116 <title_hjust>right</title_hjust>
117 <label_to_axis>0.005</label_to_axis>
118 <label_height>0.04</label_height>
119 <tick_length>0.03</tick_length>
120 <title_to_axis>0.05</title_to_axis> <!-- YLAB = 0.05 -->
121 <title_height>0.04</title_height>
122 <is_log>false</is_log>
124 <style name="x_axis.line_style">
126 <line_width>1</line_width>
128 <style name="x_axis.ticks_style">
130 <line_width>1</line_width>
132 <style name="x_axis.labels_style">
134 <scale>0.6</scale> <!-- To have a good matching with ROOT text size -->
135 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
136 <font>roboto_bold.ttf</font>
137 <front_face>cw</front_face>
138 <smoothing>true</smoothing>
140 <style name="x_axis.title_style">
141 <visible>true</visible>
144 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
145 <font>roboto_bold.ttf</font>
146 <front_face>cw</front_face>
147 <smoothing>true</smoothing>
149 <style name="x_axis.mag_style">
152 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
153 <font>roboto_bold.ttf</font>
154 <front_face>cw</front_face>
155 <smoothing>true</smoothing>
158 <style name="y_axis">
159 <modeling>hplot</modeling>
160 <divisions>510</divisions>
161 <title_hjust>right</title_hjust>
162 <label_to_axis>0.005</label_to_axis>
163 <label_height>0.04</label_height>
164 <tick_length>0.03</tick_length>
165 <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
166 <title_height>0.04</title_height>
167 <is_log>false</is_log>
169 <style name="y_axis.line_style">
171 <line_width>1</line_width>
173 <style name="y_axis.ticks_style">
175 <line_width>1</line_width>
177 <style name="y_axis.labels_style">
180 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
181 <font>roboto_bold.ttf</font>
182 <front_face>cw</front_face>
183 <smoothing>true</smoothing>
185 <style name="y_axis.title_style">
186 <visible>true</visible>
189 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
190 <font>roboto_bold.ttf</font>
191 <front_face>cw</front_face>
192 <smoothing>true</smoothing>
194 <style name="y_axis.mag_style">
197 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
198 <font>roboto_bold.ttf</font>
199 <front_face>cw</front_face>
200 <smoothing>true</smoothing>
203 <style name="z_axis">
204 <modeling>hplot</modeling>
205 <is_log>false</is_log>
207 <style name="z_axis.line_style">
209 <line_width>1</line_width>
211 <style name="z_axis.ticks_style">
213 <line_width>1</line_width>
215 <style name="z_axis.labels_style">
219 <style name="z_axis.title_style">
223 <style name="z_axis.mag_style">
228 <style name="colormap_axis">
229 <modeling>hplot</modeling>
230 <divisions>510</divisions>
231 <title_hjust>right</title_hjust>
232 <label_to_axis>0.005</label_to_axis>
233 <label_height>0.04</label_height>
234 <tick_length>0.03</tick_length>
235 <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
236 <title_height>0.04</title_height>
237 <is_log>false</is_log>
239 <style name="colormap_axis.line_style">
241 <line_width>1</line_width>
243 <style name="colormap_axis.ticks_style">
245 <line_width>1</line_width>
247 <style name="colormap_axis.labels_style">
250 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
251 <font>roboto_bold.ttf</font>
252 <front_face>cw</front_face>
253 <smoothing>true</smoothing>
255 <style name="colormap_axis.title_style">
256 <visible>true</visible>
259 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
260 <font>roboto_bold.ttf</font>
261 <front_face>cw</front_face>
262 <smoothing>true</smoothing>
264 <style name="colormap_axis.mag_style">
267 <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
268 <font>roboto_bold.ttf</font>
269 <front_face>cw</front_face>
270 <smoothing>true</smoothing>
274 <style name="bins_style.0">
275 <modeling>top_lines</modeling>
277 <line_width>1</line_width>
278 <!-- <line_pattern>solid</line_pattern> -->
281 <style name="func_style.0">
282 <modeling>top_lines</modeling>
284 <line_width>3</line_width>
285 <!-- <line_pattern>solid</line_pattern> -->
289 <plotter_style name="hippodraw">
290 <value_top_margin>0.05</value_top_margin>
291 <bottom_margin>0.12</bottom_margin>
292 <top_margin>0.16</top_margin>
293 <left_margin>0.16</left_margin>
294 <right_margin>0.16</right_margin>
295 <title_to_axis>0.1</title_to_axis>
296 <title_height>0.03</title_height>
298 <!-- <style name="wall_style"><visible>false</visible></style> -->
299 <style name="grid_style">
300 <visible>false</visible>
303 <style name="inner_frame_style">
304 <visible>true</visible>
307 <style name="infos_style">
308 <visible>false</visible>
311 <style name="x_axis">
312 <title_hjust>center</title_hjust>
313 <title_to_axis>0.07</title_to_axis>
314 <title_height>0.035</title_height>
315 <label_to_axis>0.015</label_to_axis>
316 <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
318 <style name="y_axis">
319 <title_hjust>center</title_hjust>
320 <title_to_axis>0.2</title_to_axis>
321 <title_height>0.035</title_height>
322 <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
325 <style name="title_style">
326 <visible>true</visible>
327 <!-- <font>helvetica.ttf</font> -->
328 <font>lato_regular.ttf</font>
329 <front_face>cw</front_face>
330 <smoothing>true</smoothing>
333 <style name="x_axis.title_style">
334 <visible>true</visible>
335 <!-- <font>helvetica.ttf</font> -->
336 <font>lato_regular.ttf</font>
337 <front_face>cw</front_face>
338 <smoothing>true</smoothing>
340 <style name="x_axis.labels_style">
342 <!-- <font>helvetica.ttf</font> -->
343 <font>lato_regular.ttf</font>
344 <front_face>cw</front_face>
345 <smoothing>true</smoothing>
348 <style name="y_axis.title_style">
349 <visible>true</visible>
350 <!-- <font>helvetica.ttf</font> -->
351 <font>lato_regular.ttf</font>
352 <front_face>cw</front_face>
353 <smoothing>true</smoothing>
355 <style name="y_axis.labels_style">
357 <!-- <font>helvetica.ttf</font> -->
358 <font>lato_regular.ttf</font>
359 <front_face>cw</front_face>
360 <smoothing>true</smoothing>
363 <style name="z_axis.title_style">
364 <visible>true</visible>
365 <!-- <font>helvetica.ttf</font> -->
366 <font>lato_regular.ttf</font>
367 <front_face>cw</front_face>
368 <smoothing>true</smoothing>
370 <style name="z_axis.labels_style">
372 <!-- <font>helvetica.ttf</font> -->
373 <font>lato_regular.ttf</font>
374 <front_face>cw</front_face>
375 <smoothing>true</smoothing>
378 <style name="errors_style.0">
379 <visible>false</visible>
382 <style name="bins_style.0">
383 <modeling>top_lines</modeling>
385 <line_width>1</line_width>
386 <!-- <line_pattern>solid</line_pattern> -->
389 <style name="func_style.0">
390 <modeling>top_lines</modeling>
392 <line_width>1</line_width>
393 <!-- <line_pattern>solid</line_pattern> -->