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 6aaf7c1 commit 649659dCopy full SHA for 649659d
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -1107,7 +1107,7 @@ struct StrangenessInJets {
1107
std::vector<TVector3> ue1;
1108
std::vector<TVector3> ue2;
1109
1110
- for (auto& jet : jets) {
+ for (const auto& jet : jets) {
1111
1112
// jet must be fully contained in the acceptance
1113
if ((std::fabs(jet.eta()) + rJet) > (etaMax - deltaEtaEdge))
@@ -2095,7 +2095,7 @@ struct StrangenessInJets {
2095
2096
2097
2098
2099
2100
2101
0 commit comments