ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Void measurement calibrator for filtering. More...
#include <acts/blob/master/Core/include/Acts/Fitter/detail/VoidKalmanComponents.hpp>
Public Member Functions | |
template<typename source_link_t , typename parameters_t > | |
FittableMeasurement < source_link_t > | operator() (const source_link_t &sl, const parameters_t &) const |
Void measurement calibrator for filtering.
Definition at line 49 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 49 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 65 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 65 of file VoidKalmanComponents.hpp
References Acts::concept::converts_to.