10#ifndef SCT_G4_SD_SCTSENSOR_CTB_H
11#define SCT_G4_SD_SCTSENSOR_CTB_H
14#include "G4VSensitiveDetector.hh"
18#include <gtest/gtest_prod.h>
23class G4TouchableHistory;
33 SctSensor_CTB(
const std::string& name,
const std::string& hitCollectionName );
36 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
39 void Initialize(G4HCofThisEvent *)
override final;
AtlasHitsVector< SiHit > SiHitCollection
This class is attached to G4Event objects as UserInformation.
void AddHit(Args &&... args)
Templated method to stuff a single hit into the sensitive detector class.
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
std::string m_HitCollName
FRIEND_TEST(SctSensor_CTBtest, ProcessHits)
SctSensor_CTB(const std::string &name, const std::string &hitCollectionName)
FRIEND_TEST(SctSensor_CTBtest, AddHit)
void Initialize(G4HCofThisEvent *) override final
AtlasG4EventUserInfo * m_g4UserEventInfo
SiHitCollection * m_HitColl