Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8324)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8325)
@@ -19,4 +19,29 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2007/02/16 Thomas Bretz
+
+   * macros/starvisyear.C:
+     - changed default observator to magic
+     - fixed some typos in comments
+
+   * mastro/MAstro.[h,cc]:
+     - added a new function to estimate the time of culmination
+     - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
+
+   * mastro/MObservatory.cc:
+     - fixed the Print() output
+
+   * mbase/MMath.h:
+     - removed conversion factor to and from Hours
+
+   * mjobs/MSequence.cc: 
+     - added a / behind the date (for the output in case of failure)
+
+   * mmc/MMcFadcHeader.[hxx,cxx]:
+     - added fElecNoiseName for compatibility with camera program
+     - increased ClassVersion by 1
+
+
+
  2007/02/15 Thomas Bretz
 
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx	(revision 8324)
+++ 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 8324)
+++ 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
 };
 
