Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/Smearers.hpp>
Public Member Functions | |
GaussTrunc (double sigma_, const std::pair< double, double > &range_) | |
Construct with a. | |
range (range_) | |
Acts::Result< std::pair < double, double > > | operator() (double value, RandomEngine &rnd) const |
Public Attributes | |
double | sigma |
std::pair< double, double > | range |
Gaussian smearing of a single parameter with truncation.
In case a hit is smeared outside the range, a DigitizationError indicating the truncation
Definition at line 70 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 70 of file Smearers.hpp
|
inline |
Construct with a.
sigma | standard deviation and |
range |
Definition at line 76 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 76 of file Smearers.hpp
|
inline |
Call operator for the SmearFunction caller interface.
value | parameter to be smeared |
rnd | random generator to be used for the call |
Definition at line 85 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 85 of file Smearers.hpp
References dist(), range, and sigma.
|
inline |
Definition at line 77 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 77 of file Smearers.hpp
Definition at line 72 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 72 of file Smearers.hpp
Referenced by operator()().
double ActsExamples::Digitization::GaussTrunc::sigma |
Definition at line 71 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 71 of file Smearers.hpp
Referenced by operator()().