selected_event_function_params#

property MonteCalculator.selected_event_function_params#

Selected event data collection parameters.

If applicable for a particular calculator method, this may be set directly or read from the MonteCalculator constructor params input, if that is implemented by the calculator method. If it exists when a run begins, selected event data will be collected accordingly.

If not applicable for a particular calculator method, this will be None.

Type:

Optional[SelectedEventFunctionParams]