We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a902c68 commit 36a4811Copy full SHA for 36a4811
PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx
@@ -176,7 +176,7 @@ struct HfCandidateCreatorSigmac0plusplus {
176
LOG(info) << "### ITS hitmap for soft pion";
177
LOG(info) << " >>> setSoftPiItsHitMap.size(): " << setSoftPiItsHitMap.size();
178
LOG(info) << " >>> Custom ITS hitmap dfchecked: ";
179
- for (const auto it : setSoftPiItsHitMap) {
+ for (const auto& it : setSoftPiItsHitMap) {
180
LOG(info) << " Layer " << static_cast<int>(it) << " ";
181
}
182
LOG(info) << "############";
0 commit comments