54 : fTotalEnergyDeposit(0.0),fNonIonizingEnergyDeposit(0.0),
55 fStepLength(0.), fpTrack(0),
57 fFirstStepInVolume(
false),
58 fLastStepInVolume(
false),
60 nSecondaryByLastStep(0), secondaryInCurrentStep(nullptr),
61 fpVectorOfAuxiliaryPointsPointer(nullptr)
94 : fTotalEnergyDeposit(right.fTotalEnergyDeposit),
95 fNonIonizingEnergyDeposit(right.fNonIonizingEnergyDeposit),
96 fStepLength(right.fStepLength),
97 fpTrack(right.fpTrack),
98 fpSteppingControlFlag(right.fpSteppingControlFlag),
99 fFirstStepInVolume(right.fFirstStepInVolume),
100 fLastStepInVolume(right.fLastStepInVolume),
101 nSecondaryByLastStep(right.nSecondaryByLastStep),
102 secondaryInCurrentStep(right.secondaryInCurrentStep),
103 fpVectorOfAuxiliaryPointsPointer(right.fpVectorOfAuxiliaryPointsPointer)
184 "This method is obsolete and will be removed soon");
201 "This method is obsolete and will be removed soon");