51 #ifndef G4ParticleChangeForLoss_h
52 #define G4ParticleChangeForLoss_h 1
147 return proposedKinEnergy;
152 proposedKinEnergy =
energy;
157 return currentCharge;
162 return currentCharge;
167 currentCharge = theCharge;
172 currentCharge = theCharge;
178 return proposedMomentumDirection;
184 return proposedMomentumDirection;
190 proposedMomentumDirection =
dir;
196 proposedMomentumDirection =
dir;
202 proposedMomentumDirection.
setX(Px);
203 proposedMomentumDirection.
setY(Py);
204 proposedMomentumDirection.
setZ(Pz);
215 return proposedPolarization;
221 proposedPolarization =
dir;
227 proposedPolarization.
setX(Px);
228 proposedPolarization.
setY(Py);
229 proposedPolarization.
setZ(Pz);
256 currentTrack = &track;
275 lowEnergyLimit = elimit;