|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Classes | |
| class | G4GIDI_Product |
| class | G4GIDI_target |
| class | G4GIDI |
Macros | |
| #define | channelID std::string |
Functions | |
| std::string | G4GIDI_version () |
| int | G4GIDI_versionMajor () |
| int | G4GIDI_versionMinor () |
| int | G4GIDI_versionPatchLevel () |
| std::string | G4GIDI_GitHash () |
| void | G4GIDI_initialize (std::string const &a_dataPath) |
| std::string | G4GIDI_Misc_Z_toSymbol (int a_Z) |
| std::string | G4GIDI_Misc_Z_A_m_ToName (int a_Z, int a_A, int a_M) |
Variables | |
| PoPI::Database | G4GIDI_pops |
| #define channelID std::string |
Definition at line 36 of file G4GIDI.hh.
Referenced by G4GIDI_target::getChannelsID().
| std::string G4GIDI_GitHash | ( | ) |
Returns the git repo hash for the G4GIDI repo for this version..
Definition at line 82 of file G4GIDI_misc.cc.
| void G4GIDI_initialize | ( | std::string const & | a_dataPath | ) |
| std::string G4GIDI_Misc_Z_A_m_ToName | ( | int | a_Z, |
| int | a_A, | ||
| int | a_M ) |
Returns the PoPs for a specified atomic number a_Z, mass number a_A and meta-stable index a_M.
| a_Z | [in] The Z of the chemical element. |
| a_A | [in] The A of the isotope. |
| a_M | [in] The meta-stable index of the nuclide. |
Definition at line 130 of file G4GIDI_misc.cc.
Referenced by G4GIDI::dataFilename(), G4GIDI::freeTarget(), G4GIDI::getAlreadyReadTarget(), G4GIDI::getNamesOfAvailableLibraries(), G4GIDI::isThisDataAvailable(), and G4GIDI::readTarget().
| std::string G4GIDI_Misc_Z_toSymbol | ( | int | a_Z | ) |
Returns the chemical elemental symbol for a specified atomic number a_Z.
| a_Z | [in] The Z of the chemical element. |
Definition at line 109 of file G4GIDI_misc.cc.
Referenced by G4GIDI_Misc_Z_A_m_ToName().
| std::string G4GIDI_version | ( | ) |
Returns the version string for the version of G4GIDI.
Definition at line 36 of file G4GIDI_misc.cc.
| int G4GIDI_versionMajor | ( | ) |
Returns the major version number for the version of G4GIDI.
Definition at line 49 of file G4GIDI_misc.cc.
| int G4GIDI_versionMinor | ( | ) |
Returns the minor version number for the version of G4GIDI.
Definition at line 60 of file G4GIDI_misc.cc.
| int G4GIDI_versionPatchLevel | ( | ) |
Returns the patch level number for the version of G4GIDI.
Definition at line 71 of file G4GIDI_misc.cc.
|
extern |
Definition at line 29 of file G4GIDI.cc.
Referenced by G4GIDI::addDataDirectory(), G4GIDI_initialize(), and G4GIDI::readTarget().