|
Pottu
|
Detector event filter for group index and energy. More...
#include <DetectorEvent.hpp>
Public Member Functions | |
| bool | operator() (const DetectorEvent &det) const noexcept |
| Tests if event passes the filter. More... | |
Public Attributes | |
| DetectorEvent::group_type | group |
| double | eLow |
| double | eHigh |
Detector event filter for group index and energy.
Create as
Test for energy is eLow <= event.e < eHigh. I.e. the high energy limit is open.
|
inlinenoexcept |
Tests if event passes the filter.
| det | Detector event to test. |