#include <DifIndepPar.h>
◆ DifIndepPar() [1/8]
DifIndepPar::DifIndepPar |
( |
int |
n | ) |
|
Definition at line 29 of file DifIndepPar.cxx.
29 :
30 parvec(ndim,0),
31 parcov(ndim,1)
32{}
◆ DifIndepPar() [2/8]
DifIndepPar::DifIndepPar |
( |
const HepVector & |
a | ) |
|
◆ DifIndepPar() [3/8]
DifIndepPar::DifIndepPar |
( |
const HepVector & |
pvec, |
|
|
const HepSymMatrix & |
pcov |
|
) |
| |
Definition at line 52 of file DifIndepPar.cxx.
52 :
53 parvec(pvec), parcov(pcov) {
54}
◆ DifIndepPar() [4/8]
◆ DifIndepPar() [5/8]
DifIndepPar::DifIndepPar |
( |
int |
n | ) |
|
◆ DifIndepPar() [6/8]
DifIndepPar::DifIndepPar |
( |
const HepVector & |
a | ) |
|
◆ DifIndepPar() [7/8]
DifIndepPar::DifIndepPar |
( |
const HepVector & |
pvec, |
|
|
const HepSymMatrix & |
pcov |
|
) |
| |
◆ DifIndepPar() [8/8]
◆ covariance() [1/4]
HepSymMatrix & DifIndepPar::covariance |
( |
| ) |
|
|
inline |
◆ covariance() [2/4]
HepSymMatrix & DifIndepPar::covariance |
( |
| ) |
|
|
inline |
◆ covariance() [3/4]
const HepSymMatrix & DifIndepPar::covariance |
( |
| ) |
const |
|
inline |
◆ covariance() [4/4]
const HepSymMatrix & DifIndepPar::covariance |
( |
| ) |
const |
|
inline |
◆ difPar() [1/2]
◆ difPar() [2/2]
◆ difParameters() [1/2]
DifArray DifIndepPar::difParameters |
( |
| ) |
const |
Definition at line 44 of file DifIndepPar.cxx.
44 {
46 for(
int i=1; i<=
nPar(); i++){
48 }
49 return pars;
50}
DifNumber difPar(int i) const
◆ difParameters() [2/2]
DifArray DifIndepPar::difParameters |
( |
| ) |
const |
◆ nPar() [1/2]
int DifIndepPar::nPar |
( |
| ) |
const |
|
inline |
◆ nPar() [2/2]
int DifIndepPar::nPar |
( |
| ) |
const |
|
inline |
◆ parameter() [1/4]
HepVector & DifIndepPar::parameter |
( |
| ) |
|
|
inline |
Definition at line 51 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/DifIndepPar.h.
Referenced by NeutParams::arcRatio(), TrkSimpTraj::changePoint(), TrkMomCalculator::charge(), NeutParams::cosPhi0(), NeutParams::d0(), HelixTraj::d0(), TrkCircleTraj::d0(), TrkDifLineTraj::d0(), TrkHelixFitter::fit(), HelixTraj::getInfo(), TrkHelixRep::helix(), HelixTraj::HelixTraj(), HelixTraj::invertParams(), TrkCircleTraj::invertParams(), TrkDifLineTraj::invertParams(), NeutParams::NeutParams(), HelixTraj::omega(), TrkCircleTraj::omega(), TrkParams::operator=(), TrkSimpTraj::operator==(), NeutParams::p(), NeutParams::phi0(), HelixTraj::position(), TrkMomCalculator::ptMom(), TrkHelixRep::resid(), NeutParams::s0(), NeutParams::sinPhi0(), NeutParams::tanDip(), HelixTraj::tanDip(), TrkDifLineTraj::tanDip(), TrkCircleTraj::TrkCircleTraj(), TrkHitOnTrk::TrkHitOnTrk(), TrkMomCalculator::vecMom(), NeutParams::z0(), HelixTraj::z0(), and TrkDifLineTraj::z0().
◆ parameter() [2/4]
HepVector & DifIndepPar::parameter |
( |
| ) |
|
|
inline |
◆ parameter() [3/4]
const HepVector & DifIndepPar::parameter |
( |
| ) |
const |
|
inline |
◆ parameter() [4/4]
const HepVector & DifIndepPar::parameter |
( |
| ) |
const |
|
inline |
◆ print() [1/2]
void DifIndepPar::print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ print() [2/2]
void DifIndepPar::print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ printAll() [1/2]
void DifIndepPar::printAll |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ printAll() [2/2]
void DifIndepPar::printAll |
( |
std::ostream & |
os = std::cout | ) |
const |
The documentation for this class was generated from the following files: