Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts-fatras/blob/master/Core/include/Fatras/Physics/Scattering/Highland.hpp>
Public Member Functions | |
template<typename generator_t , typename detector_t , typename particle_t > | |
double | operator() (generator_t &generator, const detector_t &detector, particle_t &particle) const |
Call operator to perform this scattering. | |
struct for the Highland-based scattering
This will scatter particles with a single gaussian distribution according to the highland formula.
Definition at line 20 of file Highland.hpp.
View newest version in sPHENIX GitHub at line 20 of file Highland.hpp
|
inline |
Call operator to perform this scattering.
generator_t | is a random number generator type |
detector_t | is the detector information type |
particle_t | is the particle information type |
[in] | generator | is the random number generator |
[in] | detector | the detector information |
[in] | particle | the particle which is being scattered |
Definition at line 34 of file Highland.hpp.
View newest version in sPHENIX GitHub at line 34 of file Highland.hpp
References Acts::computeMultipleScatteringTheta0().