|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_G4_SD_AFP_TDSensitiveDetector_h
6 #define AFP_G4_SD_AFP_TDSensitiveDetector_h
9 #include "G4VSensitiveDetector.hh"
15 #include <gtest/gtest_prod.h>
21 class G4TouchableHistory;
41 void Initialize(G4HCofThisEvent *)
override final;
42 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
63 #endif //AFP_G4_SD_AFP_TDSensitiveDetector_h
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
FRIEND_TEST(AFP_TDSensitiveDetectortest, ProcessHits)
int m_nNOfTDSimHits[4][32]
static constexpr int TDMaxCnt
static constexpr double TDMaxQEff
void StartOfAthenaEvent()
SG::WriteHandle< AFP_TDSimHitCollection > m_HitColl
void Initialize(G4HCofThisEvent *) override final
~AFP_TDSensitiveDetector()
FRIEND_TEST(AFP_TDSensitiveDetectortest, AddHit)
FRIEND_TEST(AFP_TDSensitiveDetectortest, Initialize)
Handle class for recording to StoreGate.
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
FRIEND_TEST(AFP_TDSensitiveDetectortest, StartOfAthenaEvent)
AFP_TDSensitiveDetector(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(AFP_TDSensitiveDetectortest, EndOfAthenaEvent)