|
| | G4GIDI (int ip, std::string &dataDirectory) |
| |
| | G4GIDI (int ip, std::list< std::string > &dataDirectory) |
| |
| | ~G4GIDI () |
| |
| int | numberOfDataDirectories (void) |
| |
| int | addDataDirectory (std::string &dataDirectory) |
| |
| int | removeDataDirectory (std::string &dataDirectory) |
| |
| std::string | getDataDirectoryAtIndex (int index) |
| |
| std::vector< std::string > * | getDataDirectories (void) |
| |
| bool | isThisDataAvailable (std::string &lib_name, int iZ, int iA, int iM=0) |
| |
| bool | isThisDataAvailable (std::string &lib_name, std::string &targetName) |
| |
| char * | dataFilename (std::string &lib_name, int iZ, int iA, int iM=0) |
| |
| char * | dataFilename (std::string &lib_name, std::string &targetName) |
| |
| std::vector< std::string > * | getNamesOfAvailableLibraries (int iZ, int iA, int iM=0) |
| |
| std::vector< std::string > * | getNamesOfAvailableLibraries (std::string &targetName) |
| |
| std::vector< std::string > * | getNamesOfAvailableTargets (void) |
| |
| G4GIDI_target * | readTarget (std::string &lib_name, int iZ, int iA, int iM=0, bool bind=true) |
| |
| G4GIDI_target * | readTarget (std::string &lib_name, std::string &targetName, bool bind=true) |
| |
| G4GIDI_target * | getAlreadyReadTarget (int iZ, int iA, int iM=0) |
| |
| G4GIDI_target * | getAlreadyReadTarget (std::string &targetName) |
| |
| int | freeTarget (int iZ, int iA, int iM=0) |
| |
| int | freeTarget (std::string &targetSymbol) |
| |
| int | freeTarget (G4GIDI_target *target) |
| |
| std::vector< std::string > * | getListOfReadTargetsNames (void) |
| |
Definition at line 73 of file G4GIDI.hh.