We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a33b commit 5b6be3eCopy full SHA for 5b6be3e
PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskReso.cxx
@@ -1086,7 +1086,7 @@ struct FemtoDreamProducerTaskReso {
1086
}
1087
1088
if (confIsActivateCascade.value) {
1089
- for (auto& casc : fullCascades) {
+ for (const auto& casc : fullCascades) {
1090
// get the daughter tracks
1091
const auto& posTrackCasc = casc.template posTrack_as<TrackType>();
1092
const auto& negTrackCasc = casc.template negTrack_as<TrackType>();
0 commit comments