BOSS 6.6.4.p01
BESIII Offline Software System
|
#include <FastVertexFit.h>
Public Member Functions | |
~FastVertexFit () | |
void | init () |
void | addTrack (const int number, const HepVector helix, const HepSymMatrix err) |
bool | Fit () |
double | chisq () const |
VertexParameter | vtx () const |
HepVector | Vx () const |
HepSymMatrix | Evx () const |
HepVector | Pull () const |
Static Public Member Functions | |
static FastVertexFit * | instance () |
Definition at line 18 of file FastVertexFit.h.
FastVertexFit::~FastVertexFit | ( | ) |
Definition at line 15 of file FastVertexFit.cxx.
void FastVertexFit::addTrack | ( | const int | number, |
const HepVector | helix, | ||
const HepSymMatrix | err | ||
) |
Definition at line 29 of file FastVertexFit.cxx.
Referenced by DQASelHadron::execute().
|
inline |
|
inline |
Definition at line 41 of file FastVertexFit.h.
bool FastVertexFit::Fit | ( | ) |
Definition at line 77 of file FastVertexFit.cxx.
Referenced by DQASelHadron::execute().
void FastVertexFit::init | ( | ) |
Definition at line 19 of file FastVertexFit.cxx.
Referenced by DQASelHadron::execute().
|
static |
Definition at line 9 of file FastVertexFit.cxx.
Referenced by DQASelHadron::execute().
HepVector FastVertexFit::Pull | ( | ) | const |
Definition at line 102 of file FastVertexFit.cxx.
|
inline |
Definition at line 39 of file FastVertexFit.h.
|
inline |
Definition at line 40 of file FastVertexFit.h.
Referenced by DQASelHadron::execute().