|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef BLM_G4_SD_BLMSENSORSD_H
11 #define BLM_G4_SD_BLMSENSORSD_H
14 #include "G4VSensitiveDetector.hh"
19 #include <gtest/gtest_prod.h>
31 BLMSensorSD(
const std::string&
name,
const std::string& hitCollectionName);
37 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
40 void Initialize(G4HCofThisEvent *)
override final;
52 #endif //BLM_G4_SD_BLMSENSORSD_H
FRIEND_TEST(BLMSensorSDtest, Initialize)
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
Handle class for recording to StoreGate.
BLMSensorSD(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(BLMSensorSDtest, ProcessHits)
FRIEND_TEST(BLMSensorSDtest, AddHit)
SG::WriteHandle< SiHitCollection > m_HitColl
void Initialize(G4HCofThisEvent *) override final