We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141512f commit cd6e89eCopy full SHA for cd6e89e
1 file changed
PWGJE/TableProducer/tableDiffWake.cxx
@@ -178,7 +178,7 @@ struct TableDiffWake {
178
//------- Only events with track above some thresh ----------
179
180
bool eventHighpT = false;
181
- for (auto const &track : tracks) {
+ for (const auto& track : tracks) {
182
183
if (!track.isGlobalTrack())
184
continue;
@@ -206,7 +206,7 @@ struct TableDiffWake {
206
substituteEp2,
207
substituteEp3);
208
209
210
211
// Track cut
212
0 commit comments