5#ifndef AFP_G4_SD_AFP_SiDSensitiveDetector_h
6#define AFP_G4_SD_AFP_SiDSensitiveDetector_h
9#include "G4VSensitiveDetector.hh"
14#include <gtest/gtest_prod.h>
20class G4TouchableHistory;
40 void Initialize(G4HCofThisEvent *)
override final;
41 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
Handle class for recording to StoreGate.
~AFP_SiDSensitiveDetector()
float m_lower_edge[4][10]
AFP_SiDSensitiveDetector(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(AFP_SiDSensitiveDetectortest, StartOfAthenaEvent)
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
FRIEND_TEST(AFP_SiDSensitiveDetectortest, ProcessHits)
static constexpr int SiDMaxCnt
FRIEND_TEST(AFP_SiDSensitiveDetectortest, Initialize)
void StartOfAthenaEvent()
int m_nNumberOfSIDSimHits
FRIEND_TEST(AFP_SiDSensitiveDetectortest, AddHit)
SG::WriteHandle< AFP_SIDSimHitCollection > m_HitColl
float m_death_edge[4][10]
FRIEND_TEST(AFP_SiDSensitiveDetectortest, EndOfAthenaEvent)
void Initialize(G4HCofThisEvent *) override final