00001 /* Display for BDSIM code 00002 Author: Olivier Dadoun, Laboratoire de l'Accelerateur Lineaire (LAL-IN2P3), Orsay (France) 00003 <mailto:> dadoun@lal.in2p3.fr, 2005 00004 Last modified 30.09.2005 00005 */ 00006 #ifndef BDSCONSTANT_H 00007 #define BDSCONSTANT_H 00008 00009 #include "TMath.h" 00010 #include "parser/gmad.h" 00011 00012 #define xmin_axis_position 0.075 00013 #define y_axis_position 0.5 00014 #define xmax_axis_position 0.95 00015 #define bin_axis 10// 0 if you don't want scale on the axis 00016 #define zoom_min 0.1 00017 00018 #define xmin_box 10 00019 #define xmax_box 30 00020 #define ymin_box 0.52 00021 #define ymax_box 0.7 00022 #endif