39 : fPosition(right.fPosition)
40 , fGlobalTime(right.fGlobalTime)
41 , fLocalTime(right.fLocalTime)
42 , fProperTime(right.fProperTime)
43 , fMomentumDirection(right.fMomentumDirection)
44 , fKineticEnergy(right.fKineticEnergy)
45 , fVelocity(right.fVelocity)
46 , fpTouchable(right.fpTouchable)
47 , fpMaterial(right.fpMaterial)
48 , fpMaterialCutsCouple(right.fpMaterialCutsCouple)
49 , fpSensitiveDetector(right.fpSensitiveDetector)
50 , fSafety(right.fSafety)
51 , fPolarization(right.fPolarization)
52 , fStepStatus(right.fStepStatus)
53 , fpProcessDefinedStep(right.fpProcessDefinedStep)
55 , fCharge(right.fCharge)
56 , fMagneticMoment(right.fMagneticMoment)
57 , fWeight(right.fWeight)
65 fPosition = right.fPosition;
66 fGlobalTime = right.fGlobalTime;
67 fLocalTime = right.fLocalTime;
68 fProperTime = right.fProperTime;
69 fMomentumDirection = right.fMomentumDirection;
70 fKineticEnergy = right.fKineticEnergy;
71 fVelocity = right.fVelocity;
72 fpTouchable = right.fpTouchable;
73 fpMaterial = right.fpMaterial;
74 fpMaterialCutsCouple = right.fpMaterialCutsCouple;
75 fpSensitiveDetector = right.fpSensitiveDetector;
76 fSafety = right.fSafety;
77 fPolarization = right.fPolarization;
78 fStepStatus = right.fStepStatus;
79 fpProcessDefinedStep = right.fpProcessDefinedStep;
81 fCharge = right.fCharge;
82 fMagneticMoment = right.fMagneticMoment;
83 fWeight = right.fWeight;
G4StepPoint & operator=(const G4StepPoint &)