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