|
ACTS
Experiment-independent tracking
|
The extensions needed for the GSF. More...
#include <Acts/TrackFitting/GsfOptions.hpp>
Public Types | |
| using | Calibrator |
| Type alias for calibrator delegate function. | |
| using | ComponentReducer |
| Type alias for component reducer delegate function. | |
| using | ConstTrackStateProxy = typename traj_t::ConstTrackStateProxy |
| Type alias for const track state proxy. | |
| using | OutlierFinder = Delegate<bool(ConstTrackStateProxy)> |
| Type alias for outlier finder delegate function. | |
| using | TrackStateProxy = typename traj_t::TrackStateProxy |
| Type alias for mutable track state proxy. | |
| using | Updater |
| Type alias for updater delegate function. | |
Public Member Functions | |
| GsfExtensions () | |
| Default constructor which connects the default void components. | |
Public Attributes | |
| Calibrator | calibrator |
| The Calibrator is a dedicated calibration algorithm that allows to calibrate measurements using track information, this could be e.g. | |
| ComponentReducer | mixtureReducer |
| Takes a vector of components and reduces its number. | |
| OutlierFinder | outlierFinder |
| Determines whether a measurement is supposed to be considered as an outlier. | |
| SourceLinkSurfaceAccessor | surfaceAccessor |
| Retrieves the associated surface from a source link. | |
| Updater | updater |
| The updater incorporates measurement information into the track parameters. | |
The extensions needed for the GSF.
| using Acts::GsfExtensions< traj_t >::Calibrator |
Type alias for calibrator delegate function.
| using Acts::GsfExtensions< traj_t >::ComponentReducer |
Type alias for component reducer delegate function.
| using Acts::GsfExtensions< traj_t >::ConstTrackStateProxy = typename traj_t::ConstTrackStateProxy |
Type alias for const track state proxy.
| using Acts::GsfExtensions< traj_t >::OutlierFinder = Delegate<bool(ConstTrackStateProxy)> |
Type alias for outlier finder delegate function.
| using Acts::GsfExtensions< traj_t >::TrackStateProxy = typename traj_t::TrackStateProxy |
Type alias for mutable track state proxy.
| using Acts::GsfExtensions< traj_t >::Updater |
Type alias for updater delegate function.
| Acts::GsfExtensions< traj_t >::GsfExtensions | ( | ) |
Default constructor which connects the default void components.
| Calibrator Acts::GsfExtensions< traj_t >::calibrator |
The Calibrator is a dedicated calibration algorithm that allows to calibrate measurements using track information, this could be e.g.
sagging for wires, module deformations, etc.
| ComponentReducer Acts::GsfExtensions< traj_t >::mixtureReducer |
Takes a vector of components and reduces its number.
| OutlierFinder Acts::GsfExtensions< traj_t >::outlierFinder |
Determines whether a measurement is supposed to be considered as an outlier.
| SourceLinkSurfaceAccessor Acts::GsfExtensions< traj_t >::surfaceAccessor |
Retrieves the associated surface from a source link.
| Updater Acts::GsfExtensions< traj_t >::updater |
The updater incorporates measurement information into the track parameters.