EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Void measurement calibrator for filtering. More...
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/detail/VoidKalmanComponents.hpp>
Public Member Functions | |
template<typename source_link_t , typename parameters_t > | |
FittableMeasurement < source_link_t > | operator() (const source_link_t &sourceLink, const parameters_t &) const |
Void measurement calibrator for filtering.
Definition at line 36 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 36 of file VoidKalmanComponents.hpp
|
inline |
Main calibration call. In this implementation, it will dereference the given source link and expect it to result in something convertible to FittableMeasurement<source_link_t>
.
source_link_t | Source link type which identifier the uncalibrated measurement |
parameters_t | Parameters type (unused) |
sl | Source link to turn into a measurement |
pars | The parameters to calibrate with (unused) |
source_link_t
returns a reference, this will copy it before returning. If it is already returned by-value (for instance for a newly created measurement instance), return value optimizitaion should auto-move the result. Definition at line 52 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 52 of file VoidKalmanComponents.hpp
References Acts::Concepts::converts_to.