Analysis Software
Documentation for sPHENIX simulation software
|
TrackSegmentController for use with GblFitter. More...
#include <GenFit/blob/master/GBL/include/GblTrackSegmentController.h>
Public Member Functions | |
GblTrackSegmentController () | |
virtual | ~GblTrackSegmentController () |
virtual void | controlTrackSegment (TVector3 entry, TVector3 exit, double scatTheta, GblFitter *fitter)=0 |
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. | |
virtual void | Print (const Option_t *="") const |
TrackSegmentController for use with GblFitter.
Definition at line 40 of file GblTrackSegmentController.h.
View newest version in sPHENIX GitHub at line 40 of file GblTrackSegmentController.h
|
inline |
Definition at line 44 of file GblTrackSegmentController.h.
View newest version in sPHENIX GitHub at line 44 of file GblTrackSegmentController.h
|
inlinevirtual |
Definition at line 46 of file GblTrackSegmentController.h.
View newest version in sPHENIX GitHub at line 46 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 |
|
inlinevirtual |
Definition at line 58 of file GblTrackSegmentController.h.
View newest version in sPHENIX GitHub at line 58 of file GblTrackSegmentController.h