Class RMGGermaniumDetector

Inheritance Relationships

Base Type

  • public G4VSensitiveDetector

Class Documentation

class RMGGermaniumDetector : public G4VSensitiveDetector

Class to describe the germanium detector, mainly handles processing of the detected hits. Extends G4VSensitiveDetector.

Public Functions

RMGGermaniumDetector()
~RMGGermaniumDetector() = default
RMGGermaniumDetector(RMGGermaniumDetector const&) = delete
RMGGermaniumDetector &operator=(RMGGermaniumDetector const&) = delete
RMGGermaniumDetector(RMGGermaniumDetector&&) = delete
RMGGermaniumDetector &operator=(RMGGermaniumDetector&&) = delete
void Initialize(G4HCofThisEvent *hit_coll) override
bool ProcessHits(G4Step *step, G4TouchableHistory *history) override

Process the detected hits computing the various parameters of a RMGDetectorHit and then adding this to the hit collection.

void EndOfEvent(G4HCofThisEvent *hit_coll) override