Geant4 11.3.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.
Referenced by ~G4PreCompoundFragmentVector().
|
default |
G4double G4PreCompoundFragmentVector::CalculateProbabilities | ( | const G4Fragment & | aFragment | ) |
Definition at line 74 of file G4PreCompoundFragmentVector.cc.
G4VPreCompoundFragment * G4PreCompoundFragmentVector::ChooseFragment | ( | ) |
Definition at line 91 of file G4PreCompoundFragmentVector.cc.
void G4PreCompoundFragmentVector::SetOPTxs | ( | G4int | opt | ) |
Definition at line 59 of file G4PreCompoundFragmentVector.cc.
void G4PreCompoundFragmentVector::SetVector | ( | pcfvector * | avector | ) |
Definition at line 43 of file G4PreCompoundFragmentVector.cc.
Referenced by G4PreCompoundFragmentVector().
void G4PreCompoundFragmentVector::UseSICB | ( | G4bool | use | ) |
Definition at line 67 of file G4PreCompoundFragmentVector.cc.