Geant4  10.02.p03
G4VPreCompoundTransitions Class Referenceabstract

#include <G4VPreCompoundTransitions.hh>

Inheritance diagram for G4VPreCompoundTransitions:
Collaboration 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 G4VPreCompoundTransitionsoperator= (const G4VPreCompoundTransitions &right)
 
G4bool operator== (const G4VPreCompoundTransitions &right) const
 
G4bool operator!= (const G4VPreCompoundTransitions &right) const
 

Detailed Description

Definition at line 39 of file G4VPreCompoundTransitions.hh.

Constructor & Destructor Documentation

◆ G4VPreCompoundTransitions() [1/2]

G4VPreCompoundTransitions::G4VPreCompoundTransitions ( )

Definition at line 35 of file G4VPreCompoundTransitions.cc.

Here is the caller graph for this function:

◆ ~G4VPreCompoundTransitions()

G4VPreCompoundTransitions::~G4VPreCompoundTransitions ( )
virtual

Definition at line 40 of file G4VPreCompoundTransitions.cc.

41 {}

◆ G4VPreCompoundTransitions() [2/2]

G4VPreCompoundTransitions::G4VPreCompoundTransitions ( const G4VPreCompoundTransitions )
private

Member Function Documentation

◆ CalculateProbability()

virtual G4double G4VPreCompoundTransitions::CalculateProbability ( const G4Fragment aFragment)
pure virtual

Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.

Here is the caller graph for this function:

◆ GetTransitionProb1()

G4double G4VPreCompoundTransitions::GetTransitionProb1 ( ) const
inline

Definition at line 78 of file G4VPreCompoundTransitions.hh.

79  {
80  return TransitionProb1;
81  }
Here is the caller graph for this function:

◆ GetTransitionProb2()

G4double G4VPreCompoundTransitions::GetTransitionProb2 ( ) const
inline

Definition at line 82 of file G4VPreCompoundTransitions.hh.

83  {
84  return TransitionProb2;
85  }
Here is the caller graph for this function:

◆ GetTransitionProb3()

G4double G4VPreCompoundTransitions::GetTransitionProb3 ( ) const
inline

Definition at line 86 of file G4VPreCompoundTransitions.hh.

87  {
88  return TransitionProb3;
89  }
Here is the caller graph for this function:

◆ operator!=()

G4bool G4VPreCompoundTransitions::operator!= ( const G4VPreCompoundTransitions right) const
private
Here is the caller graph for this function:

◆ operator=()

const G4VPreCompoundTransitions& G4VPreCompoundTransitions::operator= ( const G4VPreCompoundTransitions right)
private
Here is the caller graph for this function:

◆ operator==()

G4bool G4VPreCompoundTransitions::operator== ( const G4VPreCompoundTransitions right) const
private
Here is the caller graph for this function:

◆ PerformTransition()

virtual void G4VPreCompoundTransitions::PerformTransition ( G4Fragment aFragment)
pure virtual

Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.

Here is the caller graph for this function:

◆ UseCEMtr()

void G4VPreCompoundTransitions::UseCEMtr ( G4bool  use)
inline

Definition at line 58 of file G4VPreCompoundTransitions.hh.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UseNGB()

void G4VPreCompoundTransitions::UseNGB ( G4bool  use)
inline

Definition at line 56 of file G4VPreCompoundTransitions.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ TransitionProb1

G4double G4VPreCompoundTransitions::TransitionProb1
protected

Definition at line 72 of file G4VPreCompoundTransitions.hh.

◆ TransitionProb2

G4double G4VPreCompoundTransitions::TransitionProb2
protected

Definition at line 73 of file G4VPreCompoundTransitions.hh.

◆ TransitionProb3

G4double G4VPreCompoundTransitions::TransitionProb3
protected

Definition at line 74 of file G4VPreCompoundTransitions.hh.

◆ useCEMtr

G4bool G4VPreCompoundTransitions::useCEMtr
protected

Definition at line 70 of file G4VPreCompoundTransitions.hh.

◆ useNGB

G4bool G4VPreCompoundTransitions::useNGB
protected

Definition at line 69 of file G4VPreCompoundTransitions.hh.


The documentation for this class was generated from the following files: