pyrex.custom.ara.stations.ARA04.triggered¶
-
ARA04.
triggered
(polarized_antenna_requirement=1, require_mc_truth=False)¶ Check if the station is triggered based on its current state.
Station is triggered if the number of antennas that have been hit (according to
is_hit
) of a single type (polarization) is greater than or equal to the polarized_antenna_requirement.- Parameters
- polarized_antenna_requirementfloat, optional
The number of antennas in a single polarization which must be hit for the station to trigger.
- require_mc_truthboolean, optional
Whether or not the trigger should be based on the Monte-Carlo truth. If
True
, noise-only triggers are removed.
- Returns
- boolean
Whether or not the station is triggered in its current state.
See also
pyrex.custom.ara.HpolAntenna.trigger
Check if the antenna system triggers on a given signal.
pyrex.custom.ara.VpolAntenna.trigger
Check if the antenna system triggers on a given signal.