Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VPreCompoundTransitions Class Referenceabstract

#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
 

Detailed Description

Definition at line 39 of file G4VPreCompoundTransitions.hh.

Constructor & Destructor Documentation

G4VPreCompoundTransitions::G4VPreCompoundTransitions ( )
G4VPreCompoundTransitions::~G4VPreCompoundTransitions ( )
virtual

Definition at line 40 of file G4VPreCompoundTransitions.cc.

41 {}

Member Function Documentation

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

Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.

Here is the caller graph for this function:

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:

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:

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:

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

Implemented in G4PreCompoundTransitions, and G4GNASHTransitions.

Here is the caller graph for this function:

void G4VPreCompoundTransitions::UseCEMtr ( G4bool  use)
inline

Definition at line 58 of file G4VPreCompoundTransitions.hh.

Here is the caller graph for this function:

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

G4double G4VPreCompoundTransitions::TransitionProb1
protected

Definition at line 72 of file G4VPreCompoundTransitions.hh.

G4double G4VPreCompoundTransitions::TransitionProb2
protected

Definition at line 73 of file G4VPreCompoundTransitions.hh.

G4double G4VPreCompoundTransitions::TransitionProb3
protected

Definition at line 74 of file G4VPreCompoundTransitions.hh.

G4bool G4VPreCompoundTransitions::useCEMtr
protected

Definition at line 70 of file G4VPreCompoundTransitions.hh.

G4bool G4VPreCompoundTransitions::useNGB
protected

Definition at line 69 of file G4VPreCompoundTransitions.hh.


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