We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266b1ef commit be1f1c6Copy full SHA for be1f1c6
PWGCF/Flow/Tasks/FlowZDCtask.cxx
@@ -246,7 +246,7 @@ struct FlowZDCtask {
246
if (cent < 0.0 && cent > 70)
247
return;
248
std::complex<double> qTPC(0, 0); // Starting with a q-vector of zero
249
- int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
+ int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
250
for (const auto& track : tracks) {
251
if (track.tpcNClsCrossedRows() < minTpcNcrossedRows)
252
continue;
0 commit comments