selected_event_functions#

property MonteCalculator.selected_event_functions#

Selected event data functions.

If applicable for a particular calculator method, this will be constructed with standard functions and allows adding additional custom functions that can be called after each event is selected to collect selected event data, if requested by MonteCalculator.selected_event_function_params().

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

Type:

Optional[SelectedEventFunctions]