Class RMGGermaniumDetector¶
Defined in File RMGGermaniumDetector.hh
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
RMGDetectorHitand then adding this to the hit collection.
-
void EndOfEvent(G4HCofThisEvent *hit_coll) override¶
-
RMGGermaniumDetector()¶