|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ZDC_SD_ZDC_FIBER_SD_H
6 #define ZDC_SD_ZDC_FIBER_SD_H
9 #include "G4VSensitiveDetector.hh"
18 #include <gtest/gtest_prod.h>
22 class G4HCofThisEvent;
32 ZDC_FiberSD(
const G4String&
name,
const G4String& hitCollectionName,
const float &readoutPos);
36 void Initialize(G4HCofThisEvent *)
override final;
37 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
44 std::map< uint32_t, ZDC_SimFiberHit* >
m_hitMap;
48 #endif //ZDC_SD_ZDC_FIBER_SD_H
FRIEND_TEST(ZDC_FiberSDtest, EndOfAthenaEvent)
ZDC_FiberSD(const G4String &name, const G4String &hitCollectionName, const float &readoutPos)
Handle class for recording to StoreGate.
void Initialize(G4HCofThisEvent *) override final
FRIEND_TEST(ZDC_FiberSDtest, ProcessHits)
std::map< uint32_t, ZDC_SimFiberHit * > m_hitMap
FRIEND_TEST(ZDC_FiberSDtest, StartOfAthenaEvent)
SG::WriteHandle< ZDC_SimFiberHit_Collection > m_HitColl
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
FRIEND_TEST(ZDC_FiberSDtest, Initialize)