| Line |  | 
|---|
| 1 | // | 
|---|
| 2 | //     Mdefine.h | 
|---|
| 3 | // | 
|---|
| 4 | //     defines some Values for the MAGIC telecope | 
|---|
| 5 | // | 
|---|
| 6 |  | 
|---|
| 7 | //     Number of the Pixels in the Camera | 
|---|
| 8 |  | 
|---|
| 9 | #define     CAMERA_PIXELS         3500 | 
|---|
| 10 |  | 
|---|
| 11 | //     Number of the Slices of one Fadc. Be carefull this is the number of | 
|---|
| 12 | //     slices for one gain branch. We sample two times this number. | 
|---|
| 13 |  | 
|---|
| 14 | #define     FADC_SLICES            15 | 
|---|
| 15 |  | 
|---|
| 16 | //     ParticleId for Monte Carlo simulation | 
|---|
| 17 |  | 
|---|
| 18 | #define  GAMMA 0 | 
|---|
| 19 | #define  PROTON 14 | 
|---|
| 20 | #define  HELIUM 402 | 
|---|
| 21 | #define  OXIGEN 1608 | 
|---|
| 22 | #define  IRON 5626 | 
|---|
| 23 |  | 
|---|
| 24 |  | 
|---|
| 25 | //--------------------------------------------------------- | 
|---|
| 26 | // definition of constants | 
|---|
| 27 |  | 
|---|
| 28 | #define TRUE 1 | 
|---|
| 29 | #define FALSE 0 | 
|---|
| 30 |  | 
|---|
| 31 | #define MAX_ADC 30  // nummber of ADC conversions per pixel | 
|---|
| 32 |  | 
|---|
| 33 | //camera dimensions and definitions | 
|---|
| 34 | #define PIXEL_SIZE  0.00175  // radians | 
|---|
| 35 | #define PIXEL_DIST  10.0  //cm | 
|---|
| 36 | #define CAMERA_COLOR 13   //Background light grey | 
|---|
| 37 | #define DEFAULT_COLOR 1 //black | 
|---|
| 38 | //#define TRACK_WALL_COLOR 7   //light blue | 
|---|
| 39 | #define PIXEL_LINE_COLOR 15 //dark grey | 
|---|
| 40 | #define COLORTABLE_START 18 //Begin of colortable | 
|---|
| 41 | #define MAX_PH_EL 500 //upper limit for colortable | 
|---|
| 42 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.