54 : fManager(0), fUserSteppingAction(0),
55 PhysicalStep(0.), GeometricalStep(0.), CorrectedStep(0.),
56 PreStepPointIsGeom(false), FirstStep(false),
57 TempInitVelocity(0.), TempVelocity(0.), Mass(0.), sumEnergyChange(0.),
58 fParticleChange(0), fTrack(0), fSecondary(0), fStep(0),
59 fPreStepPoint(0), fPostStepPoint(0), fCurrentVolume(0),
60 fSensitive(0), fCurrentProcess(0), fAtRestDoItVector(0),
61 fAlongStepDoItVector(0), fPostStepDoItVector(0), fAtRestGetPhysIntVector(0),
62 fAlongStepGetPhysIntVector(0), fPostStepGetPhysIntVector(0),
63 MAXofAtRestLoops(0), MAXofAlongStepLoops(0), MAXofPostStepLoops(0),
64 currentMinimumStep(0.), numberOfInteractionLengthLeft(0.),
65 fAtRestDoItProcTriggered(0), fAlongStepDoItProcTriggered(0),
66 fPostStepDoItProcTriggered(0), fN2ndariesAtRestDoIt(0),
67 fN2ndariesAlongStepDoIt(0), fN2ndariesPostStepDoIt(0),
68 fNavigator(0), verboseLevel(0), fSelectedAtRestDoItVector(0),
69 fSelectedAlongStepDoItVector(0), fSelectedPostStepDoItVector(0),
70 fPreviousStepSize(0.), physIntLength(0.)
74 G4Exception(
"G4VSteppingVerbose::G4VSteppingVerbose()",
76 "Only one SteppingVerbose class can be instantiated.");
G4ProcessVector * GetfPostStepDoItVector()
size_t GetfAtRestDoItProcTriggered()
size_t GetMAXofAtRestLoops()
G4TrackVector * GetfSecondary()
size_t GetMAXofAlongStepLoops()
G4SteppingControl GetStepControlFlag()
size_t GetMAXofPostStepLoops()
G4SelectedPostStepDoItVector * GetfSelectedPostStepDoItVector()
G4Navigator * GetfNavigator()
G4VPhysicalVolume * GetfCurrentVolume()
G4StepPoint * GetfPreStepPoint()
G4double GetPhysicalStep()
G4int GetfN2ndariesPostStepDoIt()
G4ProcessVector * GetfAlongStepDoItVector()
G4VParticleChange * GetfParticleChange()
size_t GetfPostStepDoItProcTriggered()
size_t GetfAlongStepDoItProcTriggered()
G4double GetfPreviousStepSize()
G4SelectedAlongStepDoItVector * GetfSelectedAlongStepDoItVector()
G4ForceCondition GetfCondition()
G4ProcessVector * GetfAlongStepGetPhysIntVector()
G4double GetCorrectedStep()
G4double GetsumEnergyChange()
G4double GetTempInitVelocity()
G4VSensitiveDetector * GetfSensitive()
G4int GetfN2ndariesAtRestDoIt()
G4ProcessVector * GetfAtRestDoItVector()
G4StepStatus GetfStepStatus()
G4SelectedAtRestDoItVector * GetfSelectedAtRestDoItVector()
G4int GetfN2ndariesAlongStepDoIt()
G4GPILSelection GetfGPILSelection()
G4ProcessVector * GetfAtRestGetPhysIntVector()
G4double GetTempVelocity()
G4bool GetPreStepPointIsGeom()
G4double GetphysIntLength()
G4ProcessVector * GetfPostStepGetPhysIntVector()
G4StepPoint * GetfPostStepPoint()
G4UserSteppingAction * GetUserAction()
G4VProcess * GetfCurrentProcess()
const G4TouchableHandle & GetTouchableHandle()
G4double GetGeometricalStep()
G4StepPoint * fPostStepPoint
static G4int GetSilentStepInfo()
static G4VSteppingVerbose * GetInstance()
static void SetSilentStepInfo(G4int fSilent)
G4int fN2ndariesPostStepDoIt
G4ProcessVector * fPostStepGetPhysIntVector
G4UserSteppingAction * fUserSteppingAction
G4ForceCondition fCondition
size_t fAtRestDoItProcTriggered
G4ProcessVector * fAlongStepGetPhysIntVector
G4TouchableHandle fTouchableHandle
G4GPILSelection fGPILSelection
static G4int SilentStepInfo
size_t MAXofPostStepLoops
G4VParticleChange * fParticleChange
G4SteppingControl StepControlFlag
static void SetInstance(G4VSteppingVerbose *Instance)
G4int fN2ndariesAtRestDoIt
G4int fN2ndariesAlongStepDoIt
static G4VSteppingVerbose * fInstance
G4double fPreviousStepSize
G4VPhysicalVolume * fCurrentVolume
G4SelectedPostStepDoItVector * fSelectedPostStepDoItVector
G4ProcessVector * fAtRestDoItVector
G4SelectedAtRestDoItVector * fSelectedAtRestDoItVector
G4VProcess * fCurrentProcess
G4ProcessVector * fAtRestGetPhysIntVector
G4SelectedAlongStepDoItVector * fSelectedAlongStepDoItVector
size_t fAlongStepDoItProcTriggered
G4bool PreStepPointIsGeom
G4StepPoint * fPreStepPoint
static void SetSilent(G4int fSilent)
G4VSensitiveDetector * fSensitive
G4ProcessVector * fPostStepDoItVector
G4ProcessVector * fAlongStepDoItVector
G4SteppingManager * fManager
size_t MAXofAlongStepLoops
G4double TempInitVelocity
void SetManager(G4SteppingManager *const)
G4TrackVector * fSecondary
virtual ~G4VSteppingVerbose()
size_t fPostStepDoItProcTriggered
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)