Geant4  10.00.p02
G4PreCompoundFragmentVector Class Reference

#include <G4PreCompoundFragmentVector.hh>

+ Collaboration diagram for G4PreCompoundFragmentVector:

Public Member Functions

 G4PreCompoundFragmentVector (pcfvector *avector)
 
 ~G4PreCompoundFragmentVector ()
 
void SetVector (pcfvector *avector)
 
void SetOPTxs (G4int)
 
void UseSICB (G4bool)
 
void Initialize (const G4Fragment &aFragment)
 
G4double CalculateProbabilities (const G4Fragment &aFragment)
 
G4VPreCompoundFragmentChooseFragment ()
 

Private Member Functions

 G4PreCompoundFragmentVector (const G4PreCompoundFragmentVector &right)
 
const G4PreCompoundFragmentVectoroperator= (const G4PreCompoundFragmentVector &right)
 
G4bool operator== (const G4PreCompoundFragmentVector &right) const
 
G4bool operator!= (const G4PreCompoundFragmentVector &right) const
 

Private Attributes

pcfvectortheChannels
 
G4DataVector probabilities
 
G4int nChannels
 

Detailed Description

Definition at line 52 of file G4PreCompoundFragmentVector.hh.

Constructor & Destructor Documentation

G4PreCompoundFragmentVector::G4PreCompoundFragmentVector ( pcfvector avector)

Definition at line 38 of file G4PreCompoundFragmentVector.cc.

References SetVector().

+ Here is the call graph for this function:

G4PreCompoundFragmentVector::~G4PreCompoundFragmentVector ( )

Definition at line 44 of file G4PreCompoundFragmentVector.cc.

G4PreCompoundFragmentVector::G4PreCompoundFragmentVector ( const G4PreCompoundFragmentVector right)
private

Member Function Documentation

G4double G4PreCompoundFragmentVector::CalculateProbabilities ( const G4Fragment aFragment)
inline

Definition at line 96 of file G4PreCompoundFragmentVector.hh.

References nChannels, and probabilities.

Referenced by G4PreCompoundEmission::GetTotalProbability().

+ Here is the caller graph for this function:

G4VPreCompoundFragment * G4PreCompoundFragmentVector::ChooseFragment ( )
inline

Definition at line 109 of file G4PreCompoundFragmentVector.hh.

References G4UniformRand, nChannels, probabilities, and theChannels.

Referenced by G4PreCompoundEmission::PerformEmission().

+ Here is the caller graph for this function:

void G4PreCompoundFragmentVector::Initialize ( const G4Fragment aFragment)
inline

Definition at line 88 of file G4PreCompoundFragmentVector.hh.

References nChannels.

Referenced by G4PreCompoundEmission::Initialize().

+ Here is the caller graph for this function:

G4bool G4PreCompoundFragmentVector::operator!= ( const G4PreCompoundFragmentVector right) const
private
const G4PreCompoundFragmentVector& G4PreCompoundFragmentVector::operator= ( const G4PreCompoundFragmentVector right)
private
G4bool G4PreCompoundFragmentVector::operator== ( const G4PreCompoundFragmentVector right) const
private
void G4PreCompoundFragmentVector::SetOPTxs ( G4int  opt)

Definition at line 57 of file G4PreCompoundFragmentVector.cc.

References nChannels.

Referenced by G4PreCompoundEmission::SetOPTxs().

+ Here is the caller graph for this function:

void G4PreCompoundFragmentVector::SetVector ( pcfvector avector)

Definition at line 47 of file G4PreCompoundFragmentVector.cc.

References nChannels, probabilities, and theChannels.

Referenced by G4PreCompoundFragmentVector(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().

+ Here is the caller graph for this function:

void G4PreCompoundFragmentVector::UseSICB ( G4bool  use)

Definition at line 65 of file G4PreCompoundFragmentVector.cc.

References nChannels.

Referenced by G4PreCompoundEmission::UseSICB().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4PreCompoundFragmentVector::nChannels
private
G4DataVector G4PreCompoundFragmentVector::probabilities
private
pcfvector* G4PreCompoundFragmentVector::theChannels
private

Definition at line 80 of file G4PreCompoundFragmentVector.hh.

Referenced by ChooseFragment(), and SetVector().


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