1#ifndef GARFIELDG4FASTSIMULATIONMODEL_H_
2#define GARFIELDG4FASTSIMULATIONMODEL_H_
31#include "G4VFastSimulationModel.hh"
34class G4VPhysicalVolume;
50 virtual G4bool
IsApplicable(
const G4ParticleDefinition&);
52 virtual void DoIt(
const G4FastTrack&, G4FastStep&);
Definition of the GarfieldPhysics class.
virtual G4bool ModelTrigger(const G4FastTrack &)
~GarfieldG4FastSimulationModel()
virtual void DoIt(const G4FastTrack &, G4FastStep &)
void SetPhysics(GarfieldPhysics *fGarfieldPhysics)
GarfieldPhysics * fGarfieldPhysics
GarfieldG4FastSimulationModel(G4String, G4Region *)
virtual G4bool IsApplicable(const G4ParticleDefinition &)