|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI_functions.hpp>
Additional Inherited Members | |
| Protected Attributes inherited from MCGIDI::Probabilities::ProbabilityBase2d | |
| ProbabilityBase2dType | m_type |
| Protected Attributes inherited from MCGIDI::Probabilities::ProbabilityBase | |
| Vector< double > | m_Xs |
Definition at line 548 of file MCGIDI_functions.hpp.
| LUPI_HOST_DEVICE MCGIDI::Probabilities::PrimaryGamma2d::PrimaryGamma2d | ( | ) |
Definition at line 1822 of file MCGIDI_functions.cc.
| LUPI_HOST MCGIDI::Probabilities::PrimaryGamma2d::PrimaryGamma2d | ( | GIDI::Functions::PrimaryGamma2d const & | a_primaryGamma2d, |
| SetupInfo * | a_setupInfo ) |
Definition at line 1833 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE MCGIDI::Probabilities::PrimaryGamma2d::~PrimaryGamma2d | ( | ) |
Definition at line 1858 of file MCGIDI_functions.cc.
Referenced by ~PrimaryGamma2d().
| LUPI_HOST_DEVICE double MCGIDI::Probabilities::PrimaryGamma2d::evaluate | ( | double | a_x2, |
| double | a_x1 ) const |
Definition at line 1864 of file MCGIDI_functions.cc.
Referenced by evaluate().
|
inline |
Returns a const reference to the m_finalState member.
Definition at line 563 of file MCGIDI_functions.hpp.
Referenced by PrimaryGamma2d().
|
inline |
Returns the value of the m_initialStateIndex member.
Definition at line 564 of file MCGIDI_functions.hpp.
|
inline |
Returns the value of the m_massFactor member.
Definition at line 562 of file MCGIDI_functions.hpp.
|
inline |
Returns the value of the m_primaryEnergy member.
Definition at line 561 of file MCGIDI_functions.hpp.
|
inline |
Definition at line 568 of file MCGIDI_functions.hpp.
| LUPI_HOST_DEVICE void MCGIDI::Probabilities::PrimaryGamma2d::serialize | ( | LUPI::DataBuffer & | a_buffer, |
| LUPI::DataBuffer::Mode | a_mode ) |
This method serializes this for broadcasting as needed for MPI and GPUs. The method can count the number of required bytes, pack this or unpack this depending on a_mode.
| a_buffer | [in] The buffer to read or write data to depending on a_mode. |
| a_mode | [in] Specifies the action of this method. |
Definition at line 1881 of file MCGIDI_functions.cc.
Referenced by serialize().