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 492fe4d commit 7266d34Copy full SHA for 7266d34
PWGCF/Flow/Tasks/FlowZDCtask.cxx
@@ -238,7 +238,7 @@ struct FlowZDCtask {
238
double qTpcReal = 0.0; // Initialize qTPC_real
239
double qTpcIm = 0.0; // init qTPC_imaginary
240
241
- Int_t multTrk = tracks.size(); // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
+ int multTrk = tracks.size(); // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
242
243
if (cent < 0.0 && cent > 70)
244
return;
0 commit comments