Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI_map.h>
Public Attributes | |
MCGIDI_mapEntry * | next |
enum MCGIDI_mapEntry_type | type |
MCGIDI_map * | parent |
char * | schema |
char * | path |
char * | evaluation |
char * | projectile |
char * | targetName |
int | globalPoPsIndexProjectile |
int | globalPoPsIndexTarget |
MCGIDI_map * | map |
Definition at line 28 of file MCGIDI_map.h.
char* MCGIDI_mapEntry_s::evaluation |
Definition at line 34 of file MCGIDI_map.h.
Referenced by G4GIDI::getNamesOfAvailableLibraries(), MCGIDI_map_release(), and MCGIDI_map_toXMLString().
int MCGIDI_mapEntry_s::globalPoPsIndexProjectile |
Definition at line 37 of file MCGIDI_map.h.
int MCGIDI_mapEntry_s::globalPoPsIndexTarget |
Definition at line 37 of file MCGIDI_map.h.
MCGIDI_map* MCGIDI_mapEntry_s::map |
Definition at line 38 of file MCGIDI_map.h.
Referenced by MCGIDI_map_addPath(), and MCGIDI_map_release().
MCGIDI_mapEntry* MCGIDI_mapEntry_s::next |
Definition at line 29 of file MCGIDI_map.h.
Referenced by MCGIDI_map_getNextEntry(), MCGIDI_map_release(), and MCGIDI_map_toXMLString().
MCGIDI_map* MCGIDI_mapEntry_s::parent |
Definition at line 31 of file MCGIDI_map.h.
Referenced by MCGIDI_map_getTargetsFullPath().
char* MCGIDI_mapEntry_s::path |
Definition at line 33 of file MCGIDI_map.h.
Referenced by MCGIDI_map_addPath(), MCGIDI_map_getTargetsFullPath(), MCGIDI_map_release(), and MCGIDI_map_toXMLString().
char* MCGIDI_mapEntry_s::projectile |
Definition at line 35 of file MCGIDI_map.h.
Referenced by MCGIDI_map_release(), and MCGIDI_map_toXMLString().
char* MCGIDI_mapEntry_s::schema |
Definition at line 32 of file MCGIDI_map.h.
Referenced by MCGIDI_map_release(), and MCGIDI_map_toXMLString().
char* MCGIDI_mapEntry_s::targetName |
Definition at line 36 of file MCGIDI_map.h.
Referenced by getNamesOfAvailableTargets_walker(), MCGIDI_map_release(), and MCGIDI_map_toXMLString().
enum MCGIDI_mapEntry_type MCGIDI_mapEntry_s::type |
Definition at line 30 of file MCGIDI_map.h.
Referenced by getNamesOfAvailableTargets_walker(), MCGIDI_map_getTargetsFullPath(), and MCGIDI_map_toXMLString().