|
Last change
on this file since 399 was 354, checked in by harald, 26 years ago |
|
This is the status of this directory as it was at the time of the general
MAGIC meeting in Barcelona.
A new class MMcTrig is introduced in which the output of the Trigger is stored.
This is the very first attempt of this class.
|
|
File size:
1004 bytes
|
| 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 577
|
|---|
| 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_DIST 10.0 //cm
|
|---|
| 35 | #define CAMERA_COLOR 13 //Background light grey
|
|---|
| 36 | #define DEFAULT_COLOR 1 //black
|
|---|
| 37 | //#define TRACK_WALL_COLOR 7 //light blue
|
|---|
| 38 | #define PIXEL_LINE_COLOR 15 //dark grey
|
|---|
| 39 | #define COLORTABLE_START 18 //Begin of colortable
|
|---|
| 40 | #define MAX_PH_EL 500 //upper limit for colortable
|
|---|
| 41 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.