Geant4-11
Public Member Functions | Protected Attributes | Private Member Functions
G4VStatMFEnsemble Class Referenceabstract

#include <G4VStatMFEnsemble.hh>

Inheritance diagram for G4VStatMFEnsemble:
G4StatMFMacroCanonical G4StatMFMicroCanonical

Public Member Functions

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

Protected Attributes

G4double __FreeInternalE0
 
G4double __MeanEntropy
 
G4double __MeanMultiplicity
 
G4double __MeanTemperature
 

Private Member Functions

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

Detailed Description

Definition at line 38 of file G4VStatMFEnsemble.hh.

Constructor & Destructor Documentation

◆ G4VStatMFEnsemble() [1/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( )
inline

Definition at line 42 of file G4VStatMFEnsemble.hh.

42 :
45 __MeanEntropy(0.0),
47 {};

◆ ~G4VStatMFEnsemble()

virtual G4VStatMFEnsemble::~G4VStatMFEnsemble ( )
inlinevirtual

Definition at line 51 of file G4VStatMFEnsemble.hh.

51{};

◆ G4VStatMFEnsemble() [2/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( const G4VStatMFEnsemble right)
private

Definition at line 35 of file G4VStatMFEnsemble.cc.

36{
37 throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::copy_constructor meant to not be accessible");
38}

Member Function Documentation

◆ ChooseAandZ()

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

◆ GetMeanMultiplicity()

G4double G4VStatMFEnsemble::GetMeanMultiplicity ( void  ) const
inline

Definition at line 68 of file G4VStatMFEnsemble.hh.

68{return __MeanMultiplicity;}

References __MeanMultiplicity.

Referenced by G4StatMF::BreakItUp().

◆ GetMeanTemperature()

G4double G4VStatMFEnsemble::GetMeanTemperature ( void  ) const
inline

Definition at line 70 of file G4VStatMFEnsemble.hh.

70{return __MeanTemperature;}

References __MeanTemperature.

Referenced by G4StatMF::BreakItUp().

◆ operator!=()

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

Definition at line 57 of file G4VStatMFEnsemble.cc.

58{
59 throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator!= meant to not be accessible");
60 return true;
61}

◆ operator=()

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

Definition at line 42 of file G4VStatMFEnsemble.cc.

44{
45 throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator= meant to not be accessible");
46 return *this;
47}

◆ operator==()

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

Definition at line 50 of file G4VStatMFEnsemble.cc.

51{
52 throw G4HadronicException(__FILE__, __LINE__, "G4VStatMFEnsemble::operator== meant to not be accessible");
53 return false;
54}

Field Documentation

◆ __FreeInternalE0

G4double G4VStatMFEnsemble::__FreeInternalE0
protected

◆ __MeanEntropy

G4double G4VStatMFEnsemble::__MeanEntropy
protected

◆ __MeanMultiplicity

G4double G4VStatMFEnsemble::__MeanMultiplicity
protected

◆ __MeanTemperature

G4double G4VStatMFEnsemble::__MeanTemperature
protected

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