#include <string.h>
#include <statusMessageReporting.h>
#include "G4GIDI_mass.hh"
#include "G4GIDI_Misc.hh"
Go to the source code of this file.
double G4GIDI_targetMass |
( |
const char * |
targetSymbol | ) |
|
Definition at line 875 of file G4GIDI_mass.cc.
880 for( i = 0; i <
n; i++ ) {
881 if( !strcmp(
ZAMasses[i].symbol, targetSymbol ) ) {
static struct ZAMass ZAMasses[]
double G4GIDI_Z_AMass |
( |
int |
iZ, |
|
|
int |
iA |
|
) |
| |
Definition at line 891 of file G4GIDI_mass.cc.
896 if( name == NULL )
return( -1.0 );
double G4GIDI_targetMass(const char *targetSymbol)
char * G4GIDI_Misc_Z_A_m_ToName(int iZ, int iA, int im=0)
void * smr_freeMemory(void **p)