#include <G4DhHitCollector.h>
Public Member Functions | |
| G4DhHitCollector () | |
| void | Intialize (G4HCofThisEvent *hce) |
| Call from SD::Intialize(). | |
| void | ProcessHits (G4Step *step, G4TouchableHistory *hist, DayaBay::DetectorSensor sensor) |
| Either call from SD::ProcessHits(), giving the detector in which this hit is made. | |
| void | ProcessHits (const G4FastTrack &fastTrack, G4FastStep &fastStep, DayaBay::DetectorSensor sensor) |
| Or, instead call from G4VFastSimulationModel::DoIt(), giving the detector in which this hit is made. | |
Definition at line 28 of file G4DhHitCollector.h.
| G4DhHitCollector::G4DhHitCollector | ( | ) |
| void G4DhHitCollector::Intialize | ( | G4HCofThisEvent * | hce | ) |
| void G4DhHitCollector::ProcessHits | ( | G4Step * | step, | |
| G4TouchableHistory * | hist, | |||
| DayaBay::DetectorSensor | sensor | |||
| ) |
Either call from SD::ProcessHits(), giving the detector in which this hit is made.
Definition at line 12 of file G4DhHitCollector.cc.
| void G4DhHitCollector::ProcessHits | ( | const G4FastTrack & | fastTrack, | |
| G4FastStep & | fastStep, | |||
| DayaBay::DetectorSensor | sensor | |||
| ) |
Or, instead call from G4VFastSimulationModel::DoIt(), giving the detector in which this hit is made.
Definition at line 17 of file G4DhHitCollector.cc.
1.4.7