Sensitive-detector glue between Geant4 hit processing and GEMC digitization plugins.
More...
|
| class | GSensitiveDetector |
| | Thread-local sensitive detector bridging Geant4 steps to GEMC hits via digitization plugins. More...
|
| |
|
| using | GHitsCollection = G4THitsCollection<GHit> |
| | Convenience alias for the Geant4 hits collection used by this module.
|
| |
This group documents the module implemented by GSensitiveDetector and its integration with dynamic digitization routines.
◆ GHitsCollection
GHitsCollection is the concrete Geant4 hits container used to store pointers to GHit objects. The underlying type is G4THitsCollection<GHit>.
Definition at line 73 of file gsd.h.
◆ defineOptions()
| GOptions gsensitivedetector::defineOptions |
( |
| ) |
|
|
inline |
The returned GOptions instance is initialized with the module logger name ("gsd"). This function is intentionally lightweight so it can be used during configuration assembly.
- Returns
- A GOptions instance associated with this module logger.
Definition at line 62 of file gsd.h.