Geant4  10.02.p03
G4VStatMFEnsemble Class Referenceabstract

#include <G4VStatMFEnsemble.hh>

Inheritance diagram for G4VStatMFEnsemble:
Collaboration diagram for G4VStatMFEnsemble:

Public Member Functions

 G4VStatMFEnsemble ()
 
virtual ~G4VStatMFEnsemble ()
 
virtual G4StatMFChannelChooseAandZ (const G4Fragment &aFragment)=0
 
G4double GetMeanMultiplicity (void) const
 
G4double GetMeanTemperature (void) const
 

Protected Attributes

G4double __FreeInternalE0
 
G4double __MeanTemperature
 
G4double __MeanEntropy
 
G4double __MeanMultiplicity
 

Private Member Functions

 G4VStatMFEnsemble (const G4VStatMFEnsemble &right)
 
G4VStatMFEnsembleoperator= (const G4VStatMFEnsemble &right)
 
G4bool operator== (const G4VStatMFEnsemble &right) const
 
G4bool operator!= (const G4VStatMFEnsemble &right) const
 

Detailed Description

Definition at line 39 of file G4VStatMFEnsemble.hh.

Constructor & Destructor Documentation

◆ G4VStatMFEnsemble() [1/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( )
inline

Definition at line 43 of file G4VStatMFEnsemble.hh.

43  :
44  __FreeInternalE0(0.0),
45  __MeanTemperature(0.0),
46  __MeanEntropy(0.0),
48  {};
Here is the caller graph for this function:

◆ ~G4VStatMFEnsemble()

virtual G4VStatMFEnsemble::~G4VStatMFEnsemble ( )
inlinevirtual

Definition at line 52 of file G4VStatMFEnsemble.hh.

52 {};
Here is the call graph for this function:

◆ G4VStatMFEnsemble() [2/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( const G4VStatMFEnsemble right)
private

Definition at line 36 of file G4VStatMFEnsemble.cc.

37 {
38  throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::copy_constructor meant to not be accessable");
39 }
Here is the call graph for this function:

Member Function Documentation

◆ ChooseAandZ()

virtual G4StatMFChannel* G4VStatMFEnsemble::ChooseAandZ ( const G4Fragment aFragment)
pure virtual

Implemented in G4StatMFMacroCanonical, and G4StatMFMicroCanonical.

Here is the caller graph for this function:

◆ GetMeanMultiplicity()

G4double G4VStatMFEnsemble::GetMeanMultiplicity ( void  ) const
inline

Definition at line 69 of file G4VStatMFEnsemble.hh.

69 {return __MeanMultiplicity;}

◆ GetMeanTemperature()

G4double G4VStatMFEnsemble::GetMeanTemperature ( void  ) const
inline

Definition at line 71 of file G4VStatMFEnsemble.hh.

71 {return __MeanTemperature;}
Here is the caller graph for this function:

◆ operator!=()

G4bool G4VStatMFEnsemble::operator!= ( const G4VStatMFEnsemble right) const
private

Definition at line 58 of file G4VStatMFEnsemble.cc.

59 {
60  throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator!= meant to not be accessable");
61  return true;
62 }
Here is the caller graph for this function:

◆ operator=()

G4VStatMFEnsemble & G4VStatMFEnsemble::operator= ( const G4VStatMFEnsemble right)
private

Definition at line 44 of file G4VStatMFEnsemble.cc.

45 {
46  throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator= meant to not be accessable");
47  return *this;
48 }
Here is the caller graph for this function:

◆ operator==()

G4bool G4VStatMFEnsemble::operator== ( const G4VStatMFEnsemble right) const
private

Definition at line 51 of file G4VStatMFEnsemble.cc.

52 {
53  throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator== meant to not be accessable");
54  return false;
55 }
Here is the caller graph for this function:

Member Data Documentation

◆ __FreeInternalE0

G4double G4VStatMFEnsemble::__FreeInternalE0
protected

Definition at line 76 of file G4VStatMFEnsemble.hh.

◆ __MeanEntropy

G4double G4VStatMFEnsemble::__MeanEntropy
protected

Definition at line 82 of file G4VStatMFEnsemble.hh.

◆ __MeanMultiplicity

G4double G4VStatMFEnsemble::__MeanMultiplicity
protected

Definition at line 85 of file G4VStatMFEnsemble.hh.

◆ __MeanTemperature

G4double G4VStatMFEnsemble::__MeanTemperature
protected

Definition at line 79 of file G4VStatMFEnsemble.hh.


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