51#ifndef CSCSENSITIVEDETECTOR_H
52#define CSCSENSITIVEDETECTOR_H
54#include "G4VSensitiveDetector.hh"
59#include <gtest/gtest_prod.h>
72 void Initialize(G4HCofThisEvent* HCE)
override final;
73 G4bool
ProcessHits(G4Step* aStep, G4TouchableHistory* ROhist)
override final;
AtlasHitsVector< CSCSimHit > CSCSimHitCollection
This class is attached to G4Event objects as UserInformation.
std::string m_hitCollectionName
member data
CSCSensitiveDetector(const std::string &name, const std::string &hitCollectionName)
construction/destruction
const CscHitIdHelper * m_muonHelper
G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist) override final
AtlasG4EventUserInfo * m_g4UserEventInfo
void Initialize(G4HCofThisEvent *HCE) override final
member functions
CSCSimHitCollection * m_myCSCHitColl
FRIEND_TEST(CSCSensitiveDetectortest, ProcessHits)
FRIEND_TEST(CSCSensitiveDetectortest, Initialize)