Remove limits on selected objects in SelReport maker
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).
Merge request reports
Activity
assigned to @thboettc
added RTA label
added bug fix label
requested review from @dcampora
added 22 commits
-
504ca6b9...d6e18a18 - 16 commits from branch
master
- e88f2564 - Remove limits on selected tracks and vertices in selreport writer
- 0967aad1 - Update persistency configuration
- 18c6a8e5 - Fixed formatting
- deb7011f - Fix selected object offsets
- cef37f38 - Fixed formatting
- da2cb49b - Fix line index in dec reporter
Toggle commit list-
504ca6b9...d6e18a18 - 16 commits from branch
@dcampora I tested this locally and it looks like this does indeed solve MooreAnalysis#34 (closed). Can you take a look?
- Resolved by Software for LHCb
Hi @thboettc should this be tested? or better to wait for review?
added ci-test-triggered label
- [2022-07-27 18:42] Validation started with lhcb-master-mr#5241
added hlt1-throughput-decreased label
@dcampora please take care of merging after reviewing the changes