ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::VoidKalmanComponents Struct Reference

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
 

Detailed Description

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

Member Function Documentation

template<typename measurement_t , typename parameters_t >
Result<measurement_t> Acts::VoidKalmanComponents::operator() ( measurement_t  m,
const parameters_t &   
) const
inline

Public call mimicking a calibrator.

Template Parameters
measurement_tType of the measurement
parameter_tType of the parameters for calibration
Parameters
mMeasurement to be moved through
parsParameters to be used for calibration
Returns
void-calibrated measurement

Definition at line 29 of file VoidKalmanComponents.hpp.

View newest version in sPHENIX GitHub at line 29 of file VoidKalmanComponents.hpp

References m.

template<typename measurements_t >
Result<measurements_t> Acts::VoidKalmanComponents::operator() ( measurements_t  ms) const
inline

void measurement converter only moves the the measurement through for further processing

Template Parameters
measurement_container_tType of the measurement
Parameters
msMeasurements to be moved through
Returns
moved measurements

Definition at line 43 of file VoidKalmanComponents.hpp.

View newest version in sPHENIX GitHub at line 43 of file VoidKalmanComponents.hpp


The documentation for this struct was generated from the following file: