Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx	(revision 8315)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx	(revision 8325)
@@ -52,4 +52,7 @@
 // Version 7:
 //   Derived class from MCamEvent
+//
+// Version 9:
+//   Added member fElecNoiseFileName
 //
 //////////////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 8315)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 8325)
@@ -54,4 +54,9 @@
                                            //  each pixel (channel)
   Float_t fLow2HighGain;    // low gain factor 
+
+  TString fElecNoiseFileName; 
+  // Name of the file from which the electronic noise used in the 
+  // simulation has been read in, if the input card option "fadc_noise_from_file"
+  // of the camera simulation has been chosen.
 
   Bool_t  fGainFluctuations;
@@ -128,5 +133,5 @@
   void   DrawPixelContent(Int_t num) const { }
 
-  ClassDef(MMcFadcHeader, 8)  //Stores Montecarlo Information describing the FADC behaviour
+  ClassDef(MMcFadcHeader, 9)  //Stores Montecarlo Information describing the FADC behaviour
 };
 
