Skip to content

Fix setRunNumberQuantities in HHbbttSelectorAlg

Thomas Strebler requested to merge tstreble-main-patch-99449 into main

The previous implementation was flawed because m_is15 and m_is16 are recomputed for each event, so in case the rdmNumber falls once outside of [266904, 311481], the flags would have been set to false and never changed for the subsequent events. Also since setRunNumberQuantities is only called for MC, the isMC check can be removed.

FYI @yche

Merge request reports