ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
void Measurement calibrator and converter More...
#include <acts/blob/master/Core/include/Acts/Fitter/detail/VoidKalmanComponents.hpp>
Public Member Functions | |
template<typename measurement_t , typename parameters_t > | |
Result< measurement_t > | operator() (measurement_t m, const parameters_t &) const |
Public call mimicking a calibrator. | |
template<typename measurements_t > | |
Result< measurements_t > | operator() (measurements_t ms) const |
void measurement converter only moves the the measurement through for further processing | |
void Measurement calibrator and converter
Definition at line 18 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 18 of file VoidKalmanComponents.hpp
|
inline |
Public call mimicking a calibrator.
measurement_t | Type of the measurement |
parameter_t | Type of the parameters for calibration |
m | Measurement to be moved through |
pars | Parameters to be used for calibration |
Definition at line 29 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 29 of file VoidKalmanComponents.hpp
References m.
|
inline |
void measurement converter only moves the the measurement through for further processing
measurement_container_t | Type of the measurement |
ms | Measurements to be moved through |
Definition at line 43 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 43 of file VoidKalmanComponents.hpp