EventSelector

class lstchain.io.event_selection.EventSelector(**kwargs: Any)

Bases: Component

Filter values used for event filters and list of finite parameters are taken as inputs and filter_events() is used on a table of events called in with the Component.

For event_type, we choose the sub-array trigger, EventType.SUBARRAY.value, 32, which is for shower event candidate, as per the latest CTA R1 Event Data Model.

Attributes Summary

filters

Dict of event filter parameters

finite_params

List of parameters to ensure finite values

Methods Summary

filter_cut(events)

Apply the standard event filters.

Attributes Documentation

filters

Dict of event filter parameters

finite_params

List of parameters to ensure finite values

Methods Documentation

filter_cut(events)

Apply the standard event filters.