Geant4-11
|
#include <G4PreCompoundFragmentVector.hh>
Public Member Functions | |
G4double | CalculateProbabilities (const G4Fragment &aFragment) |
G4VPreCompoundFragment * | ChooseFragment () |
G4PreCompoundFragmentVector (pcfvector *avector) | |
void | SetOPTxs (G4int) |
void | SetVector (pcfvector *avector) |
void | UseSICB (G4bool) |
~G4PreCompoundFragmentVector ()=default | |
Private Member Functions | |
G4PreCompoundFragmentVector (const G4PreCompoundFragmentVector &right)=delete | |
G4bool | operator!= (const G4PreCompoundFragmentVector &right) const =delete |
const G4PreCompoundFragmentVector & | operator= (const G4PreCompoundFragmentVector &right)=delete |
G4bool | operator== (const G4PreCompoundFragmentVector &right) const =delete |
Private Attributes | |
G4int | nChannels |
G4DataVector | probabilities |
pcfvector * | theChannels |
Definition at line 51 of file G4PreCompoundFragmentVector.hh.
|
explicit |
Definition at line 37 of file G4PreCompoundFragmentVector.cc.
References SetVector().
|
default |
|
privatedelete |
G4double G4PreCompoundFragmentVector::CalculateProbabilities | ( | const G4Fragment & | aFragment | ) |
Definition at line 74 of file G4PreCompoundFragmentVector.cc.
References nChannels, probabilities, and theChannels.
Referenced by G4PreCompoundEmission::GetTotalProbability().
G4VPreCompoundFragment * G4PreCompoundFragmentVector::ChooseFragment | ( | ) |
Definition at line 93 of file G4PreCompoundFragmentVector.cc.
References G4UniformRand, nChannels, probabilities, and theChannels.
Referenced by G4PreCompoundEmission::PerformEmission().
|
privatedelete |
|
privatedelete |
|
privatedelete |
void G4PreCompoundFragmentVector::SetOPTxs | ( | G4int | opt | ) |
Definition at line 59 of file G4PreCompoundFragmentVector.cc.
References nChannels.
Referenced by G4PreCompoundEmission::SetOPTxs().
void G4PreCompoundFragmentVector::SetVector | ( | pcfvector * | avector | ) |
Definition at line 43 of file G4PreCompoundFragmentVector.cc.
References nChannels, probabilities, and theChannels.
Referenced by G4PreCompoundFragmentVector(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().
void G4PreCompoundFragmentVector::UseSICB | ( | G4bool | use | ) |
Definition at line 67 of file G4PreCompoundFragmentVector.cc.
References nChannels.
Referenced by G4PreCompoundEmission::UseSICB().
|
private |
Definition at line 80 of file G4PreCompoundFragmentVector.hh.
Referenced by CalculateProbabilities(), ChooseFragment(), SetOPTxs(), SetVector(), and UseSICB().
|
private |
Definition at line 78 of file G4PreCompoundFragmentVector.hh.
Referenced by CalculateProbabilities(), ChooseFragment(), and SetVector().
|
private |
Definition at line 77 of file G4PreCompoundFragmentVector.hh.
Referenced by CalculateProbabilities(), ChooseFragment(), and SetVector().