|
Geant4
10.03
|
#include "G4UniformRandPool.hh"#include "globals.hh"#include <climits>#include <stdlib.h>#include <algorithm>#include <cstring>#include "G4Threading.hh"#include "G4AutoDelete.hh"
Include dependency graph for G4UniformRandPool.cc: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 41 of file G4UniformRandPool.cc.
References ps.
Referenced by G4UniformRandPool::G4UniformRandPool(), and G4UniformRandPool::Resize().
Here is the caller graph for this function:Definition at line 68 of file G4UniformRandPool.cc.
References FatalException, and G4Exception().
Referenced by G4UniformRandPool::G4UniformRandPool().
Here is the call graph for this function:
Here is the caller graph for this function:| void destroy_pool | ( | G4double *& | buffer | ) |
Definition at line 46 of file G4UniformRandPool.cc.
References buffer.
Referenced by G4UniformRandPool::Resize(), and G4UniformRandPool::~G4UniformRandPool().
Here is the caller graph for this function:| void destroy_pool_align | ( | G4double *& | buffer | ) |
Definition at line 91 of file G4UniformRandPool.cc.
References free.
Referenced by G4UniformRandPool::~G4UniformRandPool().
Here is the caller graph for this function: