~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/Recon/Kalman/KalmanStraightPropagator.hh

  • Committer: Durga Rajaram
  • Date: 2014-10-06 20:45:37 UTC
  • mfrom: (697.24.7 trunk)
  • mto: (697.30.10 maus)
  • mto: This revision was merged to the branch mainline in revision 703.
  • Revision ID: durga@fnal.gov-20141006204537-1aokre71ss0b2vcv
merge from trunk; set part_event_number for extra emr events

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
  /** @brief Returns the momentum of the track. In the straight track case, p is just a guess.
64
64
   */
65
 
  double GetTrackMomentum(const KalmanState *a_site);
 
65
  double GetTrackMomentum(const KalmanState *a_site = 0);
 
66
 
 
67
  TMatrixD BuildQ(TMatrixD a, double L0, double w);
 
68
 
 
69
  TMatrixD GetIntermediateState(const KalmanState *old_site, double delta_z, TMatrixD &F);
66
70
};
67
71
 
68
72
} // ~namespace MAUS