Skip to content

Adding function to return a list of filters and tupling algorithms

Davide Fazzini requested to merge dfazzini_get_algs_list into master

Implementing a new function to make easier the configuration of a Funtuple algorithm in DaVinci, as suggested by @sstahl in !577 (merged) (comment 4941169). This new function, named 'ConfiguredFuntuple', combines the instatiation of:

  • HDRfilter: to select only the events passing a specific set of trigger lines,
  • make_data_with_FetchDataFromFile: to obtain the correct DataHandle object,
  • Funtuple: object containing all the branches and variables defined by the user.

This MR solves one of the two points described in #14 (closed).

Edited by Davide Fazzini

Merge request reports