#include <PndLinTrack.h>
|
| PndLinTrack () |
|
| PndLinTrack (TString detName, Double_t p0, Double_t p1, Double_t p2, Double_t p3, Double_t p4, Double_t p5, Double_t chi, Int_t first, Int_t last, Int_t cand) |
|
virtual | ~PndLinTrack () |
|
void | SetDetName (TString name) |
|
void | SetCovarianceMatrix (TMatrixDSym covmatrix) |
|
TString | GetDetName () const |
|
void | GetPar (Double_t *par) const |
|
TVector3 | GetStartVec () const |
|
TVector3 | GetDirectionVec () const |
|
TVector3 | GetStartErrVec () |
|
TVector3 | GetDirectionErrVec () |
|
Double_t | GetChiSquare () const |
|
Int_t | GetFirstHit () const |
|
Int_t | GetLastHit () const |
|
Int_t | GetTCandID () const |
|
void | GetParErr (Double_t *errpar) |
|
TMatrixDSym | GetCovarianceMatrix () |
|
PndLinTrack.h
- Author
- M.Michel miche.nosp@m.l@kp.nosp@m.h.uni.nosp@m.-mai.nosp@m.nz.de
A container for straight line tracks
Definition at line 24 of file PndLinTrack.h.
PndLinTrack::PndLinTrack |
( |
| ) |
|
PndLinTrack::PndLinTrack |
( |
TString |
detName, |
|
|
Double_t |
p0, |
|
|
Double_t |
p1, |
|
|
Double_t |
p2, |
|
|
Double_t |
p3, |
|
|
Double_t |
p4, |
|
|
Double_t |
p5, |
|
|
Double_t |
chi, |
|
|
Int_t |
first, |
|
|
Int_t |
last, |
|
|
Int_t |
cand |
|
) |
| |
Standard constructor with all paramneters
- Parameters
-
detName | Detector Name |
pX | Parameter of Fit [cm] |
chi | ChiSquare of Fit |
first | Id of first Hit |
last | Id of last Hit |
cand | Id of TrackCandidate |
Definition at line 24 of file PndLinTrack.cxx.
References fCandId, fChiSq, fCovMatrix, fDetName, fFirst, fLast, fP0, fP1, fP2, fP3, fP4, fP5, p1, and p2.
PndLinTrack::~PndLinTrack |
( |
| ) |
|
|
virtual |
Double_t PndLinTrack::GetChiSquare |
( |
| ) |
const |
|
inline |
TMatrixDSym PndLinTrack::GetCovarianceMatrix |
( |
| ) |
|
|
inline |
TString PndLinTrack::GetDetName |
( |
| ) |
const |
|
inline |
TVector3 PndLinTrack::GetDirectionErrVec |
( |
| ) |
|
TVector3 PndLinTrack::GetDirectionVec |
( |
| ) |
const |
|
inline |
Int_t PndLinTrack::GetFirstHit |
( |
| ) |
const |
|
inline |
Int_t PndLinTrack::GetLastHit |
( |
| ) |
const |
|
inline |
void PndLinTrack::GetPar |
( |
Double_t * |
par | ) |
const |
|
inline |
void PndLinTrack::GetParErr |
( |
Double_t * |
errpar | ) |
|
TVector3 PndLinTrack::GetStartErrVec |
( |
| ) |
|
TVector3 PndLinTrack::GetStartVec |
( |
| ) |
const |
|
inline |
Int_t PndLinTrack::GetTCandID |
( |
| ) |
const |
|
inline |
void PndLinTrack::SetCovarianceMatrix |
( |
TMatrixDSym |
covmatrix | ) |
|
|
inline |
Definition at line 52 of file PndLinTrack.h.
References fCovMatrix, and i.
53 for (
size_t i = 0;
i < 6;
i++) {
54 for (
size_t j = 0; j < 6; j++) {
void PndLinTrack::SetDetName |
( |
TString |
name | ) |
|
|
inline |
Int_t PndLinTrack::fCandId |
|
private |
TMatrixDSym PndLinTrack::fCovMatrix |
|
private |
Int_t PndLinTrack::fFirst |
|
private |
The documentation for this class was generated from the following files: