#ifndef MARS_Mdefine #define MARS_Mdefine // // Mdefine.h // // defines some Values for the MAGIC telecope // // Number of the Pixels in the Camera #define CAMERA_PIXELS 3800 // Number of the Slices of one Fadc. Be carefull this is the number of // slices for one gain branch. We sample two times this number. // ParticleId for Monte Carlo simulation #define GAMMA 0 #define PROTON 14 #define HELIUM 402 #define OXIGEN 1608 #define IRON 5626 //--------------------------------------------------------- // definition of constants #define TRUE 1 #define FALSE 0 //camera dimensions and definitions #define PIXEL_SIZE 0.00175 // radians #define PIXEL_DIST 10.0 //cm #define CAMERA_COLOR 13 //Background light grey #define DEFAULT_COLOR 1 //black //#define TRACK_WALL_COLOR 7 //light blue #define PIXEL_LINE_COLOR 15 //dark grey #define COLORTABLE_START 18 //Begin of colortable #define MAX_PH_EL 500 //upper limit for colortable #endif