Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4GIDI Class Reference

#include <G4GIDI.hh>

Public Member Functions

 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_targetreadTarget (std::string &lib_name, int iZ, int iA, int iM=0, bool bind=true)
 
G4GIDI_targetreadTarget (std::string &lib_name, std::string &targetName, bool bind=true)
 
G4GIDI_targetgetAlreadyReadTarget (int iZ, int iA, int iM=0)
 
G4GIDI_targetgetAlreadyReadTarget (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)
 

Detailed Description

Definition at line 73 of file G4GIDI.hh.

Constructor & Destructor Documentation

G4GIDI::G4GIDI ( int  ip,
std::string &  dataDirectory 
)
G4GIDI::G4GIDI ( int  ip,
std::list< std::string > &  dataDirectory 
)
G4GIDI::~G4GIDI ( void  )

Definition at line 90 of file G4GIDI.cc.

Member Function Documentation

int G4GIDI::addDataDirectory ( std::string &  dataDirectory)

Definition at line 124 of file G4GIDI.cc.

char* G4GIDI::dataFilename ( std::string &  lib_name,
int  iZ,
int  iA,
int  iM = 0 
)
char* G4GIDI::dataFilename ( std::string &  lib_name,
std::string &  targetName 
)
int G4GIDI::freeTarget ( int  iZ,
int  iA,
int  iM = 0 
)

Definition at line 367 of file G4GIDI.cc.

Here is the call graph for this function:

int G4GIDI::freeTarget ( std::string &  targetSymbol)
int G4GIDI::freeTarget ( G4GIDI_target target)

Definition at line 351 of file G4GIDI.cc.

G4GIDI_target * G4GIDI::getAlreadyReadTarget ( int  iZ,
int  iA,
int  iM = 0 
)

Definition at line 325 of file G4GIDI.cc.

Here is the call graph for this function:

G4GIDI_target* G4GIDI::getAlreadyReadTarget ( std::string &  targetName)
vector< string > * G4GIDI::getDataDirectories ( void  )

Definition at line 172 of file G4GIDI.cc.

string G4GIDI::getDataDirectoryAtIndex ( int  index)

Definition at line 155 of file G4GIDI.cc.

vector< string > * G4GIDI::getListOfReadTargetsNames ( void  )

Definition at line 393 of file G4GIDI.cc.

vector< string > * G4GIDI::getNamesOfAvailableLibraries ( int  iZ,
int  iA,
int  iM = 0 
)

Definition at line 240 of file G4GIDI.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

std::vector<std::string>* G4GIDI::getNamesOfAvailableLibraries ( std::string &  targetName)
vector< string > * G4GIDI::getNamesOfAvailableTargets ( void  )

Definition at line 275 of file G4GIDI.cc.

Here is the call graph for this function:

bool G4GIDI::isThisDataAvailable ( std::string &  lib_name,
int  iZ,
int  iA,
int  iM = 0 
)

Here is the caller graph for this function:

bool G4GIDI::isThisDataAvailable ( std::string &  lib_name,
std::string &  targetName 
)
int G4GIDI::numberOfDataDirectories ( void  )

Definition at line 117 of file G4GIDI.cc.

G4GIDI_target* G4GIDI::readTarget ( std::string &  lib_name,
int  iZ,
int  iA,
int  iM = 0,
bool  bind = true 
)

Here is the caller graph for this function:

G4GIDI_target* G4GIDI::readTarget ( std::string &  lib_name,
std::string &  targetName,
bool  bind = true 
)
int G4GIDI::removeDataDirectory ( std::string &  dataDirectory)

Definition at line 140 of file G4GIDI.cc.


The documentation for this class was generated from the following files: