EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/UncorrelatedHitSmearer.hpp>
Public Member Functions | |
SmearInput (std::reference_wrapper< const Hit > hit_, std::reference_wrapper< const Acts::GeometryContext > geoContext_, std::shared_ptr< const Acts::Surface > surface_=nullptr) | |
SmearInput ()=delete | |
Public Attributes | |
std::reference_wrapper< const Hit > | hit |
std::reference_wrapper< const Acts::GeometryContext > | geoContext |
std::shared_ptr< const Acts::Surface > | surface = nullptr |
Smearing input to be used by the smearers
Definition at line 33 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 33 of file UncorrelatedHitSmearer.hpp
|
inline |
Only valid constructor, wraps the
hit_,the | and optionally the |
surface_ |
Definition at line 36 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 36 of file UncorrelatedHitSmearer.hpp
|
delete |
std::reference_wrapper<const Acts::GeometryContext> ActsFatras::SmearInput::geoContext |
Definition at line 44 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 44 of file UncorrelatedHitSmearer.hpp
Referenced by ActsFatras::BoundParametersSmearer< kParameters >::operator()().
std::reference_wrapper<const Hit> ActsFatras::SmearInput::hit |
Definition at line 43 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 43 of file UncorrelatedHitSmearer.hpp
Referenced by ActsFatras::BoundParametersSmearer< kParameters >::operator()(), and ActsFatras::FreeParametersSmearer< kParameters >::operator()().
std::shared_ptr<const Acts::Surface> ActsFatras::SmearInput::surface = nullptr |
Definition at line 45 of file UncorrelatedHitSmearer.hpp.
View newest version in sPHENIX GitHub at line 45 of file UncorrelatedHitSmearer.hpp
Referenced by ActsFatras::BoundParametersSmearer< kParameters >::operator()().