Line | |
---|
1 | #ifndef MARS_Mdefine
|
---|
2 | #define MARS_Mdefine
|
---|
3 | //
|
---|
4 | // Mdefine.h
|
---|
5 | //
|
---|
6 | // defines some Values for the MAGIC telecope
|
---|
7 | //
|
---|
8 |
|
---|
9 | // Number of the Pixels in the Camera
|
---|
10 |
|
---|
11 | #define CAMERA_PIXELS 3800
|
---|
12 |
|
---|
13 | // Number of the Slices of one Fadc. Be carefull this is the number of
|
---|
14 | // slices for one gain branch. We sample two times this number.
|
---|
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 | //camera dimensions and definitions
|
---|
32 | #define PIXEL_SIZE 0.00175 // radians
|
---|
33 | #define PIXEL_DIST 10.0 //cm
|
---|
34 | #define CAMERA_COLOR 13 //Background light grey
|
---|
35 | #define DEFAULT_COLOR 1 //black
|
---|
36 | //#define TRACK_WALL_COLOR 7 //light blue
|
---|
37 | #define PIXEL_LINE_COLOR 15 //dark grey
|
---|
38 | #define COLORTABLE_START 18 //Begin of colortable
|
---|
39 | #define MAX_PH_EL 500 //upper limit for colortable
|
---|
40 |
|
---|
41 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.