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