Geant4
10.02.p02
|
#include <string.h>
#include <iostream>
#include <string>
#include <vector>
#include <statusMessageReporting.h>
#include <MCGIDI.h>
#include <MCGIDI_misc.h>
#include "G4GIDI_Misc.hh"
Go to the source code of this file.
Functions | |
char * | G4GIDI_Misc_Z_A_m_ToName (int iZ, int iA, int im) |
char * | G4GIDI_Misc_channelCompound (char *particle1, char *particle2) |
int | getNamesOfAvailableTargets_walker (MCGIDI_mapEntry *entry, int, void *userData) |
char* G4GIDI_Misc_channelCompound | ( | char * | particle1, |
char * | particle2 | ||
) |
Definition at line 67 of file G4GIDI_Misc.cc.
References G4GIDI_Misc_Z_A_m_ToName(), m2, and MCGIDI_miscNameToZAm().
char* G4GIDI_Misc_Z_A_m_ToName | ( | int | iZ, |
int | iA, | ||
int | im | ||
) |
Definition at line 44 of file G4GIDI_Misc.cc.
References MCGIDI_misc_ZToSymbol(), name, and S().
Referenced by G4GIDI::dataFilename(), G4GIDI::freeTarget(), G4GIDI_Misc_channelCompound(), G4GIDI_Z_AMass(), G4GIDI::getAlreadyReadTarget(), G4GIDI::getNamesOfAvailableLibraries(), G4GIDI::isThisDataAvailable(), and G4GIDI::readTarget().
int getNamesOfAvailableTargets_walker | ( | MCGIDI_mapEntry * | entry, |
int | , | ||
void * | userData | ||
) |
Definition at line 96 of file G4GIDI_Misc.cc.