StRoot
1
|
Public Member Functions | |
void | set (StFwdTrack *) |
bool | getProjectionFor (int detectorId, StMuFwdTrackProjection &rProj, size_t index=0) |
TVector3 | momentum () const |
TVector3 | momentumAt (size_t _id=0) const |
char | charge () const |
bool | didFitConverge () const |
bool | didFitConvergeFully () const |
short | numberOfFailedPoints () const |
double | chi2 () const |
double | ndf () const |
double | pval () const |
short | numberOfFitPoints () const |
short | numberOfSeedPoints () const |
void | setPrimaryMomentum (TVector3 mom) |
void | setDidFitConverge (bool lDidFitConverge) |
void | setDidFitConvergeFully (bool lDidFitConvergeFully) |
void | setNumberOfFailedPoints (short lNumberOfFailedPoints) |
void | setNumberOfSeedPoints (short lNumberOfSeedPoints) |
void | setNumberOfFitPoints (short lNumberOfFitPoints) |
void | setChi2 (float lChi2) |
void | setNDF (float lNDF) |
void | setPval (float lPval) |
void | setCharge (short lCharge) |
void | addEcalCluster (StMuFcsCluster *clu) |
void | addHcalCluster (StMuFcsCluster *clu) |
Public Attributes | |
std::vector < StMuFwdTrackProjection > | mProjections |
std::vector < StMuFwdTrackSeedPoint > | mFTTPoints |
std::vector < StMuFwdTrackSeedPoint > | mFSTPoints |
TRefArray | mEcalClusters |
TRefArray | mHcalClusters |
Definition at line 90 of file StMuFwdTrack.h.