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