Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts-fatras/blob/master/Core/include/Fatras/Physics/HadronicInteraction/ParametricNuclearInt.hpp>
Public Member Functions | |
template<typename generator_t , typename detector_t , typename particle_t > | |
std::vector< particle_t > | operator() (generator_t &generator, const detector_t &detector, particle_t &particle) const |
The struct for the physics list
Definition at line 15 of file ParametricNuclearInt.hpp.
View newest version in sPHENIX GitHub at line 15 of file ParametricNuclearInt.hpp
|
inline |
Call operator
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 29 of file ParametricNuclearInt.hpp.
View newest version in sPHENIX GitHub at line 29 of file ParametricNuclearInt.hpp