|
Geant4
10.03.p03
|
#include <G4FermiFragmentsPool.hh>
Public Member Functions | |
| ~G4FermiFragmentsPool () | |
| G4bool | IsApplicable (G4int Z, G4int A, G4double mass) const |
| const std::vector< const G4FermiConfiguration * > * | GetConfigurationList (G4int Z, G4int A, G4double mass) const |
| const G4VFermiFragment * | GetFragment (G4int Z, G4int A) const |
| const G4FermiPhaseSpaceDecay * | GetFermiPhaseSpaceDecay () const |
| G4int | GetMaxZ () const |
| G4int | GetMaxA () const |
| void | DumpFragment (const G4VFermiFragment *f) const |
| void | Dump () const |
Static Public Member Functions | |
| static G4FermiFragmentsPool * | Instance () |
Definition at line 44 of file G4FermiFragmentsPool.hh.
| G4FermiFragmentsPool::~G4FermiFragmentsPool | ( | ) |
Definition at line 73 of file G4FermiFragmentsPool.cc.
| void G4FermiFragmentsPool::Dump | ( | ) | const |
Definition at line 674 of file G4FermiFragmentsPool.cc.

| void G4FermiFragmentsPool::DumpFragment | ( | const G4VFermiFragment * | f | ) | const |
Definition at line 665 of file G4FermiFragmentsPool.cc.


| const std::vector< const G4FermiConfiguration * > * G4FermiFragmentsPool::GetConfigurationList | ( | G4int | Z, |
| G4int | A, | ||
| G4double | mass | ||
| ) | const |
Definition at line 494 of file G4FermiFragmentsPool.cc.

| const G4FermiPhaseSpaceDecay * G4FermiFragmentsPool::GetFermiPhaseSpaceDecay | ( | ) | const |
| const G4VFermiFragment * G4FermiFragmentsPool::GetFragment | ( | G4int | Z, |
| G4int | A | ||
| ) | const |
Definition at line 649 of file G4FermiFragmentsPool.cc.

| G4int G4FermiFragmentsPool::GetMaxA | ( | ) | const |
Definition at line 105 of file G4FermiFragmentsPool.cc.
| G4int G4FermiFragmentsPool::GetMaxZ | ( | ) | const |
Definition at line 100 of file G4FermiFragmentsPool.cc.
|
static |
Definition at line 56 of file G4FermiFragmentsPool.cc.

Definition at line 452 of file G4FermiFragmentsPool.cc.

