5#ifndef LUCID_G4_SD_LUCID_SensitiveDetector_h
6#define LUCID_G4_SD_LUCID_SensitiveDetector_h
14#include <gtest/gtest_prod.h>
19class G4TouchableHistory;
34 void Initialize(G4HCofThisEvent *)
override final;
37 bool ProcessHits(G4Step*, G4TouchableHistory*)
override final;
Handle class for recording to StoreGate.
LUCID_SensitiveDetector(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(LUCID_SensitiveDetectortest, ProcessHits)
SG::WriteHandle< LUCID_SimHitCollection > m_HitColl
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
FRIEND_TEST(LUCID_SensitiveDetectortest, Initialize)
bool ProcessHits(G4Step *, G4TouchableHistory *) override final
~LUCID_SensitiveDetector()
LUCID_SensitiveDetector(const LUCID_SensitiveDetector &)
void Initialize(G4HCofThisEvent *) override final
FRIEND_TEST(LUCID_SensitiveDetectortest, AddHit)
LUCID_SensitiveDetector & operator=(const LUCID_SensitiveDetector &)