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");
 
G4double GetDeltaEnergy() const 
 
G4double fTotalEnergyDeposit
 
CLHEP::Hep3Vector G4ThreeVector
 
G4StepPoint * fpPostStepPoint
 
G4double fNonIonizingEnergyDeposit
 
G4ThreeVector GetMomentum() const 
 
std::vector< CT > * secondaryInCurrentStep
 
G4StepPoint * fpPreStepPoint
 
G4TrackVector * fSecondary
 
G4int nSecondaryByLastStep
 
G4ThreeVector GetDeltaMomentum() const 
 
const std::vector< const G4Track * > * GetSecondaryInCurrentStep() const 
 
G4Step & operator=(const G4Step &)
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
std::vector< G4Track * > G4TrackVector
 
G4bool fFirstStepInVolume
 
std::vector< G4ThreeVector > * fpVectorOfAuxiliaryPointsPointer
 
G4double GetKineticEnergy() const 
 
G4SteppingControl fpSteppingControlFlag