Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PreCompoundFragmentVector.hh>
Public Member Functions | |
G4PreCompoundFragmentVector (pcfvector *avector) | |
~G4PreCompoundFragmentVector () | |
void | SetVector (pcfvector *avector) |
void | SetOPTxs (G4int) |
void | UseSICB (G4bool) |
void | Initialize (const G4Fragment &aFragment) |
G4double | CalculateProbabilities (const G4Fragment &aFragment) |
G4VPreCompoundFragment * | ChooseFragment () |
Definition at line 52 of file G4PreCompoundFragmentVector.hh.
G4PreCompoundFragmentVector::G4PreCompoundFragmentVector | ( | pcfvector * | avector | ) |
Definition at line 38 of file G4PreCompoundFragmentVector.cc.
G4PreCompoundFragmentVector::~G4PreCompoundFragmentVector | ( | ) |
Definition at line 44 of file G4PreCompoundFragmentVector.cc.
|
inline |
Definition at line 96 of file G4PreCompoundFragmentVector.hh.
Referenced by G4PreCompoundEmission::GetTotalProbability().
|
inline |
Definition at line 109 of file G4PreCompoundFragmentVector.hh.
Referenced by G4PreCompoundEmission::PerformEmission().
|
inline |
Definition at line 88 of file G4PreCompoundFragmentVector.hh.
Referenced by G4PreCompoundEmission::Initialize().
void G4PreCompoundFragmentVector::SetOPTxs | ( | G4int | opt | ) |
Definition at line 57 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::SetOPTxs().
void G4PreCompoundFragmentVector::SetVector | ( | pcfvector * | avector | ) |
Definition at line 47 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundFragmentVector(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().
void G4PreCompoundFragmentVector::UseSICB | ( | G4bool | use | ) |
Definition at line 65 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::UseSICB().