Index: trunk/MagicSoft/include-Classes/LinkDef.h
===================================================================
--- trunk/MagicSoft/include-Classes/LinkDef.h	(revision 520)
+++ 	(revision )
@@ -1,45 +1,0 @@
-#ifdef __CINT__
-#define __CINT__
-
-#pragma link off all globals;
-#pragma link off all classes;
-#pragma link off all functions;
- 
-#pragma link C++ class MArray;
-#pragma link C++ class MArrayB;
-#pragma link C++ class MArrayS;
-
-#pragma link C++ class MTime;
-
-#pragma link C++ class MRawEvtData;
-#pragma link C++ class MRawCrateData;
-#pragma link C++ class MRawRunHeader;
-#pragma link C++ class MRawEvtHeader;
-#pragma link C++ class MRawCrateArray;
-#pragma link C++ class MRawEvtPixelIter;
-#pragma link C++ class MMcEvt;
-#pragma link C++ class MMcTrig;
-#pragma link C++ class MHeaderTrig;
-#pragma link C++ class MParContainer;
-
-#pragma link C++ class MPedData;
-#pragma link C++ class MWeather;
-
-
-//#pragma link C++ class MMcRunHeader;
-//#pragma link C++ class MCameraDisplay;
-//#pragma link C++ class MCameraPixel;
-//#pragma link C++ class MCameraCoord;
-//#pragma link C++ class MFastControl;
-//#pragma link C++ class MCurrentPixel;
-
-
-//globale Variablen
-//#pragma link C++ global File;
-
-
-#endif
-
-
-
-
Index: trunk/MagicSoft/include-Classes/Mdefine.h
===================================================================
--- trunk/MagicSoft/include-Classes/Mdefine.h	(revision 520)
+++ 	(revision )
@@ -1,41 +1,0 @@
-//
-//     Mdefine.h
-//
-//     defines some Values for the MAGIC telecope
-//
-
-//     Number of the Pixels in the Camera
-
-#define     CAMERA_PIXELS         577
-
-//     Number of the Slices of one Fadc. Be carefull this is the number of 
-//     slices for one gain branch. We sample two times this number. 
-
-#define     FADC_SLICES            15
-
-//     ParticleId for Monte Carlo simulation
-
-#define  GAMMA 0
-#define  PROTON 14
-#define  HELIUM 402
-#define  OXIGEN 1608
-#define  IRON 5626
-
-
-//---------------------------------------------------------
-// definition of constants
-
-#define TRUE 1
-#define FALSE 0
-
-#define MAX_ADC 30  // nummber of ADC conversions per pixel
-
-//camera dimensions and definitions
-#define PIXEL_DIST  10.0  //cm
-#define CAMERA_COLOR 13   //Background light grey
-#define DEFAULT_COLOR 1 //black
-//#define TRACK_WALL_COLOR 7   //light blue
-#define PIXEL_LINE_COLOR 15 //dark grey
-#define COLORTABLE_START 18 //Begin of colortable
-#define MAX_PH_EL 500 //upper limit for colortable
-
