Skip to content
Snippets Groups Projects
Commit 59ea6207 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cherry-pick-15e37f31-master' into 'master'

Sweeping !46600 from 22.0-mc20 to master.
Fix bug in MergeTruthJetsTool where only the first event from each bunch-crossing was checked.

See merge request !46616
parents a6afb0b5 baceb395
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46616Sweeping !46600 from 22.0-mc20 to master. Fix bug in MergeTruthJetsTool where only the first event from each bunch-crossing was checked.
......@@ -48,7 +48,7 @@ StatusCode MergeTruthJetsTool::processBunchXing(int bunchXing,
while (iEvt != eSubEvents) {
const xAOD::JetContainer* inputJetContainer(nullptr);
if (m_pMergeSvc->retrieveSingleSubEvtData(m_inputJetCollKey, inputJetContainer,
bunchXing, bSubEvents).isSuccess()) {
bunchXing, iEvt).isSuccess()) {
ATH_MSG_VERBOSE("Found an xAOD::JetContainer in storeGate.");
if ( !inputJetContainer ) {
ATH_MSG_ERROR("Unable to retrieve input jet container: " << m_inputJetCollKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment