|
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::Functions::Function2d | |
| Function2dType | m_type |
Definition at line 287 of file MCGIDI_functions.hpp.
| LUPI_HOST_DEVICE MCGIDI::Functions::XYs2d::XYs2d | ( | ) |
Definition at line 975 of file MCGIDI_functions.cc.
| LUPI_HOST MCGIDI::Functions::XYs2d::XYs2d | ( | GIDI::Functions::XYs2d const & | a_XYs2d | ) |
Definition at line 984 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE MCGIDI::Functions::XYs2d::~XYs2d | ( | ) |
Definition at line 998 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE double MCGIDI::Functions::XYs2d::evaluate | ( | double | a_x2, |
| double | a_x1 ) const |
Definition at line 1005 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE void MCGIDI::Functions::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 1056 of file MCGIDI_functions.cc.