Adding function to return a list of filters and tupling algorithms
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