ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4NucleusLimits () | |
G4NucleusLimits (G4int aMin1, G4int aMax1, G4int zMin1, G4int zMax1) | |
~G4NucleusLimits () | |
G4int | GetAMin () const |
G4int | GetAMax () const |
G4int | GetZMin () const |
G4int | GetZMax () const |
Private Attributes | |
G4int | aMin |
G4int | aMax |
G4int | zMin |
G4int | zMax |
Friends | |
std::ostream & | operator<< (std::ostream &s, const G4NucleusLimits &q) |
Definition at line 58 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 58 of file G4NucleusLimits.hh
G4NucleusLimits::G4NucleusLimits | ( | ) |
Definition at line 56 of file G4NucleusLimits.cc.
View newest version in sPHENIX GitHub at line 56 of file G4NucleusLimits.cc
Definition at line 65 of file G4NucleusLimits.cc.
View newest version in sPHENIX GitHub at line 65 of file G4NucleusLimits.cc
References t.
G4NucleusLimits::~G4NucleusLimits | ( | ) |
Definition at line 114 of file G4NucleusLimits.cc.
View newest version in sPHENIX GitHub at line 114 of file G4NucleusLimits.cc
|
inline |
Definition at line 94 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 94 of file G4NucleusLimits.hh
References aMax.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecayBase::IsApplicable(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
|
inline |
Definition at line 91 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 91 of file G4NucleusLimits.hh
References aMin.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecayBase::IsApplicable(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
|
inline |
Definition at line 100 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 100 of file G4NucleusLimits.hh
References zMax.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecayBase::IsApplicable(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
|
inline |
Definition at line 97 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 97 of file G4NucleusLimits.hh
References zMin.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecayBase::IsApplicable(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
|
friend |
Definition at line 118 of file G4NucleusLimits.cc.
View newest version in sPHENIX GitHub at line 118 of file G4NucleusLimits.cc
|
private |
Definition at line 81 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 81 of file G4NucleusLimits.hh
Referenced by GetAMax().
|
private |
Definition at line 80 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 80 of file G4NucleusLimits.hh
Referenced by GetAMin().
|
private |
Definition at line 83 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 83 of file G4NucleusLimits.hh
Referenced by GetZMax().
|
private |
Definition at line 82 of file G4NucleusLimits.hh.
View newest version in sPHENIX GitHub at line 82 of file G4NucleusLimits.hh
Referenced by GetZMin().