 |
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"
18 #include <gtest/gtest_prod.h>
22 class G4TouchableHistory;
35 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
38 void Initialize(G4HCofThisEvent *)
override final;
51 #endif //SCT_G4_SD_SCTSENSOR_CTB_H
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
SiHitCollection * m_HitColl
void Emplace(Args &&... args)
SctSensor_CTB(const std::string &name, const std::string &hitCollectionName)
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, ProcessHits)
std::string m_HitCollName