41#ifndef G4FastSimulationManager_h
42#define G4FastSimulationManager_h 1
124 G4bool& foundPrevious)
const;
166 ModelList.push_back(fsm);
168 fLastCrossedParticle =
nullptr;
173 if (ModelList.
remove(fsm) ==
nullptr) fInactivatedModels.
remove(fsm);
175 fLastCrossedParticle =
nullptr;
G4FastSimulationManager(G4Envelope *anEnvelope, G4bool IsUnique=FALSE)
void RemoveFastSimulationModel(G4VFastSimulationModel *)
const G4Envelope * GetEnvelope() const
G4bool operator==(const G4FastSimulationManager &) const
G4VParticleChange * InvokePostStepDoIt()
G4VParticleChange * InvokeAtRestDoIt()
const std::vector< G4VFastSimulationModel * > & GetFastSimulationModelList() const
G4bool PostStepGetFastSimulationManagerTrigger(const G4Track &, const G4Navigator *a=nullptr)
G4bool ActivateFastSimulationModel(const G4String &)
G4bool AtRestGetFastSimulationManagerTrigger(const G4Track &, const G4Navigator *a=nullptr)
~G4FastSimulationManager()
G4bool InActivateFastSimulationModel(const G4String &)
void AddFastSimulationModel(G4VFastSimulationModel *)
G4VFastSimulationModel * GetFastSimulationModel(const G4String &modelName, const G4VFastSimulationModel *previousFound, G4bool &foundPrevious) const
G4Envelope * GetEnvelope() const