We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9aa59 commit c8a693aCopy full SHA for c8a693a
1 file changed
PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx
@@ -485,7 +485,7 @@ struct strangederivedbuilder {
485
if constexpr (requires { udCollIterator.gapSide(); }) { // check if this table is the expected one
486
auto udCollision = udCollisions.sliceBy(udCollisionsPerCollision, collIdx);
487
if (udCollision.size() == 1) { // check that the slicing provide a unique UD collision
488
- for (auto& udColl : udCollision) {
+ for (const auto& udColl : udCollision) {
489
gapSide = udColl.gapSide();
490
totalFT0AmplitudeA = udColl.totalFT0AmplitudeA();
491
totalFT0AmplitudeC = udColl.totalFT0AmplitudeC();
0 commit comments