![]() |
ATLAS Offline Software
|
Include the common definitions from the MuonReadoutGeometry. More...
Classes | |
| class | MdtSensitiveDetector |
| class | MdtSensitiveDetectorTool |
| Tool implementation that creates the MDT sensitive detector. More... | |
| class | MmSensitiveDetector |
| Sensitive detector implementation to record G4 hits in the micromega detectors. More... | |
| class | MmSensitiveDetectorTool |
| Tool implementation that creates the Micromega sensitive detector. More... | |
| class | MuonSensitiveDetector |
| class | MuonSensitiveDetectorTool |
| Baseline MuonSensitive detector tool to store the sim hits. More... | |
| class | RpcSensitiveDetector |
| Sensitive detector implementation to record G4 hits in the Rpc detectors. More... | |
| class | RpcSensitiveDetectorTool |
| Tool implementation that creates the Rpc sensitive detector. More... | |
| class | sTgcSensitiveDetector |
| Sensitive detector implementation to record G4 hits in the sTgc detectors. More... | |
| class | sTgcSensitiveDetectorTool |
| Tool implementation that creates the sTgc sensitive detector. More... | |
| class | TgcSensitiveDetector |
| Sensitive detector implementation to record G4 hits in the Tgc detectors. More... | |
| class | TgcSensitiveDetectorTool |
| Tool implementation that creates the Tgc sensitive detector. More... | |
Typedefs | |
| using | MuonSimHitsVec |
| Helper type which can be filled into the HitCollectionMap storing the event content in the event. | |
Functions | |
| Amg::Transform3D | getTransform (const G4VTouchable *history, unsigned int level) |
| Extracts the local -> global transformation from a TouchableHistory at a given level. | |
Include the common definitions from the MuonReadoutGeometry.
Basic MuonSensitiveDetector class from which all the other sensitive detectors inherit.
The base implementation provides the output container to store gate, creates the GeometryContext of interest and unifies the criteria whether a Step shall be processed or not. Finally, it keeps track whether a particle from a G4 step has already been recorded and updates then the last hit accordingly
| using MuonG4R4::MuonSimHitsVec |
Helper type which can be filled into the HitCollectionMap storing the event content in the event.
Definition at line 32 of file MuonSensitiveDetector.h.
|
inline |
Extracts the local -> global transformation from a TouchableHistory at a given level.
| history | Pointer to the history of the G4 track |
| level | Level inside the history - should not exceed GetNDepth() of the history |
Definition at line 32 of file MuonSpectrometer/MuonPhaseII/MuonG4/MuonSensitiveDetectorsR4/MuonSensitiveDetectorsR4/Utils.h.