EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/detail/ParametersSmearer.hpp>
Public Member Functions | |
void | operator() (size_t idx, Eigen::MatrixBase< values_t > &values, Eigen::MatrixBase< covariance_t > &covariances, const SmearFunction &sFunction, Acts::Result< void > &result) |
Single component smearing struct.
values_t | The type of the values vector |
covariance_t | The type of the covariance vector |
This is used to unpack the parameter pack smearing
idx | The index of the smearing | |
[in,out] | values | The vector of values to be smeared |
[in,out] | covariances | The covariance matrix to be set |
sFunction | The smearing function to be used | |
[in,out] | result | a recursive smearing result trigger if a single component is not ok, this will be communicated upstream to the caller |
Definition at line 41 of file ParametersSmearer.hpp.
View newest version in sPHENIX GitHub at line 41 of file ParametersSmearer.hpp
|
inline |
Definition at line 42 of file ParametersSmearer.hpp.
View newest version in sPHENIX GitHub at line 42 of file ParametersSmearer.hpp