Geant4
9.6.p02
|
#include <G4Step.hh>
Protected Attributes | |
G4double | fTotalEnergyDeposit |
G4double | fNonIonizingEnergyDeposit |
void G4Step::ClearFirstStepFlag | ( | ) |
void G4Step::ClearLastStepFlag | ( | ) |
void G4Step::CopyPostToPreStepPoint | ( | ) |
G4Polyline* G4Step::CreatePolyline | ( | ) | const |
void G4Step::DeleteSecondaryVector | ( | ) |
G4SteppingControl G4Step::GetControlFlag | ( | ) | const |
G4double G4Step::GetDeltaEnergy | ( | ) | const |
G4ThreeVector G4Step::GetDeltaMomentum | ( | ) | const |
G4ThreeVector G4Step::GetDeltaPosition | ( | ) | const |
G4double G4Step::GetDeltaTime | ( | ) | const |
G4TrackVector* G4Step::GetfSecondary | ( | ) |
G4double G4Step::GetNonIonizingEnergyDeposit | ( | ) | const |
|
inline |
G4StepPoint* G4Step::GetPostStepPoint | ( | ) | const |
G4StepPoint* G4Step::GetPreStepPoint | ( | ) | const |
const G4TrackVector* G4Step::GetSecondary | ( | ) | const |
G4double G4Step::GetStepLength | ( | ) | const |
G4double G4Step::GetTotalEnergyDeposit | ( | ) | const |
G4Track* G4Step::GetTrack | ( | ) | const |
G4bool G4Step::IsFirstStepInVolume | ( | ) | const |
G4bool G4Step::IsLastStepInVolume | ( | ) | const |
G4TrackVector* G4Step::NewSecondaryVector | ( | ) |
void G4Step::ResetNonIonizingEnergyDeposit | ( | ) |
void G4Step::ResetTotalEnergyDeposit | ( | ) |
void G4Step::SetControlFlag | ( | G4SteppingControl | StepControlFlag) |
void G4Step::SetFirstStepFlag | ( | ) |
void G4Step::SetLastStepFlag | ( | ) |
|
inline |
void G4Step::SetPostStepPoint | ( | G4StepPoint * | value) |
void G4Step::SetPreStepPoint | ( | G4StepPoint * | value) |
void G4Step::SetSecondary | ( | G4TrackVector * | value) |
void G4Step::UpdateTrack | ( | ) |