44#ifndef G4SteppingManager_hh
45#define G4SteppingManager_hh 1
164 void DefinePhysicalStepLength();
166 void InvokeAtRestDoItProcs();
167 void InvokeAlongStepDoItProcs();
168 void InvokePostStepDoItProcs();
169 void InvokePSDIP(
size_t);
170 G4int ProcessSecondariesFromParticleChange();
177 static const size_t SizeOfSelectedDoItVector = 100;
179 G4bool KillVerbose =
false;
188 G4bool PreStepPointIsGeom =
false;
218 std::size_t MAXofAtRestLoops = 0;
219 std::size_t MAXofAlongStepLoops = 0;
220 std::size_t MAXofPostStepLoops = 0;
222 std::size_t fAtRestDoItProcTriggered = 0;
223 std::size_t fAlongStepDoItProcTriggered = 0;
224 std::size_t fPostStepDoItProcTriggered = 0;
226 G4int fN2ndariesAtRestDoIt = 0;
227 G4int fN2ndariesAlongStepDoIt = 0;
228 G4int fN2ndariesPostStepDoIt = 0;
234 G4int verboseLevel = 0;
311 return fAlongStepDoItVector;
318 return fAtRestGetPhysIntVector;
323 return fAlongStepGetPhysIntVector;
328 return fPostStepGetPhysIntVector;
341 return fAtRestDoItProcTriggered;
346 return fPostStepDoItProcTriggered;
361 return fSelectedAtRestDoItVector;
366 return fSelectedAlongStepDoItVector;
371 return fSelectedPostStepDoItVector;
388 return fStep->GetSecondary();
395 fUserSteppingAction = apAction;
406 fVerbose = yourVerbose;
411inline G4double G4SteppingManager::CalculateSafety()
const G4double 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
CLHEP::Hep3Vector G4ThreeVector
G4ReferenceCountedHandle< G4VTouchable > G4TouchableHandle
std::vector< G4Track * > G4TrackVector
const G4ThreeVector & GetPosition() 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