33 if (doTitle) out <<
"KHitBase:\n";
34 out <<
" Measurement Surface: " << *
fMeasSurf <<
"\n";
35 out <<
" Measurement Plane: " <<
fMeasPlane <<
"\n";
37 out <<
" Prediction Surface: " << *
fPredSurf <<
"\n";
38 out <<
" Prediction Distance: " <<
fPredDist <<
"\n";
46 return trk.
Print(out);
std::shared_ptr< const Surface > fMeasSurf
Measurement surface.
virtual std::ostream & Print(std::ostream &out, bool doTitle=true) const
Printout.
std::shared_ptr< const Surface > fPredSurf
Prediction surface.
std::ostream & operator<<(std::ostream &out, const KGTrack &trg)
Output operator.
KHitBase()
Default constructor.
double fPredDist
Prediction distance.
int fMeasPlane
Measurement plane index.
Base class for Kalman filter measurement.