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 54ea4ad commit 6a8b2f4Copy full SHA for 6a8b2f4
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -338,7 +338,7 @@ struct FlowZdcTask {
338
const auto cent = collision.centFT0C();
339
int globalTracks = tracks.size();
340
if (globalTracks < 1)
341
- return;
+ return;
342
// this is the q vector for the TPC data. it is a complex function
343
double qTpcReal = 0.0; // Initialize qTPC_real
344
double qTpcIm = 0.0; // init qTPC_imaginary
@@ -513,7 +513,7 @@ struct FlowZdcTask {
513
}
514
515
void processCorrelation(CollisionDataTable::iterator const& collision, FilTrackDataTable const& tracks)
516
- {
+ {
517
if (!isEventSelected(collision)) {
518
return;
519
0 commit comments