|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4UniformRandPool.hh"#include "G4AutoDelete.hh"#include "G4Threading.hh"#include "globals.hh"#include <algorithm>#include <climits>#include <cstdlib>#include <cstring>Go to the source code of this file.
Functions | |
| void | create_pool (G4double *&buffer, G4int ps) |
| void | destroy_pool (G4double *&buffer) |
| void | create_pool_align (G4double *&buffer, G4int ps) |
| void | destroy_pool_align (G4double *&buffer) |
Definition at line 46 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::G4UniformRandPool(), G4UniformRandPool::G4UniformRandPool(), and G4UniformRandPool::Resize().
Definition at line 60 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::G4UniformRandPool(), and G4UniformRandPool::G4UniformRandPool().
| void destroy_pool | ( | G4double *& | buffer | ) |
Definition at line 48 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::Resize(), and G4UniformRandPool::~G4UniformRandPool().
| void destroy_pool_align | ( | G4double *& | buffer | ) |
Definition at line 74 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::~G4UniformRandPool().