~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

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

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "TMath.h"
31
31
#include "TMatrixD.h"
32
32
 
33
 
#include "Interface/Squeal.hh"
 
33
#include "Utils/Exception.hh"
34
34
#include "src/common_cpp/Recon/Kalman/KalmanState.hh"
35
35
#include "src/common_cpp/DataStructure/SciFiTrack.hh"
36
36
#include "src/common_cpp/DataStructure/ThreeVector.hh"