8 #include "StEmcMicroTrack.h"
21 for(Int_t i=0;i<3;i++) mX[i]=track->
getOrigin(i);
25 mChi2 = (Int_t)(track->
getChi2()*1000.);
34 mFlag = (Char_t)track->
getFlag();
36 StEmcMicroTrack::~StEmcMicroTrack()
Float_t getOrigin(Int_t i) const
Return Origin of the track (0=X, 1=Y, 2=Z)
Float_t getChi2() const
Return ChiSquare of the track.
Float_t getPhi() const
Return Phi of the track.
Int_t getNhits() const
Return Number of hits of the track.
Float_t getDcaSigned() const
Return DCA signed of the track.
Short_t getCharge() const
Return Charge of the track.
Float_t getDca() const
Return DCA of the track.
Float_t getDedx() const
Return dE/dX of the track.
Int_t getFitPts() const
Return Number of fit points of the track.
Int_t getMaxPts() const
Return Max number of points of the track.
Float_t getDedxErr() const
Return dE/dX error on mean value.
Float_t getCurvature() const
Return Curvature of the track.
Int_t getNdedxPts() const
Return dE/dX number of points of the track.
Float_t getTrackLength() const
Return track length.
Float_t getP() const
Return P of the track.
Float_t getEta() const
Return Eta of the track.
Int_t getTrackNode() const
Return track node (useful for StEvent Reconstruction)
Int_t getFlag() const
Return flag of the track.