29 #ifndef GFRAVEVERTEX_H
30 #define GFRAVEVERTEX_H
53 GFRaveVertex(
const TVector3 & pos,
const TMatrixDSym & cov,
54 const std::vector < genfit::GFRaveTrackParameters* > & smoothedTracks,
55 double ndf,
double chi2,
int id = -1);
81 void Print(
const Option_t* =
"")
const;
102 #endif // GFRAVEVERTEX_H
TVector3 getPos() const
get Position
void swap(GFRaveVertex &)
std::vector< genfit::GFRaveTrackParameters * > smoothedTracks_
void Print(const Option_t *="") const
GFRaveTrackParameters class Contains a pointer to the original genfit::Track, the weight of the track...
GFRaveVertex & operator=(GFRaveVertex)
unsigned int getNTracks() const
Number of tracks the vertex is made of.
TMatrixDSym getCov() const
get 3x3 covariance (error) of position.
GFRaveTrackParameters * getParameters(unsigned int i) const
Defines for I/O streams used for error and debug printing.