Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6737)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6738)
@@ -21,4 +21,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/03/04 Abelardo Moralejo
+
+   * mmc/MFadcDefine.h
+     - Changed constant SUBBINS from 5 to 500. This defines the 
+       resolution of the analog signal simulation in the camera MC. 
+       The time step is the duration of one FADC slice divided by 
+       SUBBINS. The change was necessary to implement correctly the PMT 
+       time jitter.
+
  2005/03/03 Markus Gaug
 
Index: trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h	(revision 6737)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h	(revision 6738)
@@ -13,6 +13,8 @@
 //
 //  --> Number of bins per FADC slice that we will use for the analog 
-//      signal simulation.
-#define SUBBINS     5
+//      signal simulation. In March 2005, raised this value from 5 to 500 
+//      so that we can properly simulate the time jitter of the PMTs (which is
+//      by default 200 ps)
+#define SUBBINS     500 
 //
 //
