Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VFastSimulationModel.hh>
Public Member Functions | |
G4VFastSimulationModel (const G4String &aName) | |
G4VFastSimulationModel (const G4String &aName, G4Envelope *, G4bool IsUnique=FALSE) | |
virtual | ~G4VFastSimulationModel ()=default |
virtual G4bool | IsApplicable (const G4ParticleDefinition &)=0 |
virtual G4bool | ModelTrigger (const G4FastTrack &)=0 |
virtual void | DoIt (const G4FastTrack &, G4FastStep &)=0 |
virtual G4bool | AtRestModelTrigger (const G4FastTrack &) |
virtual void | AtRestDoIt (const G4FastTrack &, G4FastStep &) |
virtual void | Flush () |
const G4String | GetName () const |
G4bool | operator== (const G4VFastSimulationModel &) const |
Definition at line 59 of file G4VFastSimulationModel.hh.
G4VFastSimulationModel::G4VFastSimulationModel | ( | const G4String & | aName | ) |
Definition at line 47 of file G4VFastSimulationModel.cc.
G4VFastSimulationModel::G4VFastSimulationModel | ( | const G4String & | aName, |
G4Envelope * | anEnvelope, | ||
G4bool | IsUnique = FALSE ) |
Definition at line 52 of file G4VFastSimulationModel.cc.
|
virtualdefault |
|
inlinevirtual |
Definition at line 123 of file G4VFastSimulationModel.hh.
Referenced by G4FastSimulationManager::InvokeAtRestDoIt().
|
inlinevirtual |
Definition at line 116 of file G4VFastSimulationModel.hh.
|
pure virtual |
Implemented in G4ChannelingFastSimModel, and GFlashShowerModel.
Referenced by G4FastSimulationManager::InvokePostStepDoIt().
|
inlinevirtual |
Definition at line 126 of file G4VFastSimulationModel.hh.
|
inline |
Definition at line 139 of file G4VFastSimulationModel.hh.
|
pure virtual |
Implemented in G4ChannelingFastSimModel, and GFlashShowerModel.
|
pure virtual |
Implemented in G4ChannelingFastSimModel, and GFlashShowerModel.
|
inline |
Definition at line 144 of file G4VFastSimulationModel.hh.