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