Skip to content

Remove limits on selected objects in SelReport maker

Thomas Boettcher requested to merge thboettc_no_sel_object_limit into master

Removes the maximum limit on number of selected tracks and SVs in the SelReport writer. The total number of selected candidates for each line is calculated in the DecReporter. The maximum number of total selected candidates per event is then sum(candidates per line)*(maximum number of children per candidate). The default maximum number of children per candidate is 4. This maximum is usually much less than the previous maximum of 100 tracks or SVs.

Resolves MooreAnalysis#34 (closed).

Edited by Thomas Boettcher

Merge request reports