5#ifndef MicromegasSensitiveDetector_H
6#define MicromegasSensitiveDetector_H
8#include "G4VSensitiveDetector.hh"
11#include <gtest/gtest_prod.h>
25 void Initialize(G4HCofThisEvent* HCE)
override final;
26 G4bool
ProcessHits(G4Step* aStep, G4TouchableHistory* ROhist)
override final;
AtlasHitsVector< MMSimHit > MMSimHitCollection
This class is attached to G4Event objects as UserInformation.
void Initialize(G4HCofThisEvent *HCE) override final
member functions
const MicromegasHitIdHelper * m_muonHelper
MicromegasSensitiveDetector(const std::string &name, const std::string &hitCollectionName)
construction/destruction
FRIEND_TEST(MicromegasSensitiveDetectortest, ProcessHits)
G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist) override final
AtlasG4EventUserInfo * m_g4UserEventInfo
MMSimHitCollection * m_MMSimHitCollection
std::string m_hitCollectionName
FRIEND_TEST(MicromegasSensitiveDetectortest, Initialize)