|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LUCID_G4_SD_LUCID_SensitiveDetector_h
6 #define LUCID_G4_SD_LUCID_SensitiveDetector_h
14 #include <gtest/gtest_prod.h>
19 class G4TouchableHistory;
34 void Initialize(G4HCofThisEvent *)
override final;
37 bool ProcessHits(G4Step*, G4TouchableHistory*)
override final;
53 #endif //LUCID_G4_SD_LUCID_SensitiveDetector_h
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
FRIEND_TEST(LUCID_SensitiveDetectortest, ProcessHits)
LUCID_SensitiveDetector(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(LUCID_SensitiveDetectortest, AddHit)
Handle class for recording to StoreGate.
SG::WriteHandle< LUCID_SimHitCollection > m_HitColl
LUCID_SensitiveDetector(const LUCID_SensitiveDetector &)
~LUCID_SensitiveDetector()
FRIEND_TEST(LUCID_SensitiveDetectortest, Initialize)
void Initialize(G4HCofThisEvent *) override final
LUCID_SensitiveDetector & operator=(const LUCID_SensitiveDetector &)
bool ProcessHits(G4Step *, G4TouchableHistory *) override final