Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VStatMFEnsemble Class Referenceabstract

#include <G4VStatMFEnsemble.hh>

Inheritance diagram for G4VStatMFEnsemble:

Public Member Functions

 G4VStatMFEnsemble ()=default
virtual ~G4VStatMFEnsemble ()=default
virtual void Initialise (const G4Fragment &aFragment)=0
virtual G4StatMFChannelChooseAandZ (const G4Fragment &aFragment)=0
G4double GetMeanMultiplicity () const
G4double GetMeanTemperature () const
 G4VStatMFEnsemble (const G4VStatMFEnsemble &right)=delete
G4VStatMFEnsembleoperator= (const G4VStatMFEnsemble &right)=delete
G4bool operator== (const G4VStatMFEnsemble &right) const =delete
G4bool operator!= (const G4VStatMFEnsemble &right) const =delete

Protected Attributes

G4double pFreeInternalE0 {0.0}
G4double pMeanTemperature {0.0}
G4double pMeanEntropy {0.0}
G4double pMeanMultiplicity {0.0}

Detailed Description

Definition at line 36 of file G4VStatMFEnsemble.hh.

Constructor & Destructor Documentation

◆ G4VStatMFEnsemble() [1/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( )
default

◆ ~G4VStatMFEnsemble()

virtual G4VStatMFEnsemble::~G4VStatMFEnsemble ( )
virtualdefault

◆ G4VStatMFEnsemble() [2/2]

G4VStatMFEnsemble::G4VStatMFEnsemble ( const G4VStatMFEnsemble & right)
delete

Member Function Documentation

◆ ChooseAandZ()

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

◆ GetMeanMultiplicity()

G4double G4VStatMFEnsemble::GetMeanMultiplicity ( ) const
inline

Definition at line 47 of file G4VStatMFEnsemble.hh.

47{ return pMeanMultiplicity; }

◆ GetMeanTemperature()

G4double G4VStatMFEnsemble::GetMeanTemperature ( ) const
inline

Definition at line 49 of file G4VStatMFEnsemble.hh.

49{ return pMeanTemperature; }

◆ Initialise()

virtual void G4VStatMFEnsemble::Initialise ( const G4Fragment & aFragment)
pure virtual

◆ operator!=()

G4bool G4VStatMFEnsemble::operator!= ( const G4VStatMFEnsemble & right) const
delete

◆ operator=()

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

◆ operator==()

G4bool G4VStatMFEnsemble::operator== ( const G4VStatMFEnsemble & right) const
delete

Member Data Documentation

◆ pFreeInternalE0

G4double G4VStatMFEnsemble::pFreeInternalE0 {0.0}
protected

◆ pMeanEntropy

G4double G4VStatMFEnsemble::pMeanEntropy {0.0}
protected

◆ pMeanMultiplicity

G4double G4VStatMFEnsemble::pMeanMultiplicity {0.0}
protected

◆ pMeanTemperature

G4double G4VStatMFEnsemble::pMeanTemperature {0.0}
protected

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