#include <EicRoot/blob/master/cbmbase/CbmPropagator.h>
Definition at line 22 of file CbmPropagator.h.
View newest version in sPHENIX GitHub at line 22 of file CbmPropagator.h
CbmPropagator::CbmPropagator |
( |
| ) |
|
CbmPropagator::~CbmPropagator |
( |
| ) |
|
|
virtual |
Pure virtual function for track parameters propagation
- Parameters
-
parIn | input track parameter |
parOut | output track parameter |
zOut | z position to propagate to |
pdg | PDG code of the particle |
Pure virtual function for track parameters propagation
- Parameters
-
par | input/output track parameter |
zOut | z position to propagate to |
pdg | PDG code of the particle |
virtual void CbmPropagator::TransportMatrix |
( |
std::vector< Double_t > & |
F | ) |
|
|
pure virtual |
Pure virtual function to access the transport matrix
- Parameters
-
F | output 5x5 transport matrix as a vector with 25 elements |
virtual void CbmPropagator::TransportMatrix |
( |
TMatrixD & |
F | ) |
|
|
pure virtual |
Pure virtual function to access the transport matrix
- Parameters
-
F | output 5x5 transport matrix as a TMatrixD class |
The documentation for this class was generated from the following files: