55 : fTotalEnergyDeposit(0.0),fNonIonizingEnergyDeposit(0.0),
56 fStepLength(0.), fpTrack(0),
58 fFirstStepInVolume(false),
59 fLastStepInVolume(false),
61 nSecondaryByLastStep(0), secondaryInCurrentStep(),
62 fpVectorOfAuxiliaryPointsPointer(0)
91 : fTotalEnergyDeposit(right.fTotalEnergyDeposit),
92 fNonIonizingEnergyDeposit(right.fNonIonizingEnergyDeposit),
93 fStepLength(right.fStepLength),
94 fpTrack(right.fpTrack),
95 fpSteppingControlFlag(right.fpSteppingControlFlag),
96 fFirstStepInVolume(right.fFirstStepInVolume),
97 fLastStepInVolume(right.fLastStepInVolume),
98 nSecondaryByLastStep(right.nSecondaryByLastStep),
99 secondaryInCurrentStep(right.secondaryInCurrentStep),
100 fpVectorOfAuxiliaryPointsPointer(right.fpVectorOfAuxiliaryPointsPointer)
167 "This method is obsolete and will be removed soon");
184 "This method is obsolete and will be removed soon");
G4StepPoint * fpPreStepPoint
G4double fTotalEnergyDeposit
G4SteppingControl fpSteppingControlFlag
const std::vector< const G4Track * > * GetSecondaryInCurrentStep() const
G4StepPoint * fpPostStepPoint
G4ThreeVector GetDeltaMomentum() const
G4double GetDeltaEnergy() const
G4TrackVector * fSecondary
G4bool fFirstStepInVolume
G4Step & operator=(const G4Step &)
G4double fNonIonizingEnergyDeposit
G4double GetKineticEnergy() const
const G4ThreeVector const G4double const
G4int nSecondaryByLastStep
std::vector< CT > * secondaryInCurrentStep
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::vector< G4Track * > G4TrackVector
G4ThreeVector GetMomentum() const
std::vector< G4ThreeVector > * fpVectorOfAuxiliaryPointsPointer