|
ATLAS Offline Software
|
Go to the documentation of this file.
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>
20 class G4TouchableHistory;
40 void Initialize(G4HCofThisEvent *)
override final;
41 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
68 #endif //AFP_G4_SD_AFP_SiDSensitiveDetector_h
float m_death_edge[4][10]
AFP_SiDSensitiveDetector(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(AFP_SiDSensitiveDetectortest, StartOfAthenaEvent)
Handle class for recording to StoreGate.
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
int m_nNumberOfSIDSimHits
float m_lower_edge[4][10]
static constexpr int SiDMaxCnt
FRIEND_TEST(AFP_SiDSensitiveDetectortest, EndOfAthenaEvent)
~AFP_SiDSensitiveDetector()
SG::WriteHandle< AFP_SIDSimHitCollection > m_HitColl
FRIEND_TEST(AFP_SiDSensitiveDetectortest, ProcessHits)
void StartOfAthenaEvent()
FRIEND_TEST(AFP_SiDSensitiveDetectortest, Initialize)
void Initialize(G4HCofThisEvent *) override final
FRIEND_TEST(AFP_SiDSensitiveDetectortest, AddHit)