Index: trunk/MagicSoft/Simulation/Detector/Camera/TOBEDONE
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/TOBEDONE	(revision 6694)
+++ trunk/MagicSoft/Simulation/Detector/Camera/TOBEDONE	(revision 6695)
@@ -15,2 +15,3 @@
 - Introduce blind pixel for calibration?
 
+- Check: first "valid" event of each run seems to be empty!
Index: trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx	(revision 6694)
+++ trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx	(revision 6695)
@@ -135,6 +135,6 @@
   fPulseParameters[0] = 2.066; 
   fPulseParameters[1] = 1.568; 
-  fPulseParameters[2] = 3;     // This will set the peak of the pulse at x ~ 3*3.3 = 10 ns
-                               // It is just a safe value so that the pulse is well contained.
+  fPulseParameters[2] = 3; // This will set the peak of the pulse at x ~ 3*3.3 = 10 ns
+                           // It is just a safe value so that the pulse is well contained.
   fPulseParameters[3] = 0.00282; 
   fPulseParameters[4] = 0.04093; 
@@ -143,11 +143,11 @@
 
   // Now for the low gain:
-  fPulseParametersLG[0] = 0.7;
-  fPulseParametersLG[1] = 0.88;
-  fPulseParametersLG[2] = 3.4;
-  fPulseParametersLG[3] = 0.00282; 
-  fPulseParametersLG[4] = 0.04093; 
-  fPulseParametersLG[5] = 0.2411; 
-  fPulseParametersLG[6] = -0.009442;
+  fPulseParametersLG[0] = 6.88031e-01;
+  fPulseParametersLG[1] = 1.19492e+00;
+  fPulseParametersLG[2] = 3.; // Same as above
+  fPulseParametersLG[3] = 8.10590e-03;
+  fPulseParametersLG[4] = 1.92851e-01;
+  fPulseParametersLG[5] = 3.30315e-01;
+  fPulseParametersLG[6] = 1.12980e-03;
 
   Int_t  i ;
