1#include "RootEventData/TRecMdcTrack.h"
20 Double_t temp = m_helix[2];
21 if (temp >0.0000000001)
23 else if (temp < -0.0000000001)
31 return m_helix[0]*
cos(m_helix[1]);
35 return m_helix[0]*
sin(m_helix[1]);
43 return sqrt(
x()*
x()+
y()*
y());
48 return 1./fabs(m_helix[2]);
53 return pxy()*(-
sin(m_helix[1]));
57 return pxy()*
cos(m_helix[1]);
61 return pxy()*m_helix[4];
69 return acos(
pz()/
p());
73 return atan2(
py(),
px());
double sin(const BesAngle a)
double cos(const BesAngle a)
ClassImp(TRecMdcTrack) TRecMdcTrack
const Double_t phi() const
const Double_t pz() const
const Double_t px() const
const Double_t pxy() const
const Double_t theta() const
const Int_t charge() const
const Double_t py() const