Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Digitization::Exact Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/Smearers.hpp>

Public Member Functions

Acts::Result< std::pair
< double, double > > 
operator() (double value, RandomEngine &) const
 

Detailed Description

Exact smearing of a single parameter.

Definition at line 29 of file Smearers.hpp.

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

Member Function Documentation

Acts::Result<std::pair<double, double> > ActsExamples::Digitization::Exact::operator() ( double  value,
RandomEngine  
) const
inline

Call operator for the SmearFunction caller interface.

Parameters
valueparameter to be smeared
rndrandom generator to be used for the call
Returns
a Result that is always ok(), and just returns the value and a stddev of 0.0

Definition at line 37 of file Smearers.hpp.

View newest version in sPHENIX GitHub at line 37 of file Smearers.hpp

References value.


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