00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef G4DHHITCOLLECTOR_H
00018 #define G4DHHITCOLLECTOR_H
00019
00020 #include "Conventions/Detectors.h"
00021
00022 class G4HCofThisEvent;
00023 class G4Step;
00024 class G4TouchableHistory;
00025 class G4FastTrack;
00026 class G4FastStep;
00027
00028 class G4DhHitCollector {
00029 public:
00030 G4DhHitCollector();
00031
00033 void Intialize(G4HCofThisEvent* hce);
00034
00037 void ProcessHits(G4Step* step, G4TouchableHistory* hist,
00038 DayaBay::DetectorSensor sensor);
00039
00042 void ProcessHits(const G4FastTrack& fastTrack, G4FastStep& fastStep,
00043 DayaBay::DetectorSensor sensor);
00044
00045 private:
00046
00047 };
00048
00049
00050 #endif // G4DHHITCOLLECTOR_H