44#ifndef G4SteppingManager_hh
45#define G4SteppingManager_hh 1
167 void DefinePhysicalStepLength();
169 void InvokeAtRestDoItProcs();
170 void InvokeAlongStepDoItProcs();
171 void InvokePostStepDoItProcs();
172 void InvokePSDIP(
size_t);
173 G4int ProcessSecondariesFromParticleChange();
180 static const size_t SizeOfSelectedDoItVector = 100;
182 G4bool KillVerbose =
false;
191 G4bool PreStepPointIsGeom =
false;
221 std::size_t MAXofAtRestLoops = 0;
222 std::size_t MAXofAlongStepLoops = 0;
223 std::size_t MAXofPostStepLoops = 0;
225 std::size_t fAtRestDoItProcTriggered = 0;
226 std::size_t fAlongStepDoItProcTriggered = 0;
227 std::size_t fPostStepDoItProcTriggered = 0;
229 G4int fN2ndariesAtRestDoIt = 0;
230 G4int fN2ndariesAlongStepDoIt = 0;
231 G4int fN2ndariesPostStepDoIt = 0;
237 G4int verboseLevel = 0;
314 return fAlongStepDoItVector;
321 return fAtRestGetPhysIntVector;
326 return fAlongStepGetPhysIntVector;
331 return fPostStepGetPhysIntVector;
344 return fAtRestDoItProcTriggered;
349 return fPostStepDoItProcTriggered;
364 return fSelectedAtRestDoItVector;
369 return fSelectedAlongStepDoItVector;
374 return fSelectedPostStepDoItVector;
398 fUserSteppingAction = apAction;
409 fVerbose = yourVerbose;
414inline G4double G4SteppingManager::CalculateSafety()
417 endpointSafety - (endpointSafOrigin - fPostStepPoint->
GetPosition()).mag(), kCarTolerance);
@ NotCandidateForSelection
std::vector< int, std::allocator< int > > G4SelectedPostStepDoItVector
std::vector< int, std::allocator< int > > G4SelectedAtRestDoItVector
std::vector< int, std::allocator< int > > G4SelectedAlongStepDoItVector
std::vector< G4int > G4SelectedPostStepDoItVector
std::vector< G4int > G4SelectedAtRestDoItVector
std::vector< G4int > G4SelectedAlongStepDoItVector
std::vector< G4Track * > G4TrackVector
const G4ThreeVector & GetPosition() const
G4TrackVector * GetfSecondary()
G4ProfilerConfig< G4ProfileType::Step > ProfilerConfig
const G4TrackVector * GetSecondary() const
G4ProcessVector * GetfPostStepDoItVector()
std::size_t GetfAtRestDoItProcTriggered()
std::size_t GetMAXofAtRestLoops()
G4TrackVector * GetfSecondary()
void SetVerbose(G4VSteppingVerbose *)
std::size_t GetMAXofAlongStepLoops()
G4SteppingControl GetStepControlFlag()
std::size_t GetMAXofPostStepLoops()
G4SelectedPostStepDoItVector * GetfSelectedPostStepDoItVector()
G4Navigator * GetfNavigator()
G4Track * GetTrack() const
G4VPhysicalVolume * GetfCurrentVolume()
G4StepPoint * GetfPreStepPoint()
G4double GetPhysicalStep()
G4int GetfN2ndariesPostStepDoIt()
G4ProcessVector * GetfAlongStepDoItVector()
G4VParticleChange * GetfParticleChange()
std::size_t GetfPostStepDoItProcTriggered()
void SetNavigator(G4Navigator *value)
std::size_t GetfAlongStepDoItProcTriggered()
void SetVerboseLevel(G4int vLevel)
G4double GetfPreviousStepSize()
G4SelectedAlongStepDoItVector * GetfSelectedAlongStepDoItVector()
G4ForceCondition GetfCondition()
G4ProcessVector * GetfAlongStepGetPhysIntVector()
G4double GetCorrectedStep()
void SetInitialStep(G4Track *valueTrack)
G4double GetsumEnergyChange()
G4double GetTempInitVelocity()
G4VSensitiveDetector * GetfSensitive()
G4int GetfN2ndariesAtRestDoIt()
G4ProcessVector * GetfAtRestDoItVector()
G4StepStatus GetfStepStatus()
G4SelectedAtRestDoItVector * GetfSelectedAtRestDoItVector()
G4int GetfN2ndariesAlongStepDoIt()
G4double GetnumberOfInteractionLengthLeft()
G4GPILSelection GetfGPILSelection()
G4ProcessVector * GetfAtRestGetPhysIntVector()
G4double GetTempVelocity()
G4bool GetPreStepPointIsGeom()
G4double GetphysIntLength()
G4double GetcurrentMinimumStep()
G4ProcessVector * GetfPostStepGetPhysIntVector()
G4StepPoint * GetfPostStepPoint()
G4UserSteppingAction * GetUserAction()
void SetUserAction(G4UserSteppingAction *apAction)
G4VProcess * GetfCurrentProcess()
const G4TouchableHandle & GetTouchableHandle()
G4double GetGeometricalStep()
const G4TrackVector * GetSecondary() const