| 
    Geant4_10
    
   | 
 
#include <G4VFastSimulationModel.hh>

Public Member Functions | |
| G4VFastSimulationModel (const G4String &aName) | |
| G4VFastSimulationModel (const G4String &aName, G4Envelope *, G4bool IsUnique=FALSE) | |
| virtual | ~G4VFastSimulationModel () | 
| 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 &) | 
| const G4String | GetName () const | 
| G4bool | operator== (const G4VFastSimulationModel &) const | 
Definition at line 66 of file G4VFastSimulationModel.hh.
| G4VFastSimulationModel::G4VFastSimulationModel | ( | const G4String & | aName | ) | 
Definition at line 48 of file G4VFastSimulationModel.cc.
| G4VFastSimulationModel::G4VFastSimulationModel | ( | const G4String & | aName, | 
| G4Envelope * | anEnvelope, | ||
| G4bool | IsUnique = FALSE  | 
        ||
| ) | 
      
  | 
  inlinevirtual | 
Definition at line 88 of file G4VFastSimulationModel.hh.
      
  | 
  inlinevirtual | 
Definition at line 132 of file G4VFastSimulationModel.hh.

      
  | 
  inlinevirtual | 
Definition at line 121 of file G4VFastSimulationModel.hh.
      
  | 
  pure virtual | 
Implemented in GFlashShowerModel, Par01EMShowerModel, Par01PionShowerModel, and Par01PiModel.

Definition at line 152 of file G4VFastSimulationModel.hh.
      
  | 
  pure virtual | 
Implemented in GFlashShowerModel, Par01EMShowerModel, Par01PionShowerModel, and Par01PiModel.
      
  | 
  pure virtual | 
Implemented in GFlashShowerModel, Par01EMShowerModel, Par01PionShowerModel, and Par01PiModel.
      
  | 
  inline | 
Definition at line 158 of file G4VFastSimulationModel.hh.
 1.8.5