|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TrkParams.h>
Inheritance diagram for TrkParams:Public Member Functions | |
| TrkParams (int nParam) | |
| TrkParams (const HepVector &, const HepSymMatrix &) | |
| TrkParams (const TrkParams &) | |
| TrkParams & | operator= (const TrkParams &) |
| virtual TrkParams * | clone () const |
| virtual | ~TrkParams () |
| void | printAll (std::ostream &os) const |
| HepSymMatrix & | covariance () |
| const HepSymMatrix & | covariance () const |
| const HepSymMatrix & | weightMatrix () const |
Public Member Functions inherited from DifIndepPar | |
| DifIndepPar (int n) | |
| DifIndepPar (const HepVector &a) | |
| DifIndepPar (const HepVector &pvec, const HepSymMatrix &pcov) | |
| DifIndepPar (const DifIndepPar &rhs) | |
| DifArray | difParameters () const |
| DifNumber | difPar (int i) const |
| HepVector & | parameter () |
| const HepVector & | parameter () const |
| HepSymMatrix & | covariance () |
| const HepSymMatrix & | covariance () const |
| int | nPar () const |
| void | print (std::ostream &os=std::cout) const |
| void | printAll (std::ostream &os=std::cout) const |
Definition at line 24 of file TrkParams.h.
| TrkParams::TrkParams | ( | int | nParam | ) |
Definition at line 21 of file TrkParams.cxx.
Referenced by clone(), NeutParams::NeutParams(), NeutParams::NeutParams(), NeutParams::NeutParams(), operator=(), and TrkParams().
| TrkParams::TrkParams | ( | const HepVector & | pvec, |
| const HepSymMatrix & | pcov ) |
Definition at line 28 of file TrkParams.cxx.
| TrkParams::TrkParams | ( | const TrkParams & | old | ) |
Definition at line 37 of file TrkParams.cxx.
|
virtual |
Definition at line 51 of file TrkParams.cxx.
|
virtual |
Definition at line 45 of file TrkParams.cxx.
|
inline |
Definition at line 54 of file TrkParams.h.
Referenced by TrkSimpTraj::changePoint(), TrkHelixFitter::fit(), TrkSimpTraj::invert(), operator=(), and weightMatrix().
|
inline |
Definition at line 45 of file TrkParams.h.
Definition at line 57 of file TrkParams.cxx.
| void TrkParams::printAll | ( | std::ostream & | os | ) | const |
Definition at line 69 of file TrkParams.cxx.
| const HepSymMatrix & TrkParams::weightMatrix | ( | ) | const |
Definition at line 75 of file TrkParams.cxx.