Changeset 5577 for trunk/MagicSoft/Mars
- Timestamp:
- 12/09/04 17:59:14 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/Changelog
r5554 r5577 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/12/09: Hendrik Bartko 22 * mtemp/mmpi/macros/calculate_of_weights.C 23 - included the theoretical error calculation of the reconstructed 24 signal and arrival time in the weights computation 25 20 26 21 27 2004/12/03: Robert Wagner -
trunk/MagicSoft/Mars/mtemp/mmpi/macros/calculate_of_weights.C
r5163 r5577 125 125 } 126 126 127 128 129 TMatrix m_delta_E = dT*(B*d); // m_last is a real number 130 float delta_E = m_delta_E[0][0]/denom; 131 132 133 TMatrix m_delta_Et = gT*(B*g); // m_last is a real number 134 float delta_Et = m_delta_Et[0][0]/denom; 135 136 cout << " i " << i << " delta E " << sqrt(delta_E) << " delta Et " << sqrt(delta_Et) << endl; 137 138 127 139 } // end loop over t_rel 128 140
Note:
See TracChangeset
for help on using the changeset viewer.