|
Geant4
10.00.p03
|
#include <string>#include <string.h>#include <xData.h>#include "G4GIDI_mass.hh"#include "G4GIDI_Misc.hh"
Include dependency graph for G4GIDI_mass.cc:Go to the source code of this file.
Classes | |
| struct | ZAMass |
Functions | |
| double | G4GIDI_targetMass (const char *targetSymbol) |
| double | G4GIDI_Z_AMass (int iZ, int iA) |
Variables | |
| static const struct ZAMass | ZAMasses [] |
| double G4GIDI_targetMass | ( | const char * | targetSymbol | ) |
Definition at line 903 of file G4GIDI_mass.cc.
References ZAMass::mass, n, symbol, and ZAMasses.
Referenced by G4GIDI_Z_AMass(), and G4GIDI_target::init().
Here is the caller graph for this function:| double G4GIDI_Z_AMass | ( | int | iZ, |
| int | iA | ||
| ) |
Definition at line 923 of file G4GIDI_mass.cc.
References G4GIDI_Misc_Z_A_m_ToName(), G4GIDI_targetMass(), ZAMass::mass, name, and xData_free().
Here is the call graph for this function:
|
static |
Definition at line 75 of file G4GIDI_mass.cc.
Referenced by G4GIDI_targetMass().