We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099afbb commit 34518f6Copy full SHA for 34518f6
1 file changed
PWGUD/Tasks/FwdMuonsUPC.cxx
@@ -772,7 +772,7 @@ struct FwdMuonsUPC {
772
for (const auto& item : tracksPerCand) {
773
if (item.second.size() != k2Tracks) {
774
LOGF(debug, "mc parts = %d", item.second.size());
775
- for (const auto id : item.second) {
+ for (const auto& id : item.second) {
776
auto p = McParts.iteratorAt(id);
777
LOGF(debug,
778
" part %d: pdg=%d status=%d has_mothers=%d has_daughters=%d",
0 commit comments