Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VITSteppingVerbose.hh>
Public Member Functions | |
G4VITSteppingVerbose () | |
~G4VITSteppingVerbose () override | |
virtual void | TrackingStarted (G4Track *track) |
virtual void | TrackingEnded (G4Track *track) |
virtual void | DoItStarted ()=0 |
virtual void | PreStepVerbose (G4Track *)=0 |
virtual void | PostStepVerbose (G4Track *)=0 |
virtual void | NewStep ()=0 |
void | CopyState () |
virtual void | StepInfoForLeadingTrack ()=0 |
virtual void | AtRestDoItInvoked ()=0 |
virtual void | AtRestDoItOneByOne ()=0 |
virtual void | PostStepDoItAllDone ()=0 |
virtual void | PostStepDoItOneByOne ()=0 |
virtual void | AlongStepDoItAllDone ()=0 |
virtual void | AlongStepDoItOneByOne ()=0 |
virtual void | StepInfo ()=0 |
virtual void | DPSLStarted ()=0 |
virtual void | DPSLUserLimit ()=0 |
virtual void | DPSLPostStep ()=0 |
virtual void | DPSLAlongStep ()=0 |
virtual void | VerboseTrack ()=0 |
virtual void | VerboseParticleChange ()=0 |
void | SetVerbose (int flag) |
G4int | GetVerbose () |
void | SetNewValue (G4UIcommand *command, G4String newValue) override |
G4String | GetCurrentValue (G4UIcommand *command) override |
void | SetStepProcessor (const G4ITStepProcessor *stepProcessor) |
void | TrackBanner (G4Track *track, const G4String &message) |
Protected Types | |
using | G4SelectedAtRestDoItVector = std::vector<G4int> |
using | G4SelectedAlongStepDoItVector = std::vector<G4int> |
using | G4SelectedPostStepDoItVector = std::vector<G4int> |
Definition at line 67 of file G4VITSteppingVerbose.hh.
|
protected |
Definition at line 183 of file G4VITSteppingVerbose.hh.
|
protected |
Definition at line 182 of file G4VITSteppingVerbose.hh.
|
protected |
Definition at line 184 of file G4VITSteppingVerbose.hh.
G4VITSteppingVerbose::G4VITSteppingVerbose | ( | ) |
Definition at line 38 of file G4VITSteppingVerbose.cc.
|
override |
Definition at line 99 of file G4VITSteppingVerbose.cc.
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::InvokeAlongStepDoItProcs().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
void G4VITSteppingVerbose::CopyState | ( | ) |
Definition at line 106 of file G4VITSteppingVerbose.cc.
Referenced by G4ITSteppingVerbose::AlongStepDoItAllDone(), G4ITSteppingVerbose::AlongStepDoItOneByOne(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4ITSteppingVerbose::AtRestDoItOneByOne(), G4ITSteppingVerbose::DPSLAlongStep(), G4ITSteppingVerbose::DPSLPostStep(), G4ITSteppingVerbose::DPSLStarted(), G4ITSteppingVerbose::DPSLUserLimit(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItOneByOne(), G4ITSteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfoForLeadingTrack(), and G4ITSteppingVerbose::VerboseTrack().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoIt().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoDefinePhysicalStepLength().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoDefinePhysicalStepLength().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoDefinePhysicalStepLength().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 179 of file G4VITSteppingVerbose.cc.
|
inline |
Definition at line 112 of file G4VITSteppingVerbose.hh.
Referenced by G4ITTrackingInteractivity::GetSteppingVerboseLevel().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::InvokePSDIP().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 169 of file G4VITSteppingVerbose.cc.
|
inline |
Definition at line 127 of file G4VITSteppingVerbose.hh.
Referenced by G4ITStepProcessor::Initialize().
|
inline |
Definition at line 107 of file G4VITSteppingVerbose.hh.
Referenced by G4ITTrackingInteractivity::SetSteppingVerboseLevel().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
|
pure virtual |
Implemented in G4ITSteppingVerbose.
Referenced by G4ITStepProcessor::DoStepping().
Definition at line 219 of file G4VITSteppingVerbose.cc.
Referenced by TrackingEnded(), and TrackingStarted().
|
virtual |
Reimplemented in G4ITSteppingVerbose.
Definition at line 203 of file G4VITSteppingVerbose.cc.
Referenced by G4ITTrackingManager::EndTracking(), and G4ITTrackingManager::EndTrackingWOKill().
|
virtual |
Reimplemented in G4ITSteppingVerbose.
Definition at line 186 of file G4VITSteppingVerbose.cc.
Referenced by G4ITTrackingManager::StartTracking().
|
pure virtual |
Implemented in G4ITSteppingVerbose.
|
pure virtual |
Implemented in G4ITSteppingVerbose.
|
protected |
Definition at line 158 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 162 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 169 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 157 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 161 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 195 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4ITSteppingVerbose::DPSLPostStep(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::PostStepDoItAllDone().
|
protected |
Definition at line 153 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AlongStepDoItOneByOne(), G4ITSteppingVerbose::AtRestDoItOneByOne(), CopyState(), G4ITSteppingVerbose::DPSLAlongStep(), G4ITSteppingVerbose::DPSLPostStep(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::PostStepDoItOneByOne().
|
protected |
Definition at line 151 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 196 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4ITSteppingVerbose::DPSLAlongStep(), and G4VITSteppingVerbose().
|
protected |
Definition at line 173 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AlongStepDoItOneByOne(), CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::StepInfo(), and G4ITSteppingVerbose::StepInfoForLeadingTrack().
|
protected |
Definition at line 172 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AtRestDoItInvoked(), CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::StepInfo(), and G4ITSteppingVerbose::StepInfoForLeadingTrack().
|
protected |
Definition at line 174 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::PostStepDoItOneByOne(), G4ITSteppingVerbose::StepInfo(), and G4ITSteppingVerbose::StepInfoForLeadingTrack().
|
protected |
Definition at line 144 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::VerboseParticleChange().
|
protected |
Definition at line 170 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 159 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 163 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 149 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 139 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 148 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 188 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 138 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 135 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), and SetStepProcessor().
|
protected |
Definition at line 137 of file G4VITSteppingVerbose.hh.
Referenced by G4VITSteppingVerbose(), SetNewValue(), and ~G4VITSteppingVerbose().
|
protected |
Definition at line 146 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AlongStepDoItAllDone(), G4ITSteppingVerbose::AlongStepDoItOneByOne(), G4ITSteppingVerbose::AtRestDoItInvoked(), CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItOneByOne(), G4ITSteppingVerbose::StepInfo(), and G4ITSteppingVerbose::StepInfoForLeadingTrack().
|
protected |
Definition at line 185 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AtRestDoItInvoked(), CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 186 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::PostStepDoItAllDone().
|
protected |
Definition at line 147 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::ShowStep(), G4ITSteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfoForLeadingTrack(), and G4ITSteppingVerbose::TrackingStarted().
|
protected |
Definition at line 142 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::PostStepDoItAllDone().
|
protected |
Definition at line 190 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 145 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), G4ITSteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfoForLeadingTrack(), G4ITSteppingVerbose::TrackingStarted(), and G4ITSteppingVerbose::VerboseTrack().
|
protected |
Definition at line 180 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AlongStepDoItAllDone(), G4ITSteppingVerbose::AlongStepDoItOneByOne(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4ITSteppingVerbose::DoItStarted(), G4ITSteppingVerbose::DPSLAlongStep(), G4ITSteppingVerbose::DPSLPostStep(), G4ITSteppingVerbose::DPSLStarted(), G4ITSteppingVerbose::DPSLUserLimit(), G4VITSteppingVerbose(), GetCurrentValue(), GetVerbose(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItOneByOne(), G4ITSteppingVerbose::PostStepVerbose(), G4ITSteppingVerbose::PreStepVerbose(), SetNewValue(), SetVerbose(), G4ITSteppingVerbose::ShowStep(), G4ITSteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfoForLeadingTrack(), G4ITSteppingVerbose::TrackingEnded(), TrackingEnded(), G4ITSteppingVerbose::TrackingStarted(), TrackingStarted(), G4ITSteppingVerbose::VerboseParticleChange(), and G4ITSteppingVerbose::VerboseTrack().
|
protected |
Definition at line 166 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AlongStepDoItAllDone(), CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 165 of file G4VITSteppingVerbose.hh.
Referenced by G4ITSteppingVerbose::AtRestDoItInvoked(), CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 167 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4VITSteppingVerbose(), and G4ITSteppingVerbose::PostStepDoItAllDone().
|
protected |
Definition at line 141 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), and G4VITSteppingVerbose().
|
protected |
Definition at line 194 of file G4VITSteppingVerbose.hh.
Referenced by CopyState(), G4ITSteppingVerbose::DPSLAlongStep(), G4ITSteppingVerbose::DPSLPostStep(), G4ITSteppingVerbose::DPSLUserLimit(), and G4VITSteppingVerbose().