Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <tpia_depot.h>
Public Attributes | |
int | status |
char * | projectileName |
int | numberOfTargets |
tpia_targetEntry * | targets |
tpia_map * | map |
Definition at line 58 of file tpia_depot.h.
tpia_map* tpia_depot_s::map |
Definition at line 63 of file tpia_depot.h.
Referenced by tpia_depot_addTarget(), tpia_depot_initialize(), tpia_depot_release(), tpia_depot_releaseMap(), tpia_depot_setMap(), and tpia_depot_setMapFromFilename().
int tpia_depot_s::numberOfTargets |
Definition at line 61 of file tpia_depot.h.
Referenced by tpia_depot_initialize(), and tpia_depot_release().
char* tpia_depot_s::projectileName |
Definition at line 60 of file tpia_depot.h.
Referenced by tpia_depot_addTargetFromMap(), tpia_depot_initialize(), and tpia_depot_release().
int tpia_depot_s::status |
Definition at line 59 of file tpia_depot.h.
Referenced by tpia_depot_initialize(), and tpia_depot_release().
tpia_targetEntry* tpia_depot_s::targets |
Definition at line 62 of file tpia_depot.h.
Referenced by tpia_depot_getFirstTargetEntry(), tpia_depot_initialize(), and tpia_depot_release().