94 for(
G4int k=0; k<Amax; ++k) {
104 for(
G4int i=0; i<6; ++i) {
107 for(
G4int j=0; j<6; ++j) {
108 if(Zres == Zfr[j] && Ares == Afr[j]) {
114 if(mass >= masses[i] + masses[j]) {
127 if(Zres >= 0 && Ares >= Zres && Ares > 0) {
146 for(
G4int i=0; i<6; ++i) {
149 if(Zres >= 0 && Ares >= Zres && Ares > 0) {
166 if(0 == k) {
return false; }
174 G4double e2 = 0.5*((mass - mass1)*(mass + mass1) + mass2*mass2)/mass;
176 G4double mom = std::sqrt((e2 - mass2)*(e2 + mass2));
183 frag =
new G4Fragment(Afr[index], Zfr[index], mom2);
185 results->push_back(frag);
Hep3Vector boostVector() const
static G4double GetNuclearMass(const G4double A, const G4double Z)
const G4LevelManager * GetLevelManager(G4int Z, G4int A)
G4ThreeVector G4RandomDirection()
double A(double temperature)
static constexpr double m
G4double GetCreationTime() const
const G4LorentzVector & GetMomentum() const
HepLorentzVector & boost(double, double, double)
void SetMomentum(const G4LorentzVector &value)
void SetCreationTime(G4double time)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
void SetZandA_asInt(G4int Znew, G4int Anew)
CLHEP::HepLorentzVector G4LorentzVector