Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
GIDI::RISI Namespace Reference

Classes

class  Reaction
class  Protare
class  Target
class  Projectile
class  Projectiles

Functions

void readRIS (std::string const &a_fileName, std::string const &a_energyUnit, Projectiles &a_projectiles)

Function Documentation

◆ readRIS()

void GIDI::RISI::readRIS ( std::string const & a_fileName,
std::string const & a_energyUnit,
Projectiles & a_projectiles )

Definition at line 667 of file RISI_read.cc.

667 {
668
669 a_projectiles.clear( );
670 readRIS2( ".", a_fileName, a_projectiles, a_energyUnit );
671}

Referenced by GIDI::Map::Map::RIS_load().