![]() |
Belle II Software light-2509-fornax
|
Sensitive Detector implementation of the AWESOME detector. More...
#include <AWESOMESensitiveDetector.h>


Public Member Functions | |
| AWESOMESensitiveDetector () | |
| Constructor. | |
| bool | step (G4Step *step, G4TouchableHistory *) override |
| Step processing method. | |
Private Attributes | |
| StoreArray< MCParticle > | m_MCParticles |
| MC particles. | |
| StoreArray< AWESOMESimHit > | m_SimHits |
| AWESOME simulated hits. | |
| RelationArray | m_MCParticlesToSimHits {m_MCParticles, m_SimHits} |
| Relation array between MCParticles and AWESOMESimHits. | |
Sensitive Detector implementation of the AWESOME detector.
Definition at line 27 of file AWESOMESensitiveDetector.h.
Constructor.
Definition at line 26 of file AWESOMESensitiveDetector.cc.
|
override |
Step processing method.
| step | The G4Step with the current step information. |
Definition at line 43 of file AWESOMESensitiveDetector.cc.
|
private |
MC particles.
Definition at line 44 of file AWESOMESensitiveDetector.h.
|
private |
Relation array between MCParticles and AWESOMESimHits.
Definition at line 50 of file AWESOMESensitiveDetector.h.
|
private |
AWESOME simulated hits.
Definition at line 47 of file AWESOMESensitiveDetector.h.