| 
    Geant4
    10.00.p02
    
   | 
 
#include <G4VPreCompoundTransitions.hh>
 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 39 of file G4VPreCompoundTransitions.hh.
| G4VPreCompoundTransitions::G4VPreCompoundTransitions | ( | ) | 
Definition at line 35 of file G4VPreCompoundTransitions.cc.
      
  | 
  virtual | 
Definition at line 40 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 78 of file G4VPreCompoundTransitions.hh.
References TransitionProb1.
Referenced by G4PreCompoundModel::DeExcite().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 82 of file G4VPreCompoundTransitions.hh.
References TransitionProb2.
Referenced by G4PreCompoundModel::DeExcite().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 86 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:
      
  | 
  inline | 
Definition at line 58 of file G4VPreCompoundTransitions.hh.
References useCEMtr.
Referenced by G4PreCompoundModel::G4PreCompoundModel(), G4PreCompoundModel::UseDefaultTransition(), and G4PreCompoundModel::UseGNASHTransition().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 56 of file G4VPreCompoundTransitions.hh.
References useNGB.
Referenced by G4PreCompoundModel::G4PreCompoundModel(), G4PreCompoundModel::UseDefaultTransition(), and G4PreCompoundModel::UseGNASHTransition().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 72 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb1(), and G4PreCompoundTransitions::PerformTransition().
      
  | 
  protected | 
Definition at line 73 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb2(), and G4PreCompoundTransitions::PerformTransition().
      
  | 
  protected | 
Definition at line 74 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), GetTransitionProb3(), and G4PreCompoundTransitions::PerformTransition().
      
  | 
  protected | 
Definition at line 70 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseCEMtr().
      
  | 
  protected | 
Definition at line 69 of file G4VPreCompoundTransitions.hh.
Referenced by G4PreCompoundTransitions::CalculateProbability(), and UseNGB().