|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI.hpp>
Public Member Functions | |
| LUPI_HOST_DEVICE | URR_protareInfo () |
| LUPI_HOST_DEVICE | URR_protareInfo (URR_protareInfo const &a_URR_protareInfo) |
| LUPI_HOST_DEVICE URR_protareInfo & | operator= (URR_protareInfo const &a_rhs) |
| LUPI_HOST_DEVICE bool | inURR () const |
| LUPI_HOST_DEVICE double | rng_Value () const |
| LUPI_HOST_DEVICE void | serialize (LUPI::DataBuffer &a_buffer, LUPI::DataBuffer::Mode a_mode) |
Public Attributes | |
| bool | m_inURR |
| double | m_rng_Value |
Definition at line 420 of file MCGIDI.hpp.
|
inline |
|
inline |
Definition at line 427 of file MCGIDI.hpp.
|
inline |
Definition at line 441 of file MCGIDI.hpp.
Referenced by operator=(), and MCGIDI::URR_protareInfos::updateProtare().
|
inline |
Definition at line 431 of file MCGIDI.hpp.
|
inline |
| LUPI_HOST_DEVICE void MCGIDI::URR_protareInfo::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 22 of file MCGIDI_URR.cc.
| bool MCGIDI::URR_protareInfo::m_inURR |
Definition at line 423 of file MCGIDI.hpp.
Referenced by MCGIDI::HeatedCrossSectionContinuousEnergy::crossSection(), inURR(), operator=(), MCGIDI::HeatedCrossSectionContinuousEnergy::reactionCrossSection2(), serialize(), MCGIDI::URR_protareInfos::updateProtare(), URR_protareInfo(), and URR_protareInfo().
| double MCGIDI::URR_protareInfo::m_rng_Value |
Definition at line 424 of file MCGIDI.hpp.
Referenced by operator=(), MCGIDI::HeatedCrossSectionContinuousEnergy::reactionCrossSection2(), rng_Value(), serialize(), MCGIDI::URR_protareInfos::updateProtare(), URR_protareInfo(), and URR_protareInfo().