source: trunk/MagicSoft/include-Classes/Mdefine.h@ 348

Last change on this file since 348 was 306, checked in by harald, 25 years ago
This is the start point for the further developments of the Classes for the MAGIC software. Here you find the classes that are used by the Simulation and the Analysis programs. This Classes MRawPixel, MRawEvt and MMcEvt are designed by Thomas Schweizer and Harald Kornmayer. They are using the "root" package from CERN.
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 919
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.