76 #ifndef G4NUCLEI_MODEL_HH
77 #define G4NUCLEI_MODEL_HH
106 const std::vector<G4ThreeVector>* hitPoints=0);
121 if (ip == 9 || ip < 0)
return 0.0;
122 G4int ip0 = ip < 3 ? ip - 1 : 2;
123 if (ip > 10 && ip < 18) ip0 = 3;
124 if (ip > 20) ip0 = 4;
133 return ( (izone<0) ? 0.
137 return ( (izone<0) ? 0.
161 typedef std::pair<std::vector<G4CascadParticle>, std::vector<G4InuclElementaryParticle> >
modelLists;
173 std::vector<G4CascadParticle>& cascade);
190 G4bool passFermi(
const std::vector<G4InuclElementaryParticle>& particles,
203 typedef std::pair<G4InuclElementaryParticle, G4double>
partner;
210 return (p2.second > p1.second);
264 std::vector<G4double>
rod;
265 std::vector<G4double>
pf;
266 std::vector<G4double>
vz;
326 #endif // G4NUCLEI_MODEL_HH