Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions PWGCF/Flow/Tasks/flowZdcTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
auto* xAxis = hstat->GetXaxis();
xAxis->SetBinLabel(1, "All events");
xAxis->SetBinLabel(2, "SelEigth");
xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC
xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0
xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC
xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0
xAxis->SetBinLabel(5, "NoCollInTimeRangeStrict");
xAxis->SetBinLabel(6, "NoCollInTimeRangeStandard");
xAxis->SetBinLabel(7, "NoCollInRofStrict");
Expand Down Expand Up @@ -560,7 +560,6 @@
}
}


void processQVector(AodCollisions::iterator const& collision, aod::BCsWithTimestamps const&, AodTracks const& tracks, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcsData*/, aod::ZDCMults const& /*zdcMults*/)
{
if (!isEventSelected(collision)) {
Expand Down Expand Up @@ -739,4 +738,5 @@
{
return WorkflowSpec{
adaptAnalysisTask<FlowZdcTask>(cfgc)};
}
}

Check failure on line 742 in PWGCF/Flow/Tasks/flowZdcTask.cxx

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
Loading