|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FermiStableFragment.hh>
Public Member Functions | |
| G4FermiStableFragment (G4FermiAtomicMass atomicMass, G4FermiChargeNumber chargeNumber, G4int polarization, G4double excitationEnergy) | |
| void | AppendDecayFragments (const G4LorentzVector &momentum, std::vector< G4FermiParticle > &fragments) const override |
| Public Member Functions inherited from G4VFermiFragmentAN | |
| G4VFermiFragmentAN (G4FermiAtomicMass atomicMass, G4FermiChargeNumber chargeNumber, G4int polarization, G4double excitationEnergy) | |
| G4VFermiFragmentAN (const G4VFermiFragmentAN &)=delete | |
| G4VFermiFragmentAN & | operator= (const G4VFermiFragmentAN &)=delete |
| ~G4VFermiFragmentAN ()=default | |
| void | Initialize () |
| std::vector< G4FermiParticle > | GetDecayFragments (const G4LorentzVector &momentum) const |
| G4FermiAtomicMass | GetAtomicMass () const |
| G4FermiChargeNumber | GetChargeNumber () const |
| G4int | GetPolarization () const |
| G4double | GetExcitationEnergy () const |
| G4double | GetMass () const |
| G4double | GetTotalEnergy () const |
Additional Inherited Members | |
| Protected Attributes inherited from G4VFermiFragmentAN | |
| G4FermiAtomicMass | atomicMass_ |
| G4FermiChargeNumber | chargeNumber_ |
| G4int | polarization_ |
| G4double | groudStateMass_ |
| G4double | excitationEnergy_ |
Definition at line 36 of file G4FermiStableFragment.hh.
| G4FermiStableFragment::G4FermiStableFragment | ( | G4FermiAtomicMass | atomicMass, |
| G4FermiChargeNumber | chargeNumber, | ||
| G4int | polarization, | ||
| G4double | excitationEnergy ) |
Definition at line 33 of file G4FermiStableFragment.cc.
|
overridevirtual |
Implements G4VFermiFragmentAN.
Definition at line 38 of file G4FermiStableFragment.cc.