CheckPV fix so Print actually works
The line
if ( msgLevel( MSG::VERBOSE ) || m_print ) verbose() << "There are " << n << " primary vertices." << endmsg;
is nonsensical as m_print will only take effect in verbose mode. The fix is to print always() for m_print as that's the intention.
Merge request reports
Activity
added backport run2 label
Started reference and integration test builds. Once done, check the comparison of build and test results.
added ci-test-triggered label
Started reference and integration test builds. Once done, check the comparison of build and test results.
Throughput Test Moore_hlt2_reco_baseline: 142.9 Events/s -- change of -0.09% vs. reference
Throughput Test Moore_hlt1_pp_default: 29739.0 Events/s -- change of -0.30% vs. reference
- [2020-12-09 13:32] Validation started with lhcb-master-mr#1714
- [2020-12-10 18:20] Validation started with lhcb-head-2#110
Edited by Software for LHCbadded lhcb-head-2 label
mentioned in commit 4e76e910
picked the changes into the branch
cherry-pick-4e76e910
with commit 85feee70mentioned in commit 85feee70
mentioned in merge request !854 (merged)
I actually found that bug on Run 2 data, so cherry-picked !854 (merged)
mentioned in issue Moore#237 (closed)
added cleanup label