~christopher-hunt08/maus/maus_DOE_review_version

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Recon/Kalman/KalmanHelicalPropagatorTest.cc

  • Committer: Christopher Hunt
  • Date: 2014-08-22 12:47:53 UTC
  • mfrom: (661.56.55 tracker_devel)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20140822124753-r4zuju8q9k13v4zc
Merged Tracker Devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  double z15  = 16472.6;
97
97
  double px15 = 24.22264;
98
98
  double py15 = 44.54567;
99
 
  double pz15 = 212.686;
 
99
  // double pz15 = 212.686;
100
100
  // double mx15 = px15/pz15;
101
101
  // double my15 = py15/pz15;
102
102
 
155
155
  //
156
156
  // MCS increases matrix elements.
157
157
  //
158
 
  propagator->CalculateSystemNoise(&old_site, &new_site);
159
158
  propagator->CalculateCovariance(&old_site, &new_site);
160
159
  for ( int j = 0; j < 5; j++ ) {
161
160
    for ( int k = 0; k < 5; k++ ) {