Skip to content

Commit 65cdbbb

Browse files
committed
PWGEM/PhotonMeson: Fix wrong dimension when filling rotation histograms
- Yesterdays PR removed two dimensions from the minv-pt histogram, but two zeros were still included in the filling of the rotation histogram, leading to Hyperloop tests to fail - Removed the additional fill arguments, this should fix the issue
1 parent d77fc96 commit 65cdbbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,8 @@ struct Pi0EtaToGammaGamma {
635635
used_dileptonIds.emplace_back(tuple_tmp_id2);
636636
}
637637
ndiphoton++;
638-
} // end of dielectron loop
639-
} // end of g1 loop
638+
} // end of dielectron loop
639+
} // end of g1 loop
640640
} else { // PCM-EMC, PCM-PHOS. Nightmare. don't run these pairs.
641641
auto photons1_per_collision = photons1.sliceBy(perCollision1, collision.globalIndex());
642642
auto photons2_per_collision = photons2.sliceBy(perCollision2, collision.globalIndex());
@@ -667,7 +667,7 @@ struct Pi0EtaToGammaGamma {
667667
}
668668
ndiphoton++;
669669
} // end of pairing loop
670-
} // end of pairing in same event
670+
} // end of pairing in same event
671671

672672
// event mixing
673673
if (!cfgDoMix || !(ndiphoton > 0)) {

0 commit comments

Comments
 (0)