~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
 
166
166
  _a0.ResizeTo(_n_parameters, 1);
167
167
 
168
 
  SciFiSpacePointPArray spacepoints = pr_track->get_spacepoints();
 
168
  SciFiSpacePointPArray spacepoints = pr_track->get_spacepoints_pointers();
169
169
  RetrieveClusters(spacepoints);
170
170
  _a0 = ComputeInitialStateVector(pr_track, spacepoints);
171
171
  BuildKalmanStates();