Returns 1 if current event contains at least one BEAST hit, 0 otherwise
Definition at line 13 of file RunSADBgMC_phase1.py.
◆ event()
reimplementation of Module::event().
Definition at line 20 of file RunSADBgMC_phase1.py.
21 """reimplementation of Module::event()."""
27 if len(p.getRelationsTo(
'MicrotpcSimHits')) > 0 \
28 or len(p.getRelationsTo(
'He3tubeSimHits')) > 0 \
29 or len(p.getRelationsTo(
'PindiodeSimHits')) > 0 \
30 or len(p.getRelationsTo(
'BgoSimHits')) > 0 \
31 or len(p.getRelationsTo(
'CsiSimHits')) > 0:
◆ initialize()
The documentation for this class was generated from the following file: