Belle II Software
release-08-01-10
|
TrackSegmentController for use with GblFitter. More...
#include <GblTrackSegmentController.h>
Public Member Functions | |
virtual void | controlTrackSegment (TVector3 entry, TVector3 exit, double scatTheta, GblFitter *fitter)=0 |
Function called for each segment of trajectory. More... | |
virtual void | Print (const Option_t *="") const |
TrackSegmentController for use with GblFitter.
Definition at line 40 of file GblTrackSegmentController.h.
|
pure virtual |
Function called for each segment of trajectory.
User can decide on MS options. This function must be implemented by the actual class deriving from this abstract class
entry | Position of segment starting point |
exit | Position of segment ending point |
scatTheta | Total MS variance accumulated in this segment |
fitter | Pointer to the fitter - so you can set the MS options |
Implemented in GblMultipleScatteringController.