 |
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "G4VSensitiveDetector.hh"
21 #include <gtest/gtest_prod.h>
29 BCMSensorSD(
const std::string&
name,
const std::string& hitCollectionName);
32 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
35 void Initialize(G4HCofThisEvent *)
override final;
void Initialize(G4HCofThisEvent *) override final
BCMSensorSD(const std::string &name, const std::string &hitCollectionName)
SiHitCollection * m_HitColl
Pointer to the hit collection.
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
void Emplace(Args &&... args)
FRIEND_TEST(BCMSensorSDtest, ProcessHits)
FRIEND_TEST(BCMSensorSDtest, AddHit)
std::string m_HitCollName
Name of the hit collection.
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final