31#ifndef G4FermiFragmentsPoolVI_hh
32#define G4FermiFragmentsPoolVI_hh 1
42static const G4int maxZ = 9;
43static const G4int maxA = 17;
94 std::vector<const G4FermiFragment*> fragment_pool;
97 std::vector<const G4FermiFragment*> list_f[maxA];
99 std::vector<G4FermiChannels*> list_c[maxA];
101 std::vector<const G4FermiPair*> list_p[maxA];
double A(double temperature)
G4double GetEnergyLimit() const
~G4FermiFragmentsPoolVI()
G4bool IsPhysical(G4int Z, G4int A) const
const G4FermiDecayProbability * FermiDecayProbability() const
G4double GetTolerance() const
G4bool HasChannels(G4int Z, G4int A, G4double exc) const
const G4FermiChannels * ClosestChannels(G4int Z, G4int A, G4double mass) const
void DumpFragment(const G4FermiFragment *) const