8#ifndef MICROTPC_SENSITIVEDETECTOR_H
9#define MICROTPC_SENSITIVEDETECTOR_H
11#include <simulation/kernel/SensitiveDetectorBase.h>
43 bool step(G4Step*
step, G4TouchableHistory*)
override;
Base class for all Sensitive Detectors to create hits during simulation.
Sensitive Detector implementation of the MICROTPC detector.
int saveG4TrackInfo(int trackID, int PDG, float Mass, float Energy, float vtx[3], float mom[3])
Save saveG4TrackInfo into datastore.
SensitiveDetector()
Constructor.
bool step(G4Step *step, G4TouchableHistory *) override
Step processing method.
Abstract base class for different kinds of events.