Changeset 5577 for trunk/MagicSoft


Ignore:
Timestamp:
12/09/04 17:59:14 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/Changelog

    r5554 r5577  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     212004/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
    2026
    21272004/12/03: Robert Wagner
  • trunk/MagicSoft/Mars/mtemp/mmpi/macros/calculate_of_weights.C

    r5163 r5577  
    125125    }
    126126   
     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
    127139  } // end loop over t_rel
    128140
Note: See TracChangeset for help on using the changeset viewer.