#include <GIDI_settings.hh>
Definition at line 220 of file GIDI_settings.hh.
◆ GIDI_settings()
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::~GIDI_settings |
( |
| ) |
|
◆ addParticle()
Definition at line 29 of file GIDI_settings.cc.
31 int PoPId = particle.getPoPId( );
std::map< int, GIDI_settings_particle > mParticles
◆ eraseParticle()
int GIDI_settings::eraseParticle |
( |
int |
PoPId | ) |
|
Definition at line 50 of file GIDI_settings.cc.
52 std::map<int, GIDI_settings_particle>::iterator particle =
mParticles.find( PoPId );
54 if( particle ==
mParticles.end( ) )
return( 1 );
std::map< int, GIDI_settings_particle > mParticles
◆ getParticle()
Definition at line 40 of file GIDI_settings.cc.
42 std::map<int, GIDI_settings_particle>::const_iterator particle =
mParticles.find( PoPId );
44 if( particle ==
mParticles.end( ) )
return( NULL );
45 return( &(particle->second) );
std::map< int, GIDI_settings_particle > mParticles
◆ releaseMemory()
void GIDI_settings::releaseMemory |
( |
| ) |
|
|
inline |
Definition at line 232 of file GIDI_settings.hh.
std::map< int, GIDI_settings_particle > mParticles
◆ mParticles
The documentation for this class was generated from the following files: