Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2366)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2367)
@@ -1,3 +1,12 @@
                                                  -*-*- END OF LINE -*-*-
+
+
+  2003/09/30: Robert Wagner
+   * mfileio/MCT1ReadPreProc.cc
+     - undone change from 2003/09/26
+     - MJD is filled in fTime.Duration
+
+
+
   2003/09/29: Nicola Galante & Antonio Stamerra
 
@@ -27,4 +36,5 @@
      - Fixed a bug in the task list order to apply correctly the filters
      - Now it writes on disk a root file with some histograms
+
 
 
Index: trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2366)
+++ trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2367)
@@ -905,5 +905,6 @@
     //  int   isecs_since_midday; // seconds passed since midday before sunset (JD of run start)
     //  int   isecfrac_200ns;     // fractional part of isecs_since_midday
-    fTime->SetTime(event.isecfrac_200ns, (Double_t)event.isecs_since_midday/86400 + (Int_t)fRawRunHeader->GetMJD());   
+    fTime->SetTime(event.isecfrac_200ns, event.isecs_since_midday);
+    fTime->SetDuration((Int_t)fRawRunHeader->GetMJD());
     fTime->SetReadyToSave();
 
