StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
GenfitTrackResult Class Reference

Public Member Functions

 GenfitTrackResult (Seed_t &seed, std::shared_ptr< genfit::Track > track)
 
void Clear ()
 
void set (Seed_t &seeds, std::shared_ptr< genfit::Track > track)
 
void setSeed (Seed_t &seed)
 
void setTrack (std::shared_ptr< genfit::Track > track)
 
void setDCA (TVector3 pv)
 Set the DCA and primary vertex for the event. More...
 
size_t numFtt () const
 
size_t numFst () const
 
size_t numPV () const
 
void mergeSeeds (GenfitTrackResult &other)
 

Public Attributes

bool isPrimary = false
 
Seed_t mSeed
 
TVector3 mPV
 
TVector3 mMomentum
 
float mCharge = 0
 
float mChi2 = -1
 
genfit::FitStatus * mStatus = nullptr
 
genfit::AbsTrackRep * mTrackRep = nullptr
 
std::shared_ptr< genfit::Track > mTrack = nullptr
 
bool mIsFitConverged = false
 
bool mIsFitConvergedFully = false
 
bool mIsFitConvergedPartially = false
 
size_t mNFailedPoints = 0
 
TVector3 mDCA
 
int mIdTruth = -1
 
double mQaTruth = 0
 

Detailed Description

Definition at line 120 of file FwdTracker.h.

Member Function Documentation

void GenfitTrackResult::setDCA ( TVector3  pv)
inline

Set the DCA and primary vertex for the event.

Definition at line 180 of file FwdTracker.h.

Referenced by ForwardTrackMaker::doTrackFitting().


The documentation for this class was generated from the following file: