Returns 1 if current event contains at least one BEAST hit, 0 otherwise
Definition at line 17 of file RunSADBgMC_phase1.py.
◆ event()
reimplementation of Module::event().
Definition at line 24 of file RunSADBgMC_phase1.py.
25 """reimplementation of Module::event()."""
31 if len(p.getRelationsTo(
'MicrotpcSimHits')) > 0 \
32 or len(p.getRelationsTo(
'He3tubeSimHits')) > 0 \
33 or len(p.getRelationsTo(
'PindiodeSimHits')) > 0 \
34 or len(p.getRelationsTo(
'BgoSimHits')) > 0 \
35 or len(p.getRelationsTo(
'CsiSimHits')) > 0:
A (simplified) python wrapper for StoreArray.
◆ initialize()
The documentation for this class was generated from the following file: