00001 #include "G4DataHelpers/G4DhHitCollector.h" 00002 00003 G4DhHitCollector::G4DhHitCollector() 00004 { 00005 } 00006 00007 00008 void G4DhHitCollector::Intialize(G4HCofThisEvent* hce) 00009 { 00010 } 00011 00012 void G4DhHitCollector::ProcessHits(G4Step* step, G4TouchableHistory* hist, 00013 DayaBay::DetectorSensor sensor) 00014 { 00015 } 00016 00017 void G4DhHitCollector::ProcessHits(const G4FastTrack& fastTrack, G4FastStep& fastStep, 00018 DayaBay::DetectorSensor sensor) 00019 { 00020 } 00021 00022