EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/UncorrelatedHitSmearer.hpp>
Public Member Functions | |
Acts::Result < Acts::ParameterSet < Acts::BoundIndices, kParameters...> > | operator() (const SmearInput &sInput, const std::array< SmearFunction, sizeof...(kParameters)> &sFunctions) const |
Parameter smearer for fast digitisation for bound parameters
The logic of this smearer is the following:
Definition at line 58 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 58 of file UncorrelatedHitSmearer.hpp
|
inline |
Generic implementation of a smearing meathod for bound parameters
kParameters | parameter pack describing the parameters to smear |
sInput | The smearing input struct: surface and simulated hit |
sFunctions | The smearing functions that are applied |
Definition at line 68 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 68 of file UncorrelatedHitSmearer.hpp
References Acts::eBoundPhi, Acts::eBoundTheta, Acts::eBoundTime, ActsFatras::SmearInput::geoContext, ActsFatras::SmearInput::hit, Acts::VectorHelpers::phi(), Acts::PrimitivesView3DTest::run(), ActsFatras::SmearInput::surface, and Acts::VectorHelpers::theta().