54 const std::vector < genfit::GFRaveTrackParameters* > & smoothedTracks,
55 double ndf,
double chi2,
int id = -1);
81 void Print(
const Option_t* =
"")
const;
GFRaveTrackParameters class Contains a pointer to the original genfit::Track, the weight of the track...
void swap(GFRaveVertex &)
TVector3 getPos() const
get Position
TMatrixDSym getCov() const
get 3x3 covariance (error) of position.
unsigned int getNTracks() const
Number of tracks the vertex is made of.
GFRaveVertex & operator=(GFRaveVertex)
GFRaveTrackParameters * getParameters(unsigned int i) const
std::vector< genfit::GFRaveTrackParameters * > smoothedTracks_
void Print(const Option_t *="") const
GFRaveVertex(const TVector3 &pos, const TMatrixDSym &cov, const std::vector< genfit::GFRaveTrackParameters * > &smoothedTracks, double ndf, double chi2, int id=-1)