Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7633)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7634)
@@ -36,4 +36,10 @@
      - improve speed of optimization by switching of timing and
        reset in eventloop
+
+   * mmc/MFadcHeader.h:
+     - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
+
+   * mmc/MMcFadcHeader.hxx:
+     - increaded version number from 7 to 8
 
 
Index: trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 7633)
+++ trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 7634)
@@ -1194,5 +1194,5 @@
 
     // Calculate and display spectrum (N/TeVsm^2 at 1TeV)
-    TArrayD res(DisplaySpectrum(area, excess, hest, ontime));
+    TArrayD res(DisplaySpectrum(area1, excess, hest, ontime));
 
     // Spectrum fitted (convert res[1] from TeV to GeV)
@@ -1204,10 +1204,10 @@
     // scale with effective collection area to get the event rate (N/s)
     // scale with the effective observation time to absolute observed events
-    n *= area.GetCollectionAreaAbs()*ontime; // N
+    n *= area1.GetCollectionAreaAbs()*ontime; // N
 
     // Now calculate the scale factor from the number of events
     // produced and the number of events which should have been
     // observed with our telescope in the time ontime
-    const Double_t scale = n/area.GetEntries();
+    const Double_t scale = n/area1.GetEntries();
 
     // Print normalization constant
Index: trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h	(revision 7633)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h	(revision 7634)
@@ -28,5 +28,5 @@
 // -->  The maximum number of FADC channels
 //      Most likely it will be always equal to CAMERA_PIXELS 
-#define MFADC_CHANNELS  3500
+#define MFADC_CHANNELS  3800
 //
 //  --> Ratio of high to low gain:
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 7633)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 7634)
@@ -139,6 +139,5 @@
   void   DrawPixelContent(Int_t num) const { }
 
-  ClassDef(MMcFadcHeader, 7)  //Stores Montecarlo Information describing the FADC behaviour
-
+  ClassDef(MMcFadcHeader, 8)  //Stores Montecarlo Information describing the FADC behaviour
 };
 
