Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPreCompoundTransitions.hh>
Public Member Functions | |
G4VPreCompoundTransitions () | |
virtual | ~G4VPreCompoundTransitions () |
virtual G4double | CalculateProbability (const G4Fragment &aFragment)=0 |
virtual void | PerformTransition (G4Fragment &aFragment)=0 |
G4double | GetTransitionProb1 () const |
G4double | GetTransitionProb2 () const |
G4double | GetTransitionProb3 () const |
void | UseNGB (G4bool use) |
void | UseCEMtr (G4bool use) |
G4VPreCompoundTransitions (const G4VPreCompoundTransitions &)=delete | |
const G4VPreCompoundTransitions & | operator= (const G4VPreCompoundTransitions &right)=delete |
G4bool | operator== (const G4VPreCompoundTransitions &right) const =delete |
G4bool | operator!= (const G4VPreCompoundTransitions &right) const =delete |
Protected Attributes | |
G4bool | useNGB |
G4bool | useCEMtr |
G4double | TransitionProb1 |
G4double | TransitionProb2 |
G4double | TransitionProb3 |
Definition at line 38 of file G4VPreCompoundTransitions.hh.
G4VPreCompoundTransitions::G4VPreCompoundTransitions | ( | ) |
Definition at line 34 of file G4VPreCompoundTransitions.cc.
|
virtual |
Definition at line 39 of file G4VPreCompoundTransitions.cc.
|
delete |
|
pure virtual |
Implemented in G4GNASHTransitions, and G4PreCompoundTransitions.
Referenced by G4PreCompoundModel::DeExcite().
|
inline |
Definition at line 76 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundModel::DeExcite().
|
inline |
Definition at line 80 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundModel::DeExcite().
|
inline |
Definition at line 84 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundModel::DeExcite().
|
delete |
|
delete |
|
delete |
|
pure virtual |
Implemented in G4GNASHTransitions, and G4PreCompoundTransitions.
Referenced by G4PreCompoundModel::DeExcite().
|
inline |
Definition at line 57 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundModel::InitialiseModel().
|
inline |
Definition at line 55 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundModel::InitialiseModel().
|
protected |
Definition at line 70 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb1(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 71 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb2(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 72 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb3(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 68 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseCEMtr().
|
protected |
Definition at line 67 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseNGB().