Skip to content

Commit ba0efc7

Browse files
committed
Please consider the following formatting changes
1 parent 6e32ac2 commit ba0efc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ struct FlowZdcTask {
235235
auto* xAxis = hstat->GetXaxis();
236236
xAxis->SetBinLabel(1, "All events");
237237
xAxis->SetBinLabel(2, "SelEigth");
238-
xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC
239-
xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0
238+
xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC
239+
xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0
240240
xAxis->SetBinLabel(5, "NoCollInTimeRangeStrict");
241241
xAxis->SetBinLabel(6, "NoCollInTimeRangeStandard");
242242
xAxis->SetBinLabel(7, "NoCollInRofStrict");
@@ -560,7 +560,6 @@ struct FlowZdcTask {
560560
}
561561
}
562562

563-
564563
void processQVector(AodCollisions::iterator const& collision, aod::BCsWithTimestamps const&, AodTracks const& tracks, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcsData*/, aod::ZDCMults const& /*zdcMults*/)
565564
{
566565
if (!isEventSelected(collision)) {
@@ -739,4 +738,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
739738
{
740739
return WorkflowSpec{
741740
adaptAnalysisTask<FlowZdcTask>(cfgc)};
742-
}
741+
}
742+

0 commit comments

Comments
 (0)