Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2315)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2316)
@@ -1,3 +1,14 @@
                                                  -*-*- END OF LINE -*-*-
+
+
+ 2003/08/26: Robert Wagner
+
+    * mraw/MRawRunHeader.h
+      - Added Setter for MJD
+
+    * mfileio/MCT1ReadPreProc.cc
+      - Fill MJD from Preproc run header in fRawRunHeader 
+
+
 
  2003/08/22: Wolfgang Wittek
@@ -6,5 +17,4 @@
       - change selection of theta bin in 'CalcEfficiency()'
         (to be mored flexible in choosing the theta binnning)
-
 
 
Index: /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2315)
+++ /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2316)
@@ -333,4 +333,6 @@
     *fLog << (outpars.irunduration_secs/60)%60 << "m";
     *fLog << outpars.irunduration_secs%60 << "s" << endl;
+    fRawRunHeader->SetMJD(outpars.istart_mjdate_day);
+    fRawRunHeader->SetReadyToSave();
 
     /*
Index: /trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
===================================================================
--- /trunk/MagicSoft/Mars/mraw/MRawRunHeader.h	(revision 2315)
+++ /trunk/MagicSoft/Mars/mraw/MRawRunHeader.h	(revision 2316)
@@ -73,4 +73,5 @@
     void SetNumCrates(UShort_t a)    {fNumCrates=a; }
     void SetNumPixInCrate(UShort_t a){fNumPixInCrate=a; }
+    void SetMJD(Float_t a)  {fMJD=a; }
 
     UShort_t GetMagicNumber() const       { return fMagicNumber; }
