Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/xml/viewplot_fonts_google.style is written in an unsupported language. File is not indexed.

0001 <styles>
0002 
0003   <!-- //////////////////////////////////////////////// -->
0004   <!-- /// scene : //////////////////////////////////// -->
0005   <!-- //////////////////////////////////////////////// -->
0006   <style name="scene">
0007     <screen_color>white</screen_color>
0008   </style>
0009 
0010   <!-- //////////////////////////////////////////////// -->
0011   <!-- /// plotter : ////////////////////////////////// -->
0012   <!-- //////////////////////////////////////////////// -->
0013   <plotter_style name="inlib_default">
0014     <!-- Placeholder for default customization. -->
0015     <style name="background_style"/>
0016     <style name="title_style"/>
0017     <style name="infos_style"/>
0018     <style name="title_box_style"/>
0019     <style name="inner_frame_style"/>
0020     <style name="grid_style"/>
0021 
0022     <style name="x_axis.line_style"/>
0023     <style name="x_axis.ticks_style"/>
0024     <style name="x_axis.labels_style"/>
0025     <style name="x_axis.mag_style"/>
0026     <style name="x_axis.title_style"/>
0027 
0028     <style name="y_axis.line_style"/>
0029     <style name="y_axis.ticks_style"/>
0030     <style name="y_axis.labels_style"/>
0031     <style name="y_axis.mag_style"/>
0032     <style name="y_axis.title_style"/>
0033 
0034     <style name="z_axis.line_style"/>
0035     <style name="z_axis.ticks_style"/>
0036     <style name="z_axis.labels_style"/>
0037     <style name="z_axis.mag_style"/>
0038     <style name="z_axis.title_style"/>
0039 
0040     <style name="colormap_axis">
0041       <label_to_axis>0.01</label_to_axis>
0042     </style>
0043     <style name="colormap_axis.line_style"/>
0044     <style name="colormap_axis.ticks_style"/>
0045     <style name="colormap_axis.labels_style"/>
0046     <style name="colormap_axis.mag_style"/>
0047     <style name="colormap_axis.title_style"/>
0048 
0049     <style name="bins_style.0"/>
0050     <style name="errors_style.0"/>
0051     <style name="points_style.0"/>
0052     <style name="func_style.0"/>
0053   </plotter_style>
0054 
0055   <plotter_style name="ROOT_default">
0056     <value_top_margin>0.05</value_top_margin>
0057     <bottom_margin>0.1</bottom_margin>
0058     <top_margin>0.1</top_margin>
0059     <left_margin>0.1</left_margin>
0060     <right_margin>0.1</right_margin>
0061 
0062     <style name="background_style">
0063       <visible>true</visible>
0064 <!--  <back_color>ROOT/grey19</back_color> -->
0065       <!-- border : -->
0066       <color>black</color>
0067       <line_width>0.003</line_width> <!-- 0 = no border. In % of width -->
0068     </style>
0069 
0070 <!-- <style name="wall_style"><visible>false</visible></style> -->
0071     <style name="grid_style">
0072       <visible>false</visible>
0073 <!--  <color>white</color> ???? -->
0074     </style>
0075 
0076     <!-- plot title done with the title_box (and not plotter title). -->
0077     <style name="title_style">
0078       <visible>false</visible>
0079     </style>
0080     <style name="title_box_style">
0081       <visible>true</visible>
0082       <back_color>ROOT/grey19</back_color>
0083       <back_shadow>0.015</back_shadow> <!-- % of width -->
0084       <color>black</color>
0085  <!-- <font>arialbd.ttf</font> -->
0086       <font>roboto_bold.ttf</font>
0087       <front_face>cw</front_face>
0088       <smoothing>true</smoothing>
0089     </style>
0090 
0091     <infos_width>0.35</infos_width>
0092     <infos_x_margin>0.01</infos_x_margin> <!-- from right border. -->
0093     <infos_y_margin>0.005</infos_y_margin> <!-- from top border. -->
0094     <style name="infos_style">
0095       <visible>true</visible>
0096       <back_color>ROOT/grey19</back_color>
0097       <back_shadow>0.015</back_shadow> <!-- % of width -->
0098       <color>black</color>
0099  <!-- <font>arialbd.ttf</font> -->
0100       <font>roboto_bold.ttf</font>
0101       <front_face>cw</front_face>
0102       <smoothing>true</smoothing>
0103       <modeling>ROOT</modeling> <!-- to have histo name as info title. -->
0104     </style>
0105 
0106     <style name="inner_frame_style">
0107       <visible>true</visible>
0108       <color>black</color>
0109       <line_width>1</line_width>
0110  <!-- <line_pattern>solid</line_pattern> -->
0111     </style>
0112 
0113     <style name="x_axis">
0114       <modeling>hplot</modeling>
0115       <divisions>510</divisions>
0116       <title_hjust>right</title_hjust>
0117       <label_to_axis>0.005</label_to_axis>
0118       <label_height>0.04</label_height>
0119       <tick_length>0.03</tick_length>
0120       <title_to_axis>0.05</title_to_axis> <!-- YLAB = 0.05 -->
0121       <title_height>0.04</title_height>
0122       <is_log>false</is_log>
0123     </style>
0124     <style name="x_axis.line_style">
0125       <color>black</color>
0126       <line_width>1</line_width>
0127     </style>
0128     <style name="x_axis.ticks_style">
0129       <color>black</color>
0130       <line_width>1</line_width>
0131     </style>
0132     <style name="x_axis.labels_style">
0133       <color>black</color>
0134       <scale>0.6</scale> <!-- To have a good matching with ROOT text size -->
0135  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0136       <font>roboto_bold.ttf</font>
0137       <front_face>cw</front_face>
0138       <smoothing>true</smoothing>
0139     </style>
0140     <style name="x_axis.title_style">
0141       <visible>true</visible>
0142       <color>black</color>
0143       <scale>0.6</scale>
0144  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0145       <font>roboto_bold.ttf</font>
0146       <front_face>cw</front_face>
0147       <smoothing>true</smoothing>
0148     </style>
0149     <style name="x_axis.mag_style">
0150       <color>black</color>
0151       <scale>0.6</scale>
0152  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0153       <font>roboto_bold.ttf</font>
0154       <front_face>cw</front_face>
0155       <smoothing>true</smoothing>
0156     </style>
0157 
0158     <style name="y_axis">
0159       <modeling>hplot</modeling>
0160       <divisions>510</divisions>
0161       <title_hjust>right</title_hjust>
0162       <label_to_axis>0.005</label_to_axis>
0163       <label_height>0.04</label_height>
0164       <tick_length>0.03</tick_length>
0165       <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
0166       <title_height>0.04</title_height>
0167       <is_log>false</is_log>
0168     </style>
0169     <style name="y_axis.line_style">
0170       <color>black</color>
0171       <line_width>1</line_width>
0172     </style>
0173     <style name="y_axis.ticks_style">
0174       <color>black</color>
0175       <line_width>1</line_width>
0176     </style>
0177     <style name="y_axis.labels_style">
0178       <color>black</color>
0179       <scale>0.6</scale>
0180  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0181       <font>roboto_bold.ttf</font>
0182       <front_face>cw</front_face>
0183       <smoothing>true</smoothing>
0184     </style>
0185     <style name="y_axis.title_style">
0186       <visible>true</visible>
0187       <color>black</color>
0188       <scale>0.6</scale>
0189  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0190       <font>roboto_bold.ttf</font>
0191       <front_face>cw</front_face>
0192       <smoothing>true</smoothing>
0193     </style>
0194     <style name="y_axis.mag_style">
0195       <color>black</color>
0196       <scale>0.6</scale>
0197  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0198       <font>roboto_bold.ttf</font>
0199       <front_face>cw</front_face>
0200       <smoothing>true</smoothing>
0201     </style>
0202 
0203     <style name="z_axis">
0204       <modeling>hplot</modeling>
0205       <is_log>false</is_log>
0206     </style>
0207     <style name="z_axis.line_style">
0208       <color>black</color>
0209       <line_width>1</line_width>
0210     </style>
0211     <style name="z_axis.ticks_style">
0212       <color>black</color>
0213       <line_width>1</line_width>
0214     </style>
0215     <style name="z_axis.labels_style">
0216       <color>black</color>
0217       <scale>0.6</scale>
0218     </style>
0219     <style name="z_axis.title_style">
0220       <color>black</color>
0221       <scale>0.6</scale>
0222     </style>
0223     <style name="z_axis.mag_style">
0224       <color>black</color>
0225       <scale>0.6</scale>
0226     </style>
0227 
0228     <style name="colormap_axis">
0229       <modeling>hplot</modeling>
0230       <divisions>510</divisions>
0231       <title_hjust>right</title_hjust>
0232       <label_to_axis>0.005</label_to_axis>
0233       <label_height>0.04</label_height>
0234       <tick_length>0.03</tick_length>
0235       <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
0236       <title_height>0.04</title_height>
0237       <is_log>false</is_log>
0238     </style>
0239     <style name="colormap_axis.line_style">
0240       <color>black</color>
0241       <line_width>1</line_width>
0242     </style>
0243     <style name="colormap_axis.ticks_style">
0244       <color>black</color>
0245       <line_width>1</line_width>
0246     </style>
0247     <style name="colormap_axis.labels_style">
0248       <color>black</color>
0249       <scale>0.6</scale>
0250  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0251       <font>roboto_bold.ttf</font>
0252       <front_face>cw</front_face>
0253       <smoothing>true</smoothing>
0254     </style>
0255     <style name="colormap_axis.title_style">
0256       <visible>true</visible>
0257       <color>black</color>
0258       <scale>0.6</scale>
0259  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0260       <font>roboto_bold.ttf</font>
0261       <front_face>cw</front_face>
0262       <smoothing>true</smoothing>
0263     </style>
0264     <style name="colormap_axis.mag_style">
0265       <color>black</color>
0266       <scale>0.6</scale>
0267  <!-- <font>arialbd.ttf</font> -->  <!-- ROOT_62 -->
0268       <font>roboto_bold.ttf</font>
0269       <front_face>cw</front_face>
0270       <smoothing>true</smoothing>
0271     </style>
0272 
0273 
0274     <style name="bins_style.0">
0275       <modeling>top_lines</modeling>
0276       <color>black</color>
0277       <line_width>1</line_width>
0278  <!-- <line_pattern>solid</line_pattern> -->
0279     </style>
0280 
0281     <style name="func_style.0">
0282       <modeling>top_lines</modeling>
0283       <color>black</color>
0284       <line_width>3</line_width>
0285  <!-- <line_pattern>solid</line_pattern> -->
0286     </style>
0287   </plotter_style>
0288 
0289   <plotter_style name="hippodraw">
0290     <value_top_margin>0.05</value_top_margin>
0291     <bottom_margin>0.12</bottom_margin>
0292     <top_margin>0.16</top_margin>
0293     <left_margin>0.16</left_margin>
0294     <right_margin>0.16</right_margin>
0295     <title_to_axis>0.1</title_to_axis>
0296     <title_height>0.03</title_height>
0297 
0298 <!-- <style name="wall_style"><visible>false</visible></style> -->
0299     <style name="grid_style">
0300       <visible>false</visible>
0301     </style>
0302 
0303     <style name="inner_frame_style">
0304       <visible>true</visible>
0305     </style>
0306 
0307     <style name="infos_style">
0308       <visible>false</visible>
0309     </style>
0310 
0311     <style name="x_axis">
0312       <title_hjust>center</title_hjust>
0313       <title_to_axis>0.07</title_to_axis>
0314       <title_height>0.035</title_height>
0315       <label_to_axis>0.015</label_to_axis>
0316       <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
0317     </style>
0318     <style name="y_axis">
0319       <title_hjust>center</title_hjust>
0320       <title_to_axis>0.2</title_to_axis>
0321       <title_height>0.035</title_height>
0322       <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
0323     </style>
0324 
0325     <style name="title_style">
0326       <visible>true</visible>
0327  <!-- <font>helvetica.ttf</font> -->
0328       <font>lato_regular.ttf</font>
0329       <front_face>cw</front_face>
0330       <smoothing>true</smoothing>
0331     </style>
0332 
0333     <style name="x_axis.title_style">
0334       <visible>true</visible>
0335  <!-- <font>helvetica.ttf</font> -->
0336       <font>lato_regular.ttf</font>
0337       <front_face>cw</front_face>
0338       <smoothing>true</smoothing>
0339     </style>
0340     <style name="x_axis.labels_style">
0341       <color>black</color>
0342  <!-- <font>helvetica.ttf</font> -->
0343       <font>lato_regular.ttf</font>
0344       <front_face>cw</front_face>
0345       <smoothing>true</smoothing>
0346     </style>
0347 
0348     <style name="y_axis.title_style">
0349       <visible>true</visible>
0350  <!-- <font>helvetica.ttf</font> -->
0351       <font>lato_regular.ttf</font>
0352       <front_face>cw</front_face>
0353       <smoothing>true</smoothing>
0354     </style>
0355     <style name="y_axis.labels_style">
0356       <color>black</color>
0357  <!-- <font>helvetica.ttf</font> -->
0358       <font>lato_regular.ttf</font>
0359       <front_face>cw</front_face>
0360       <smoothing>true</smoothing>
0361     </style>
0362 
0363     <style name="z_axis.title_style">
0364       <visible>true</visible>
0365  <!-- <font>helvetica.ttf</font> -->
0366       <font>lato_regular.ttf</font>
0367       <front_face>cw</front_face>
0368       <smoothing>true</smoothing>
0369     </style>
0370     <style name="z_axis.labels_style">
0371       <color>black</color>
0372  <!-- <font>helvetica.ttf</font> -->
0373       <font>lato_regular.ttf</font>
0374       <front_face>cw</front_face>
0375       <smoothing>true</smoothing>
0376     </style>
0377 
0378     <style name="errors_style.0">
0379       <visible>false</visible>
0380     </style>
0381 
0382     <style name="bins_style.0">
0383       <modeling>top_lines</modeling>
0384       <color>black</color>
0385       <line_width>1</line_width>
0386  <!-- <line_pattern>solid</line_pattern> -->
0387     </style>
0388 
0389     <style name="func_style.0">
0390       <modeling>top_lines</modeling>
0391       <color>black</color>
0392       <line_width>1</line_width>
0393  <!-- <line_pattern>solid</line_pattern> -->
0394     </style>
0395   </plotter_style>
0396 
0397 </styles>