46#ifndef G4ITSTEPPROCESSOR_H
47#define G4ITSTEPPROCESSOR_H
185 fpTrackingManager = trackMan;
189 return fpTrackingManager;
210 void DoIt(
double timeStep);
222 return fAtRestDoItProcTriggered;
227 return fGPILSelection;
232 return fN2ndariesAlongStepDoIt;
237 return fN2ndariesAtRestDoIt;
242 return fN2ndariesPostStepDoIt;
247 return fpCurrentProcess;
252 return fPhysIntLength;
257 return fPostStepAtTimeDoItProcTriggered;
262 return fPostStepDoItProcTriggered;
267 return fpProcessInfo;
277 return fpParticleChange;
282 return fpCurrentVolume;
346 G4ITNavigator* fpNavigator;
347 G4int fStoreTrajectory;
370 G4int fN2ndariesAtRestDoIt;
371 G4int fN2ndariesAlongStepDoIt;
372 G4int fN2ndariesPostStepDoIt;
377 size_t fAtRestDoItProcTriggered;
378 size_t fPostStepDoItProcTriggered;
379 size_t fPostStepAtTimeDoItProcTriggered;
405 std::map<const G4ParticleDefinition*, ProcessGeneralInfo*> fProcessGeneralInfoMap;
429 fPreviousTimeStep = previousTimeStep;
470 fpParticleChange = 0;
477 fpTransportation = 0;
482 fAtRestDoItProcTriggered =
INT_MAX;
483 fPostStepDoItProcTriggered =
INT_MAX;
484 fPostStepAtTimeDoItProcTriggered =
INT_MAX;
const G4double kCarTolerance
@ NotCandidateForSelection
class std::vector< int, std::allocator< int > > G4SelectedPostStepDoItVector
class std::vector< int, std::allocator< int > > G4SelectedAtRestDoItVector
class std::vector< int, std::allocator< int > > G4SelectedAlongStepDoItVector
std::vector< G4Track * > G4TrackVector
G4TouchableHandle fTouchableHandle
G4ThreeVector fEndpointSafOrigin
G4SelectedPostStepDoItVector fSelectedPostStepDoItVector
virtual ~G4ITStepProcessorState()
G4double fPreviousStepSize
G4SelectedAtRestDoItVector fSelectedAtRestDoItVector
G4ITStepProcessorState & operator=(const G4ITStepProcessorState &)
G4int GetN2ndariesAtRestDoIt() const
void ResetLeadingTracks()
G4ITTrackingManager * GetTrackingManager()
void InvokeAtRestDoItProcs()
size_t GetAtRestDoItProcTriggered() const
void SetTrackingManager(G4ITTrackingManager *trackMan)
virtual ~G4ITStepProcessor()
void ForceReInitialization()
void ActiveOnlyITProcess()
size_t GetPostStepDoItProcTriggered() const
void DealWithSecondaries(G4int &)
size_t GetPostStepAtTimeDoItProcTriggered() const
void SetStep(G4Step *val)
void SetNavigator(G4ITNavigator *value)
G4int GetN2ndariesAlongStepDoIt() const
const ProcessGeneralInfo * GetCurrentProcessInfo() const
G4GPILSelection GetGPILSelection() const
void PrepareLeadingTracks()
G4ITStepProcessor & operator=(const G4ITStepProcessor &other)
G4ForceCondition GetCondition() const
void Stepping(G4Track *, const double &)
G4double ComputeInteractionLength(double previousTimeStep)
G4double CalculateSafety()
void SetPreviousStepTime(G4double)
G4int GetN2ndariesPostStepDoIt() const
G4TrackVector * GetSecondaries() const
void DoDefinePhysicalStepLength()
void InvokeTransportationProc()
void InvokePostStepDoItProcs()
void DefinePhysicalStepLength(G4Track *)
void DoIt(double timeStep)
const G4Step * GetStep() const
void SetupGeneralProcessInfo(G4ParticleDefinition *, G4ProcessManager *)
void ApplyProductionCut(G4Track *)
G4double GetPhysIntLength() const
const G4ITStepProcessorState * GetProcessorState() const
const G4VPhysicalVolume * GetCurrentVolume() const
const G4VParticleChange * GetParticleChange() const
double GetInteractionTime()
virtual void Initialize()
const G4VITProcess * GetCurrentProcess() const
void InvokeAlongStepDoItProcs()
void FindTransportationStep()
const G4ThreeVector & GetPosition() const
G4ProcessVector * fpPostStepDoItVector
G4ProcessVector * fpPostStepGetPhysIntVector
G4ProcessVector * fpAlongStepGetPhysIntVector
size_t MAXofAlongStepLoops
G4ProcessVector * fpAlongStepDoItVector
G4ProcessVector * fpAtRestGetPhysIntVector
G4ITTransportation * fpTransportation
size_t MAXofPostStepLoops
G4ProcessVector * fpAtRestDoItVector