|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FermiFragmentPoolAN.hh>
Classes | |
| class | DefaultPoolANSource |
| class | IteratorRange |
Public Member Functions | |
| std::size_t | Count (G4FermiAtomicMass atomicMass, G4FermiChargeNumber chargeNumber) const |
| std::size_t | Count (G4FermiNucleiData nuclei) const |
| IteratorRange | GetFragments (G4FermiAtomicMass atomicMass, G4FermiChargeNumber chargeNumber) const |
| IteratorRange | GetFragments (G4FermiNucleiData nuclei) const |
| template<typename DataSource> | |
| void | Initialize (const DataSource &dataSource) |
| template<typename Iter> | |
| void | Initialize (Iter begin, Iter end) |
| void | AddFragment (const G4VFermiFragmentAN &fragment) |
Static Public Member Functions | |
| static G4FermiFragmentPoolAN & | Instance () |
Definition at line 38 of file G4FermiFragmentPoolAN.hh.
| void G4FermiFragmentPoolAN::AddFragment | ( | const G4VFermiFragmentAN & | fragment | ) |
Definition at line 93 of file G4FermiFragmentPoolAN.cc.
Referenced by Initialize().
| std::size_t G4FermiFragmentPoolAN::Count | ( | G4FermiAtomicMass | atomicMass, |
| G4FermiChargeNumber | chargeNumber ) const |
Definition at line 59 of file G4FermiFragmentPoolAN.cc.
Referenced by Count().
|
inline |
Definition at line 77 of file G4FermiFragmentPoolAN.hh.
| G4FermiFragmentPoolAN::IteratorRange G4FermiFragmentPoolAN::GetFragments | ( | G4FermiAtomicMass | atomicMass, |
| G4FermiChargeNumber | chargeNumber ) const |
Definition at line 77 of file G4FermiFragmentPoolAN.cc.
Referenced by GetFragments().
|
inline |
Definition at line 85 of file G4FermiFragmentPoolAN.hh.
|
inline |
Definition at line 91 of file G4FermiFragmentPoolAN.hh.
Referenced by G4FermiBreakUpAN::Initialise(), and Initialize().
|
inline |
Definition at line 97 of file G4FermiFragmentPoolAN.hh.
|
inlinestatic |
Definition at line 110 of file G4FermiFragmentPoolAN.hh.
Referenced by G4FermiBreakUpAN::Initialise().