|
Geant4
10.03.p02
|
#include <GIDI_settings.hh>
Public Member Functions | |
| GIDI_settings () | |
| ~GIDI_settings () | |
| int | addParticle (GIDI_settings_particle const &particle) |
| GIDI_settings_particle const * | getParticle (int PoPId) const |
| int | eraseParticle (int PoPId) |
| void | releaseMemory () |
Definition at line 220 of file GIDI_settings.hh.
| GIDI_settings::GIDI_settings | ( | ) |
This is the top settings class used when a GND file is read.
Definition at line 17 of file GIDI_settings.cc.
| GIDI_settings::~GIDI_settings | ( | ) |
Definition at line 23 of file GIDI_settings.cc.
| int GIDI_settings::addParticle | ( | GIDI_settings_particle const & | particle | ) |
Definition at line 29 of file GIDI_settings.cc.

Definition at line 50 of file GIDI_settings.cc.
| GIDI_settings_particle const * GIDI_settings::getParticle | ( | int | PoPId | ) | const |
|
inline |
Definition at line 232 of file GIDI_settings.hh.