25 void SetPosMomErr(Hep3Vector pos,Hep3Vector mom,HepSymMatrix err){m_CurrentPosition=pos;m_CurrentMomentum=mom;m_CurrentXPErr = err;}
30 void XPmod(Hep3Vector &pos,Hep3Vector &mom,HepSymMatrix &err);
32 double Fit( Hep3Vector &pos, Hep3Vector &mom, HepSymMatrix &err);
40 vector<MucRecHit*>
GapHit();
48 Hep3Vector m_CurrentPosition;
49 Hep3Vector m_CurrentMomentum;
50 HepSymMatrix m_CurrentXPErr;
52 HepSymMatrix m_CurrentInsctXPErr;
57 HepSymMatrix m_err_mod;