129 if(
IsMaster() && mass < GeV && part->GetParticleName() !=
"GenericIon") {
161 for (
G4int j=0; j<nelm; ++j) {
162 Z =
std::min(Z,(*theElementVector)[j]->GetZasInt());
189 if(kinEnergy <= 0.0) {
return cross; }
203 if(costmin > costmax) {
224 std::vector<G4DynamicParticle*>* fvect,
250 if(costmin <= costmax) {
return; }
280 /(targetMass + (
mass + kinEnergy)*(1.0 - cost));
297 newDirection*sqrt(finalT*(2*
mass + finalT))).unit();
299 fvect->push_back(newdp);