Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GIDI.cc File Reference
#include <G4GIDI.hh>

Go to the source code of this file.

Functions

void G4GIDI_initialize (std::string const &a_dataPath)

Variables

PoPI::Database G4GIDI_pops

Function Documentation

◆ G4GIDI_initialize()

void G4GIDI_initialize ( std::string const & a_dataPath)

Initialize the G4GIDI stuff.

Definition at line 66 of file G4GIDI.cc.

66 {
67
68 if( G4GIDI_pops_initialized ) return;
69
70 G4GIDI_pops_initialized = true;
71 G4GIDI_pops.addFile( a_dataPath + "/" + "pops.xml", false );
72 G4GIDI_pops.addFile( a_dataPath + "/" + "metastables_alias.xml", false );
73}
PoPI::Database G4GIDI_pops
Definition G4GIDI.cc:29

Variable Documentation

◆ G4GIDI_pops

PoPI::Database G4GIDI_pops

Definition at line 29 of file G4GIDI.cc.

Referenced by G4GIDI::addDataDirectory(), G4GIDI_initialize(), and G4GIDI::readTarget().