|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <RISI.hpp>
Public Member Functions | |
| Target (std::string const &a_id) | |
| ~Target () | |
| void | add (Protare *a_protare) |
| bool | fissionPresent () const |
| std::vector< Reaction * > const & | reactions () const |
| void | products (Projectile const *a_projectile, int a_level, int a_maxLevel, double a_energyMax, std::map< std::string, int > &a_products) const |
| void | print (std::string const &a_indent="") const |
| void | printAsRIS_file () const |
|
inline |
| GIDI::RISI::Target::~Target | ( | ) |
Definition at line 313 of file RISI_read.cc.
| void GIDI::RISI::Target::add | ( | Protare * | a_protare | ) |
Adds a_protare to this list of Protare instances.
| a_protare | [in] The Protare instance to add to this. |
Definition at line 325 of file RISI_read.cc.
| bool GIDI::RISI::Target::fissionPresent | ( | ) | const |
Returns true if any protare in this target has fission reactions.
Definition at line 336 of file RISI_read.cc.
| void GIDI::RISI::Target::print | ( | std::string const & | a_indent = "" | ) | const |
Calls the print method on each Projectile in this.
| a_indent | [in] The Protare instance to add to this. |
Definition at line 364 of file RISI_read.cc.
| void GIDI::RISI::Target::printAsRIS_file | ( | ) | const |
Calls the printAsRIS_file method on each Protare in this. This method attempts to print this as it appears in a file.
Definition at line 375 of file RISI_read.cc.
| void GIDI::RISI::Target::products | ( | Projectile const * | a_projectile, |
| int | a_level, | ||
| int | a_maxLevel, | ||
| double | a_energyMax, | ||
| std::map< std::string, int > & | a_products ) const |
| a_projectile | [in] The Projectile instance for the requested projectile. |
| a_level | [in] The current recursive level. |
| a_maxLevel | [in] The maximum recursive level requested by the user. |
| a_energyMax | [in] Only reactions with effective thresholds less than this value are processed. |
| a_products | [in] The list to add additional products to. |
Definition at line 353 of file RISI_read.cc.
|
inline |
Definition at line 95 of file RISI.hpp.
Referenced by reactions().