31 #ifndef G4V3DNucleus_h
32 #define G4V3DNucleus_h 1
58 virtual const std::vector<G4Nucleon> &
GetNucleons() = 0;
81 std::pair<G4double, G4double> theImpactParameter;
98 theImpactParameter.first = impactX;
99 theImpactParameter.second = impactY;
100 return theImpactParameter;