Geant4
10.02.p02
|
#include <string.h>
#include <statusMessageReporting.h>
#include "G4GIDI_mass.hh"
#include "G4GIDI_Misc.hh"
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 struct ZAMass | ZAMasses [] |
double G4GIDI_targetMass | ( | const char * | targetSymbol | ) |
Definition at line 875 of file G4GIDI_mass.cc.
References ZAMass::mass, n, symbol, and ZAMasses.
Referenced by G4GIDI_Z_AMass(), and G4GIDI_target::init().
double G4GIDI_Z_AMass | ( | int | iZ, |
int | iA | ||
) |
Definition at line 891 of file G4GIDI_mass.cc.
References G4GIDI_Misc_Z_A_m_ToName(), G4GIDI_targetMass(), ZAMass::mass, name, and smr_freeMemory().
|
static |
Definition at line 47 of file G4GIDI_mass.cc.
Referenced by G4GIDI_targetMass().