Determine if the smoothing of a track should be done with or without reverse filtering.
More...
#include <FitterHelperFunctions.h>
|
| template<typename trajectory_t> |
| bool | operator() (typename Acts::MultiTrajectory< trajectory_t >::ConstTrackStateProxy trackState) const |
| | Determine if the smoothing of a track should be done with or without reverse filtering.
|
Determine if the smoothing of a track should be done with or without reverse filtering.
Definition at line 89 of file FitterHelperFunctions.h.
◆ operator()()
template<typename trajectory_t>
| bool ActsTrk::detail::FitterHelperFunctions::ReverseFilteringLogic::operator() |
( |
typename Acts::MultiTrajectory< trajectory_t >::ConstTrackStateProxy | trackState | ) |
const |
|
inline |
Determine if the smoothing of a track should be done with or without reverse filtering.
- Template Parameters
-
| track_state_t | Type of the track state |
- Parameters
-
| trackState | The trackState of the last measurement |
- Return values
-
| False | if we don't use the reverse filtering for the smoothing of the track |
| True | if we use the reverse filtering for the smoothing of the track |
Definition at line 100 of file FitterHelperFunctions.h.
100 {
101
102 auto momentum = std::abs(1. / trackState.filtered()[Acts::eBoundQOverP]);
104 }
◆ momentumMax
| double ActsTrk::detail::FitterHelperFunctions::ReverseFilteringLogic::momentumMax = std::numeric_limits<double>::max() |
The documentation for this struct was generated from the following file: