55 theProjectileNucleus(0),
56 currentInteraction(-1)
61 , theProjectileNucleus(0), currentInteraction(-1)
63 G4Exception(
"G4FTFParticipants::G4FTFParticipants()",
"HAD_FTF_001",
121 std::pair<G4double, G4double> theImpactParameter;
123 impactX = theImpactParameter.first;
124 impactY = theImpactParameter.second;
147 nucleon->
Hit(targetSplitable);
155 aInteraction->
SetTarget(targetSplitable);
192 std::pair<G4double, G4double> theImpactParameter;
194 impactX = theImpactParameter.first;
195 impactY = theImpactParameter.second;
231 ProjectileNucleon->
Hit(ProjectileSplitable);
243 TargetNucleon->
Hit(TargetSplitable);
245 TargetSplitable->SetStatus(1);
254 anInteraction->
SetTarget(TargetSplitable);