Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/Smearers.hpp>
Public Member Functions | |
Digital (double pitch, const std::pair< double, double > &range_) | |
Construct with a. | |
Digital (Acts::BinningData &&bd) | |
Acts::Result< std::pair < double, double > > | operator() (double value, RandomEngine &) const |
Public Attributes | |
Acts::BinningData | binningData |
Digital emulation of a single parameter.
It estimates the bin and gives the bin center value
Definition at line 173 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 173 of file Smearers.hpp
|
inline |
Construct with a.
pitch | standard deviation and |
range |
Definition at line 177 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 177 of file Smearers.hpp
|
inline |
Constructor with a bin utility in order to get the bin borders.
bu | the bin utility within hich the parameter is allowed |
Definition at line 185 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 185 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 (unused) |
Definition at line 193 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 193 of file Smearers.hpp
References binningData, Acts::BinningData::boundaries(), test_detectors::lower, Acts::BinningData::max, Acts::BinningData::min, and Acts::BinningData::search().
Acts::BinningData ActsExamples::Digitization::Digital::binningData |
Definition at line 174 of file Smearers.hpp.
View newest version in sPHENIX GitHub at line 174 of file Smearers.hpp
Referenced by operator()().