|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <cstdlib>#include <iostream>#include <fstream>#include <cmath>#include <vector>#include "G4NuDEXRandom.hh"Go to the source code of this file.
Classes | |
| struct | Level |
| struct | KnownLevel |
| class | G4NuDEXStatisticalNucleus |
Functions | |
| G4int | ComparisonLevels (const void *va, const void *vb) |
| void | CopyLevel (Level *a, Level *b) |
| void | CopyLevel (KnownLevel *a, Level *b) |
| G4int ComparisonLevels | ( | const void * | va, |
| const void * | vb ) |
Definition at line 2345 of file G4NuDEXStatisticalNucleus.cc.
| void CopyLevel | ( | KnownLevel * | a, |
| Level * | b ) |
Definition at line 2365 of file G4NuDEXStatisticalNucleus.cc.