Typedef ActsFatras::SmearFunction

Typedef Documentation

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

Smearing functions definition:

  • it takes the unsmeared parameter

  • it returns the smeared parameter and a covariance

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