Typedef ActsFatras::SingleParameterSmearFunction

Typedef Documentation

using ActsFatras::SingleParameterSmearFunction = std::function<Acts::Result<std::pair<double, double>>(double, generator_t&)>

Smearing function definition for single track parameters.

The function takes the unsmeared parameter and returns the smeared value and a standard deviation.

Template Parameters
  • generator_t: The type of the random generator.