ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4VStatMFMacroCluster (const G4int Size) | |
virtual | ~G4VStatMFMacroCluster () |
G4bool | operator== (const G4VStatMFMacroCluster &right) const |
G4bool | operator!= (const G4VStatMFMacroCluster &right) const |
virtual G4double | CalcMeanMultiplicity (const G4double FreeVol, const G4double mu, const G4double nu, const G4double T)=0 |
virtual G4double | CalcZARatio (const G4double nu)=0 |
G4double | GetMeanMultiplicity (void) const |
virtual G4double | CalcEnergy (const G4double T)=0 |
virtual G4double | CalcEntropy (const G4double T, const G4double FreeVol)=0 |
G4double | GetInvLevelDensity (void) const |
void | SetZARatio (const G4double value) |
G4double | GetZARatio (void) const |
void | SetSize (const G4double value) |
G4double | GetSize (void) const |
Protected Attributes | |
G4int | theA |
G4double | _InvLevelDensity |
G4double | _Entropy |
G4double | theZARatio |
G4double | _MeanMultiplicity |
G4double | _Energy |
Private Member Functions | |
G4VStatMFMacroCluster () | |
G4VStatMFMacroCluster (const G4VStatMFMacroCluster &right) | |
G4VStatMFMacroCluster & | operator= (const G4VStatMFMacroCluster &right) |
G4double | CalcInvLevelDensity (void) |
Definition at line 38 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 38 of file G4VStatMFMacroCluster.hh
|
inline |
Definition at line 42 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 42 of file G4VStatMFMacroCluster.hh
References _InvLevelDensity, CalcInvLevelDensity(), and theA.
|
inlinevirtual |
Definition at line 57 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 57 of file G4VStatMFMacroCluster.hh
|
inlineprivate |
Definition at line 63 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 63 of file G4VStatMFMacroCluster.hh
|
private |
Definition at line 36 of file G4VStatMFMacroCluster.cc.
View newest version in sPHENIX GitHub at line 36 of file G4VStatMFMacroCluster.cc
Definition at line 65 of file G4VStatMFMacroCluster.cc.
View newest version in sPHENIX GitHub at line 65 of file G4VStatMFMacroCluster.cc
References G4StatMFParameters::GetEpsilon0(), and theA.
Referenced by G4VStatMFMacroCluster(), and SetSize().
Definition at line 113 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 113 of file G4VStatMFMacroCluster.hh
References _InvLevelDensity.
Definition at line 85 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 85 of file G4VStatMFMacroCluster.hh
References _MeanMultiplicity.
Definition at line 130 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 130 of file G4VStatMFMacroCluster.hh
References theA.
Definition at line 119 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 119 of file G4VStatMFMacroCluster.hh
References theZARatio.
G4bool G4VStatMFMacroCluster::operator!= | ( | const G4VStatMFMacroCluster & | right | ) | const |
Definition at line 58 of file G4VStatMFMacroCluster.cc.
View newest version in sPHENIX GitHub at line 58 of file G4VStatMFMacroCluster.cc
|
private |
Definition at line 44 of file G4VStatMFMacroCluster.cc.
View newest version in sPHENIX GitHub at line 44 of file G4VStatMFMacroCluster.cc
G4bool G4VStatMFMacroCluster::operator== | ( | const G4VStatMFMacroCluster & | right | ) | const |
Definition at line 51 of file G4VStatMFMacroCluster.cc.
View newest version in sPHENIX GitHub at line 51 of file G4VStatMFMacroCluster.cc
Definition at line 123 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 123 of file G4VStatMFMacroCluster.hh
References _InvLevelDensity, CalcInvLevelDensity(), and theA.
Definition at line 116 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 116 of file G4VStatMFMacroCluster.hh
References theZARatio.
|
protected |
Definition at line 108 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 108 of file G4VStatMFMacroCluster.hh
Referenced by G4StatMFMacroTetraNucleon::CalcEnergy(), G4StatMFMacroTriNucleon::CalcEnergy(), G4StatMFMacroNucleon::CalcEnergy(), G4StatMFMacroBiNucleon::CalcEnergy(), and G4StatMFMacroMultiNucleon::CalcEnergy().
|
protected |
Definition at line 99 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 99 of file G4VStatMFMacroCluster.hh
|
protected |
Definition at line 96 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 96 of file G4VStatMFMacroCluster.hh
Referenced by G4StatMFMacroTetraNucleon::CalcEnergy(), G4StatMFMacroMultiNucleon::CalcEnergy(), G4StatMFMacroTetraNucleon::CalcEntropy(), G4StatMFMacroMultiNucleon::CalcEntropy(), G4StatMFMacroTetraNucleon::CalcMeanMultiplicity(), G4StatMFMacroMultiNucleon::CalcMeanMultiplicity(), G4VStatMFMacroCluster(), GetInvLevelDensity(), and SetSize().
|
protected |
Definition at line 105 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 105 of file G4VStatMFMacroCluster.hh
Referenced by G4StatMFMacroTetraNucleon::CalcEntropy(), G4StatMFMacroTriNucleon::CalcEntropy(), G4StatMFMacroBiNucleon::CalcEntropy(), G4StatMFMacroMultiNucleon::CalcEntropy(), G4StatMFMacroNucleon::CalcMeanMultiplicity(), G4StatMFMacroTriNucleon::CalcMeanMultiplicity(), G4StatMFMacroTetraNucleon::CalcMeanMultiplicity(), G4StatMFMacroBiNucleon::CalcMeanMultiplicity(), G4StatMFMacroMultiNucleon::CalcMeanMultiplicity(), and GetMeanMultiplicity().
|
protected |
Definition at line 93 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 93 of file G4VStatMFMacroCluster.hh
Referenced by G4StatMFMacroTetraNucleon::CalcEnergy(), G4StatMFMacroTriNucleon::CalcEnergy(), G4StatMFMacroBiNucleon::CalcEnergy(), G4StatMFMacroMultiNucleon::CalcEnergy(), G4StatMFMacroTriNucleon::CalcEntropy(), G4StatMFMacroNucleon::CalcEntropy(), G4StatMFMacroBiNucleon::CalcEntropy(), G4StatMFMacroMultiNucleon::CalcEntropy(), CalcInvLevelDensity(), G4StatMFMacroTetraNucleon::CalcMeanMultiplicity(), G4StatMFMacroTriNucleon::CalcMeanMultiplicity(), G4StatMFMacroBiNucleon::CalcMeanMultiplicity(), G4StatMFMacroMultiNucleon::CalcMeanMultiplicity(), G4StatMFMacroMultiNucleon::CalcZARatio(), G4VStatMFMacroCluster(), GetSize(), and SetSize().
|
protected |
Definition at line 102 of file G4VStatMFMacroCluster.hh.
View newest version in sPHENIX GitHub at line 102 of file G4VStatMFMacroCluster.hh
Referenced by G4StatMFMacroTetraNucleon::CalcEnergy(), G4StatMFMacroTriNucleon::CalcEnergy(), G4StatMFMacroNucleon::CalcEnergy(), G4StatMFMacroBiNucleon::CalcEnergy(), G4StatMFMacroMultiNucleon::CalcEnergy(), G4StatMFMacroTetraNucleon::CalcMeanMultiplicity(), G4StatMFMacroTriNucleon::CalcMeanMultiplicity(), G4StatMFMacroBiNucleon::CalcMeanMultiplicity(), G4StatMFMacroMultiNucleon::CalcMeanMultiplicity(), G4StatMFMacroTriNucleon::CalcZARatio(), G4StatMFMacroNucleon::CalcZARatio(), G4StatMFMacroTetraNucleon::CalcZARatio(), G4StatMFMacroBiNucleon::CalcZARatio(), G4StatMFMacroMultiNucleon::CalcZARatio(), GetZARatio(), and SetZARatio().