| 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 | // ParticleId for Monte Carlo simulation
|
|---|
| 15 |
|
|---|
| 16 | #define GAMMA 0
|
|---|
| 17 | #define PROTON 14
|
|---|
| 18 | #define HELIUM 402
|
|---|
| 19 | #define OXIGEN 1608
|
|---|
| 20 | #define IRON 5626
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | //---------------------------------------------------------
|
|---|
| 24 | // definition of constants
|
|---|
| 25 |
|
|---|
| 26 | #define TRUE 1
|
|---|
| 27 | #define FALSE 0
|
|---|
| 28 |
|
|---|
| 29 | //camera dimensions and definitions
|
|---|
| 30 | #define PIXEL_SIZE 0.00175 // radians
|
|---|
| 31 | #define PIXEL_DIST 10.0 //cm
|
|---|
| 32 | #define CAMERA_COLOR 13 //Background light grey
|
|---|
| 33 | #define DEFAULT_COLOR 1 //black
|
|---|
| 34 | //#define TRACK_WALL_COLOR 7 //light blue
|
|---|
| 35 | #define PIXEL_LINE_COLOR 15 //dark grey
|
|---|
| 36 | #define COLORTABLE_START 18 //Begin of colortable
|
|---|
| 37 | #define MAX_PH_EL 500 //upper limit for colortable
|
|---|
| 38 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.