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