|
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 464 of file MCGIDI_functions.hpp.
| LUPI_HOST_DEVICE MCGIDI::Probabilities::XYs2d::XYs2d | ( | ) |
Definition at line 1608 of file MCGIDI_functions.cc.
| LUPI_HOST MCGIDI::Probabilities::XYs2d::XYs2d | ( | GIDI::Functions::XYs2d const & | a_XYs2d | ) |
Definition at line 1616 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE MCGIDI::Probabilities::XYs2d::~XYs2d | ( | ) |
Definition at line 1629 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE double MCGIDI::Probabilities::XYs2d::evaluate | ( | double | a_x2, |
| double | a_x1 ) const |
Definition at line 1636 of file MCGIDI_functions.cc.
Referenced by evaluate().
| LUPI_HOST_DEVICE double MCGIDI::Probabilities::XYs2d::sample | ( | double | a_x2, |
| double | a_rngValue, | ||
| RNG && | a_rng ) const |
Definition at line 1870 of file MCGIDI_headerSource.hpp.
| LUPI_HOST_DEVICE double MCGIDI::Probabilities::XYs2d::sample2dOf3d | ( | double | a_x2, |
| double | a_rngValue, | ||
| RNG && | a_rng, | ||
| double * | a_x1_1, | ||
| double * | a_x1_2 ) const |
This method returns two x1 values for use with ProbabilityBase3d functions.
| a_x2 | [in] The value of x2. |
| a_rngValue | [in] The value of the cumulative value used to determine the x1 value. |
| a_rng | [in] The random number generator function that returns a double in the range [0, 1.0). |
| a_x1_1 | [in] The lower value of the x1 value. |
| a_x1_2 | [in] The upper value of the x1 value. |
Definition at line 1923 of file MCGIDI_headerSource.hpp.
| LUPI_HOST_DEVICE void MCGIDI::Probabilities::XYs2d::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 1660 of file MCGIDI_functions.cc.