![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4VPreCompoundTransitions: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) |
Protected Attributes | |
| G4bool | useNGB |
| G4bool | useCEMtr |
| G4double | TransitionProb1 |
| G4double | TransitionProb2 |
| G4double | TransitionProb3 |
Private Member Functions | |
| G4VPreCompoundTransitions (const G4VPreCompoundTransitions &) | |
| const G4VPreCompoundTransitions & | operator= (const G4VPreCompoundTransitions &right) |
| G4bool | operator== (const G4VPreCompoundTransitions &right) const |
| G4bool | operator!= (const G4VPreCompoundTransitions &right) const |
Definition at line 38 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 38 of file G4VPreCompoundTransitions.hh
| G4VPreCompoundTransitions::G4VPreCompoundTransitions | ( | ) |
Definition at line 34 of file G4VPreCompoundTransitions.cc.
View newest version in sPHENIX GitHub at line 34 of file G4VPreCompoundTransitions.cc
|
virtual |
Definition at line 39 of file G4VPreCompoundTransitions.cc.
View newest version in sPHENIX GitHub at line 39 of file G4VPreCompoundTransitions.cc
|
private |
|
pure virtual |
Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.
Referenced by G4PreCompoundModel::DeExcite().
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 77 of file G4VPreCompoundTransitions.hh
References TransitionProb1.
Referenced by G4PreCompoundModel::DeExcite().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 81 of file G4VPreCompoundTransitions.hh
References TransitionProb2.
Referenced by G4PreCompoundModel::DeExcite().
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 85 of file G4VPreCompoundTransitions.hh
References TransitionProb3.
Referenced by G4PreCompoundModel::DeExcite().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
pure virtual |
Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.
Referenced by G4PreCompoundModel::DeExcite().
Here is the caller graph for this function:Definition at line 57 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 57 of file G4VPreCompoundTransitions.hh
References useCEMtr.
Referenced by G4PreCompoundModel::InitialiseModel().
Here is the caller graph for this function:Definition at line 55 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 55 of file G4VPreCompoundTransitions.hh
References useNGB.
Referenced by G4PreCompoundModel::InitialiseModel().
Here is the caller graph for this function:
|
protected |
Definition at line 71 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 71 of file G4VPreCompoundTransitions.hh
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb1(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 72 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 72 of file G4VPreCompoundTransitions.hh
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb2(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 73 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 73 of file G4VPreCompoundTransitions.hh
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb3(), and G4PreCompoundTransitions::PerformTransition().
|
protected |
Definition at line 69 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 69 of file G4VPreCompoundTransitions.hh
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseCEMtr().
|
protected |
Definition at line 68 of file G4VPreCompoundTransitions.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VPreCompoundTransitions.hh
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseNGB().