|
Geant4-11
|
#include <GIDI_settings.hh>
Public Member Functions | |
| int | addParticle (GIDI_settings_particle const &particle) |
| int | eraseParticle (int PoPId) |
| GIDI_settings_particle const * | getParticle (int PoPId) const |
| GIDI_settings () | |
| void | releaseMemory () |
| ~GIDI_settings () | |
Private Attributes | |
| std::map< int, GIDI_settings_particle > | mParticles |
Definition at line 224 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.
References GIDI_settings_particle::getPoPId(), and mParticles.
| int GIDI_settings::eraseParticle | ( | int | PoPId | ) |
Definition at line 50 of file GIDI_settings.cc.
References mParticles.
| GIDI_settings_particle const * GIDI_settings::getParticle | ( | int | PoPId | ) | const |
Definition at line 40 of file GIDI_settings.cc.
References mParticles.
Referenced by MCGIDI_target_heated_recast(), and MCGIDI_quantitiesLookupModes::setGroupIndex().
|
inline |
|
private |
Definition at line 227 of file GIDI_settings.hh.
Referenced by addParticle(), eraseParticle(), getParticle(), and releaseMemory().