|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PreCompoundFragmentVector.hh>
Public Member Functions | |
| G4PreCompoundFragmentVector (pcfvector *avector) | |
| ~G4PreCompoundFragmentVector ()=default | |
| void | SetVector (pcfvector *avector) |
| void | SetOPTxs (G4int) |
| void | UseSICB (G4bool) |
| G4double | CalculateProbabilities (const G4Fragment &aFragment) |
| G4VPreCompoundFragment * | ChooseFragment () |
Definition at line 51 of file G4PreCompoundFragmentVector.hh.
|
explicit |
Definition at line 37 of file G4PreCompoundFragmentVector.cc.
|
default |
| G4double G4PreCompoundFragmentVector::CalculateProbabilities | ( | const G4Fragment & | aFragment | ) |
Definition at line 74 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::GetTotalProbability().
| G4VPreCompoundFragment * G4PreCompoundFragmentVector::ChooseFragment | ( | ) |
Definition at line 93 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::PerformEmission().
| void G4PreCompoundFragmentVector::SetOPTxs | ( | G4int | opt | ) |
Definition at line 59 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::SetOPTxs().
| void G4PreCompoundFragmentVector::SetVector | ( | pcfvector * | avector | ) |
Definition at line 43 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundFragmentVector(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().
| void G4PreCompoundFragmentVector::UseSICB | ( | G4bool | use | ) |
Definition at line 67 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundEmission::UseSICB().