ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcSensitiveDetector.h
Go to the documentation of this file.
1#ifndef MUONG4R4_sTgcSensitiveDetector_H
2#define MUONG4R4_sTgcSensitiveDetector_H
3/*
4 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5*/
6
82
85
86namespace MuonG4R4 {
87
89
90
91 public:
94
96 virtual G4bool ProcessHits(G4Step* aStep, G4TouchableHistory* ROhist) override final;
97
98
99 private:
102 const G4TouchableHistory* touchHist) const;
103
105 const MuonGMR4::sTgcReadoutElement* readOutEle,
106 const Amg::Vector3D& hitAtGapPlane,
108 };
109}
110#endif
MuonSensitiveDetector(const std::string &name, const std::string &output_key, const std::string &trf_storeKey, const MuonGMR4::MuonDetectorManager *detMgr)
Constructor.
MuonSensitiveDetector(const std::string &name, const std::string &output_key, const std::string &trf_storeKey, const MuonGMR4::MuonDetectorManager *detMgr)
Constructor.
const MuonGMR4::sTgcReadoutElement * getReadoutElement(const ActsTrk::GeometryContext &gctx, const G4TouchableHistory *touchHist) const
Retrieves the matching readout element to a G4 hit.
Identifier getIdentifier(const ActsTrk::GeometryContext &gctx, const MuonGMR4::sTgcReadoutElement *readOutEle, const Amg::Vector3D &hitAtGapPlane, sTgcIdHelper::sTgcChannelTypes chType) const
virtual G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist) override final
member functions
Eigen::Matrix< double, 3, 1 > Vector3D
Include the common definitions from the MuonReadoutGeometry.