BOSS 7.0.6
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 36 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 50 of file Ext_track.cxx.
Ext_track::~Ext_track | ( | ) |
Definition at line 66 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 154 of file Ext_track.h.
|
inline |
Definition at line 90 of file Ext_track.h.
Referenced by TrkExtAlg::execute().
void Ext_track::Initialization | ( | const bool | aMsgFlag, |
const bool | Bfield, | ||
const bool | GeomOptimization, | ||
const bool | aUseMucKal, | ||
const int | aMucWindow | ||
) |
Definition at line 90 of file Ext_track.cxx.
Referenced by TrkExtAlg::initialize().
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 235 of file Ext_track.cxx.
Referenced by TrkExtAlg::execute().
void Ext_track::TrackExtrapotation | ( | ) |
Definition at line 343 of file Ext_track.cxx.
Referenced by TrkExtAlg::execute().