Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1237)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1238)
@@ -1,5 +1,14 @@
                                                                   -*-*- END -*-*-
 
- 2002/03/07: Thomas Bretz
+ 2002/03/12: Thomas Bretz
+
+   * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
+     - removed wrong comment for Process
+     - changed Int_t to UInt_t (more readable)
+     - replaced unit: ms -> 0.1ms
+
+
+
+ 2002/03/08: Thomas Bretz
 
    * manalysis/MHillasSrc.[h,cc]:
Index: /trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc	(revision 1237)
+++ /trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc	(revision 1238)
@@ -76,8 +76,4 @@
 // --------------------------------------------------------------------------
 //
-//  The Process-function counts the number of simulated showers, the
-//  number of analised showers and the number of triggers. It also updates
-//  the limits for theta, phi, energy and impact parameter in the
-//  MHMcRate container.
 //
 Bool_t MMcTimeGenerate::Process()
@@ -88,7 +84,7 @@
     while (dt < fDeadTime);
 
-    const Int_t t = fTime->GetTimeLo();
+    const UInt_t t = fTime->GetTimeLo();
 
-    fTime->SetTime(t+dt*10000, 0); // [ms]
+    fTime->SetTime(t+dt*10000, 0); // [0.1ms]
 
     return kTRUE;
