1#ifndef _SensitiveDetector_h_
2#define _SensitiveDetector_h_
4#include "G4VSensitiveDetector.hh"
13 void Initialize(G4HCofThisEvent *hce)
override;
14 void EndOfEvent(G4HCofThisEvent *hce)
override;
18 G4bool
ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist)
override;
Definition SensitiveDetector.hh:6
~SensitiveDetector() override
Definition SensitiveDetector.cc:16
void EndOfEvent(G4HCofThisEvent *hce) override
Definition SensitiveDetector.cc:30
G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist) override
Definition SensitiveDetector.cc:37
void Initialize(G4HCofThisEvent *hce) override
Definition SensitiveDetector.cc:23