Class Reference for E1039 Core & Analysis Software
TrkPar Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/kfitter/KalmanUtil.h>

Public Member Functions

 TrkPar ()
 
const TMatrixD & get_state_vector ()
 Gets. More...
 
const TMatrixD & get_covariance ()
 
double get_x ()
 
double get_y ()
 
double get_z ()
 
double get_dxdz ()
 
double get_dydz ()
 
double get_mom (double &px, double &py, double &pz)
 
double get_mom ()
 
TVector3 get_mom_vec ()
 
double get_pos (double &x, double &y, double &z)
 
int get_charge ()
 
void set_state_vector (TMatrixD &state)
 Sets. More...
 
void set_covariance (TMatrixD &cov)
 
void set_x (double val)
 
void set_y (double val)
 
void set_z (double val)
 
void set_dxdz (double val)
 
void set_dydz (double val)
 
void flip_charge ()
 
void print ()
 print for debugging purpose More...
 

Public Attributes

TMatrixD _state_kf
 State vectors and its covariance. More...
 
TMatrixD _covar_kf
 
double _z
 

Detailed Description

Definition at line 45 of file KalmanUtil.h.

Constructor & Destructor Documentation

◆ TrkPar()

TrkPar::TrkPar ( )
inline

Definition at line 48 of file KalmanUtil.h.

References _covar_kf, _state_kf, and _z.

Member Function Documentation

◆ flip_charge()

void TrkPar::flip_charge ( )

Definition at line 158 of file KalmanUtil.cxx.

References _covar_kf, and _state_kf.

Referenced by KalmanTrack::flipCharge().

+ Here is the caller graph for this function:

◆ get_charge()

int TrkPar::get_charge ( )
inline

Definition at line 67 of file KalmanUtil.h.

References _state_kf.

◆ get_covariance()

const TMatrixD& TrkPar::get_covariance ( )
inline

Definition at line 57 of file KalmanUtil.h.

References _covar_kf.

◆ get_dxdz()

double TrkPar::get_dxdz ( )
inline

Definition at line 61 of file KalmanUtil.h.

References _state_kf.

Referenced by KalmanTrack::getExpPositionFast(), and SRecTrack::getExpPositionFast().

+ Here is the caller graph for this function:

◆ get_dydz()

double TrkPar::get_dydz ( )
inline

Definition at line 62 of file KalmanUtil.h.

References _state_kf.

Referenced by KalmanTrack::getExpPositionFast(), and SRecTrack::getExpPositionFast().

+ Here is the caller graph for this function:

◆ get_mom() [1/2]

double TrkPar::get_mom ( )
inline

Definition at line 64 of file KalmanUtil.h.

References _state_kf.

Referenced by get_mom_vec().

+ Here is the caller graph for this function:

◆ get_mom() [2/2]

double TrkPar::get_mom ( double &  px,
double &  py,
double &  pz 
)

Definition at line 169 of file KalmanUtil.cxx.

References _state_kf.

Referenced by KalmanTrack::getMomentumVertex().

+ Here is the caller graph for this function:

◆ get_mom_vec()

TVector3 TrkPar::get_mom_vec ( )
inline

Definition at line 65 of file KalmanUtil.h.

References get_mom().

Referenced by SRecTrack::setZVertex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_pos()

double TrkPar::get_pos ( double &  x,
double &  y,
double &  z 
)

Definition at line 179 of file KalmanUtil.cxx.

References _state_kf, and _z.

◆ get_state_vector()

const TMatrixD& TrkPar::get_state_vector ( )
inline

Gets.

Definition at line 56 of file KalmanUtil.h.

References _state_kf.

◆ get_x()

double TrkPar::get_x ( )
inline

Definition at line 58 of file KalmanUtil.h.

References _state_kf.

Referenced by KalmanTrack::getExpPositionFast(), SRecTrack::getExpPositionFast(), and SRecTrack::setZVertex().

+ Here is the caller graph for this function:

◆ get_y()

double TrkPar::get_y ( )
inline

Definition at line 59 of file KalmanUtil.h.

References _state_kf.

Referenced by KalmanTrack::getExpPositionFast(), SRecTrack::getExpPositionFast(), and SRecTrack::setZVertex().

+ Here is the caller graph for this function:

◆ get_z()

double TrkPar::get_z ( )
inline

Definition at line 60 of file KalmanUtil.h.

References _z.

Referenced by KalmanTrack::getExpPosErrorFast(), KalmanTrack::getExpPositionFast(), and KalmanTrack::print().

+ Here is the caller graph for this function:

◆ print()

void TrkPar::print ( )

print for debugging purpose

Definition at line 188 of file KalmanUtil.cxx.

References _covar_kf, _state_kf, _z, and SMatrix::printMatrix().

Referenced by Node::print().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_covariance()

void TrkPar::set_covariance ( TMatrixD &  cov)
inline

Definition at line 71 of file KalmanUtil.h.

References _covar_kf.

◆ set_dxdz()

void TrkPar::set_dxdz ( double  val)
inline

Definition at line 75 of file KalmanUtil.h.

References _state_kf.

◆ set_dydz()

void TrkPar::set_dydz ( double  val)
inline

Definition at line 76 of file KalmanUtil.h.

References _state_kf.

◆ set_state_vector()

void TrkPar::set_state_vector ( TMatrixD &  state)
inline

Sets.

Definition at line 70 of file KalmanUtil.h.

References _state_kf.

◆ set_x()

void TrkPar::set_x ( double  val)
inline

Definition at line 72 of file KalmanUtil.h.

References _state_kf.

◆ set_y()

void TrkPar::set_y ( double  val)
inline

Definition at line 73 of file KalmanUtil.h.

References _state_kf.

◆ set_z()

void TrkPar::set_z ( double  val)
inline

Definition at line 74 of file KalmanUtil.h.

References _z.

Member Data Documentation

◆ _covar_kf

◆ _state_kf

◆ _z


The documentation for this class was generated from the following files: