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