|
Geant4-11
|
#include <G4VFastSimulationModel.hh>
Public Member Functions | |
| virtual void | AtRestDoIt (const G4FastTrack &, G4FastStep &) |
| virtual G4bool | AtRestModelTrigger (const G4FastTrack &) |
| virtual void | DoIt (const G4FastTrack &, G4FastStep &)=0 |
| G4VFastSimulationModel (const G4String &aName) | |
| G4VFastSimulationModel (const G4String &aName, G4Envelope *, G4bool IsUnique=FALSE) | |
| const G4String | GetName () const |
| virtual G4bool | IsApplicable (const G4ParticleDefinition &)=0 |
| virtual G4bool | ModelTrigger (const G4FastTrack &)=0 |
| G4bool | operator== (const G4VFastSimulationModel &) const |
| virtual | ~G4VFastSimulationModel () |
Private Attributes | |
| G4String | theModelName |
Definition at line 60 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 53 of file G4VFastSimulationModel.cc.
References G4FastSimulationManager::AddFastSimulationModel(), and G4Region::GetFastSimulationManager().
|
inlinevirtual |
Definition at line 82 of file G4VFastSimulationModel.hh.
|
inlinevirtual |
Definition at line 126 of file G4VFastSimulationModel.hh.
Referenced by G4FastSimulationManager::InvokeAtRestDoIt().
|
inlinevirtual |
Definition at line 115 of file G4VFastSimulationModel.hh.
|
pure virtual |
Implemented in GFlashShowerModel.
Referenced by G4FastSimulationManager::InvokePostStepDoIt().
|
inline |
Definition at line 146 of file G4VFastSimulationModel.hh.
References theModelName.
|
pure virtual |
Implemented in GFlashShowerModel.
|
pure virtual |
Implemented in GFlashShowerModel.
|
inline |
Definition at line 152 of file G4VFastSimulationModel.hh.
|
private |
Definition at line 143 of file G4VFastSimulationModel.hh.
Referenced by GetName().