#include <TrkParams.h>
◆ TrkParams() [1/6]
TrkParams::TrkParams |
( |
int |
nParam | ) |
|
◆ TrkParams() [2/6]
TrkParams::TrkParams |
( |
const HepVector & |
pvec, |
|
|
const HepSymMatrix & |
pcov |
|
) |
| |
◆ TrkParams() [3/6]
TrkParams::TrkParams |
( |
const TrkParams & |
old | ) |
|
Definition at line 37 of file TrkParams.cxx.
37 :
38 DifIndepPar(old), _weightInverted(old._weightInverted), _weightMatrix(old._weightMatrix)
39
40{}
◆ ~TrkParams() [1/2]
TrkParams::~TrkParams |
( |
| ) |
|
|
virtual |
◆ TrkParams() [4/6]
TrkParams::TrkParams |
( |
int |
nParam | ) |
|
◆ TrkParams() [5/6]
TrkParams::TrkParams |
( |
const HepVector & |
, |
|
|
const HepSymMatrix & |
|
|
) |
| |
◆ TrkParams() [6/6]
◆ ~TrkParams() [2/2]
virtual TrkParams::~TrkParams |
( |
| ) |
|
|
virtual |
◆ clone() [1/2]
◆ clone() [2/2]
virtual TrkParams * TrkParams::clone |
( |
| ) |
const |
|
virtual |
◆ covariance() [1/4]
HepSymMatrix & TrkParams::covariance |
( |
| ) |
|
|
inline |
◆ covariance() [2/4]
HepSymMatrix & TrkParams::covariance |
( |
| ) |
|
|
inline |
◆ covariance() [3/4]
const HepSymMatrix & TrkParams::covariance |
( |
| ) |
const |
|
inline |
◆ covariance() [4/4]
const HepSymMatrix & TrkParams::covariance |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 57 of file TrkParams.cxx.
57 {
58
59 if (this == &other) return *this;
62 _weightInverted =
other._weightInverted ;
63 _weightMatrix =
other._weightMatrix ;
64 return *this;
65}
HepSymMatrix & covariance()
Index other(Index i, Index j)
◆ operator=() [2/2]
◆ printAll() [1/2]
void TrkParams::printAll |
( |
std::ostream & |
os | ) |
const |
◆ printAll() [2/2]
void TrkParams::printAll |
( |
std::ostream & |
os | ) |
const |
◆ weightMatrix() [1/2]
const HepSymMatrix & TrkParams::weightMatrix |
( |
| ) |
const |
Definition at line 75 of file TrkParams.cxx.
75 {
76
77 if (!_weightInverted){
79 int invStatus;
80 _weightMatrix.invert(invStatus);
81 _weightInverted = true;
82 }
83 return _weightMatrix;
84
85}
◆ weightMatrix() [2/2]
const HepSymMatrix & TrkParams::weightMatrix |
( |
| ) |
const |
The documentation for this class was generated from the following files: