44 RMGScintillatorDetector();
45 ~RMGScintillatorDetector() =
default;
47 RMGScintillatorDetector(RMGScintillatorDetector
const&) =
delete;
48 RMGScintillatorDetector& operator=(RMGScintillatorDetector
const&) =
delete;
49 RMGScintillatorDetector(RMGScintillatorDetector&&) =
delete;
50 RMGScintillatorDetector& operator=(RMGScintillatorDetector&&) =
delete;
60 RMGDetectorHitsCollection* fHitsCollection =
nullptr;
bool ProcessHits(G4Step *step, G4TouchableHistory *history) override
Build an RMGDetectorHit from step and add it to the hits collection.
Definition RMGScintillatorDetector.cc:55
void Initialize(G4HCofThisEvent *hit_coll) override
Allocate and register the hit collection for the current event.
Definition RMGScintillatorDetector.cc:39