|
BOSS 8.0.0
BESIII Offline Software System
|
#include <Ext_track.h>
Public Member Functions | |
| Ext_track () | |
| Ext_track (const bool msgFlag, const bool myBFieldOn, const bool GeomOptimization, const int m_detVer, const bool UseMucKal, const int MucWindow) | |
| ~Ext_track () | |
| void | Initialization (const bool aMsgFlag, const bool Bfield, const bool GeomOptimization, const bool aUseMucKal, const int aMucWindow) |
| bool | Set (const Hep3Vector &xv3, const Hep3Vector &pv3, const HepSymMatrix &err, const std::string &particleName, const double pathInMDC, const double tofInMdc) |
| void | TrackExtrapotation () |
| void | Dir (const int dir) |
| ExtSteppingAction * | GetStepAction () |
Definition at line 40 of file Ext_track.h.
| Ext_track::Ext_track | ( | ) |
Definition at line 37 of file Ext_track.cxx.
| Ext_track::Ext_track | ( | const bool | msgFlag, |
| const bool | myBFieldOn, | ||
| const bool | GeomOptimization, | ||
| const int | m_detVer, | ||
| const bool | UseMucKal, | ||
| const int | MucWindow ) |
Definition at line 61 of file Ext_track.cxx.
| Ext_track::~Ext_track | ( | ) |
Definition at line 87 of file Ext_track.cxx.
|
inline |
Termination of the track extrapolation. Accessors for the parameters. Modifiers for the parameters. Modifiers for the track direction. (0/1)=(outgoing/incoming).
Definition at line 151 of file Ext_track.h.
|
inline |
Definition at line 90 of file Ext_track.h.
| void Ext_track::Initialization | ( | const bool | aMsgFlag, |
| const bool | Bfield, | ||
| const bool | GeomOptimization, | ||
| const bool | aUseMucKal, | ||
| const int | aMucWindow ) |
Definition at line 113 of file Ext_track.cxx.
| bool Ext_track::Set | ( | const Hep3Vector & | xv3, |
| const Hep3Vector & | pv3, | ||
| const HepSymMatrix & | err, | ||
| const std::string & | particleName, | ||
| const double | pathInMDC, | ||
| const double | tofInMdc ) |
Setup the error skip list as a part of the initialization. errskip_list – Name of the error skip file. Print out the contents of the error skip list.
Definition at line 253 of file Ext_track.cxx.
| void Ext_track::TrackExtrapotation | ( | ) |
Definition at line 356 of file Ext_track.cxx.