Index: trunk/MagicSoft/Mars/mtemp/Changelog
===================================================================
--- trunk/MagicSoft/Mars/mtemp/Changelog	(revision 5576)
+++ trunk/MagicSoft/Mars/mtemp/Changelog	(revision 5577)
@@ -18,4 +18,10 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+2004/12/09: Hendrik Bartko
+   * mtemp/mmpi/macros/calculate_of_weights.C
+     - included the theoretical error calculation of the reconstructed
+       signal and arrival time in the weights computation
+
 
 2004/12/03: Robert Wagner
Index: trunk/MagicSoft/Mars/mtemp/mmpi/macros/calculate_of_weights.C
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mmpi/macros/calculate_of_weights.C	(revision 5576)
+++ trunk/MagicSoft/Mars/mtemp/mmpi/macros/calculate_of_weights.C	(revision 5577)
@@ -125,4 +125,16 @@
     }
    
+
+    
+    TMatrix m_delta_E = dT*(B*d);      // m_last is a real number 
+    float delta_E = m_delta_E[0][0]/denom;
+
+
+    TMatrix m_delta_Et = gT*(B*g);      // m_last is a real number 
+    float delta_Et = m_delta_Et[0][0]/denom;
+
+    cout << " i " << i << " delta E " << sqrt(delta_E) << " delta Et " << sqrt(delta_Et) << endl;
+
+
   } // end loop over t_rel
 
