Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx	(revision 1246)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx	(revision 1247)
@@ -7,4 +7,5 @@
 
 #include "MTriggerDefine.h"
+#include "Mdefine.h"
 
 class MMcTrigHeader : public MParContainer{
@@ -16,5 +17,5 @@
                                    // 2 = N closed pack
   Short_t fMultiplicity ;      // Pixel multiplicity of trigger configuration
-  Float_t fThreshold[TRIGGER_PIXELS] ; // Threshold for trigger
+  Float_t fThreshold[CAMERA_PIXELS] ; // Threshold for trigger
   UInt_t fTrigPattern[2];     // Used to inddentify with 
                               // RawEvt::Trigger Pattern identification  
@@ -44,5 +45,5 @@
   void SetThreshold(Float_t fthr[]){
     int i;
-    for(i=0;i<TRIGGER_PIXELS;i++){
+    for(i=0;i<CAMERA_PIXELS;i++){
       fThreshold[i]=fthr[i];
     }
@@ -81,5 +82,5 @@
   }
 
-  ClassDef(MMcTrigHeader, 1)  //Stores Montecarlo Information which describes the used trigger
+  ClassDef(MMcTrigHeader, 2)  //Stores Montecarlo Information which describes the used trigger
 
 };
