Minimal hit created in the fast simulation.
Minimal hit containing energy and position, for use in the fast simulation classes. Hits of G4FastHit type can be created in user implementation of fast simulation model and then deposited in the detector using G4FastSimHitMaker helper class. The helper will locate the sensitive volume and check if it inherits from both base classes:
- G4VSensitiveDetector: for processing of detailed/non-fast simulation hits;
- G4VFastSimSensitiveDetector: for processing of fast sim (G4FastSim) hits; An extended example extended/parameterisations/Par03 demonstrates how to use G4FastHit to create multiple deposits from the fast simulation model.
Definition at line 47 of file G4FastHit.hh.