@@ -269,8 +269,10 @@ struct FlowZdcTask {
269269 xAxis->SetBinLabel (1 , " All events" );
270270<<<<<<< HEAD
271271 xAxis->SetBinLabel (2 , " SelEigth" );
272- xAxis->SetBinLabel (3 , " NoSameBunchPileup" );; // reject collisions in case of pileup with another collision in the same foundBC
273- xAxis->SetBinLabel (4 , " GoodZvtxFT0vsPV" );; // small difference between z-vertex from PV and from FT0
272+ xAxis->SetBinLabel (3 , " NoSameBunchPileup" );
273+ ; // reject collisions in case of pileup with another collision in the same foundBC
274+ xAxis->SetBinLabel (4 , " GoodZvtxFT0vsPV" );
275+ ; // small difference between z-vertex from PV and from FT0
274276 xAxis->SetBinLabel (5 , " NoCollInTimeRangeStrict" );
275277 xAxis->SetBinLabel (6 , " NoCollInTimeRangeStandard" );
276278 xAxis->SetBinLabel (7 , " NoCollInRofStrict" );
@@ -340,7 +342,7 @@ struct FlowZdcTask {
340342 histos.add (" debunch" , " ;t_{ZDC}-t_{ZDA};t_{ZDC}+t_{ZDA}" , kTH2F , {{{nBinsTDC, minTdc, maxTdc}, {nBinsTDC, minTdc, maxTdc}}});
341343 }
342344
343- if (doprocessQA){
345+ if (doprocessQA) {
344346 histos.add (" T0Ccent" , " ;;Entries" , kTH1F , {axisCent});
345347
346348 histos.add (" ZNVsFT0A" , " ;T0A (#times 1/100);ZNA+ZNC;" , kTH2F , {{{nBinsAmpFT0, 0 ., maxAmpFT0}, {nBinsZDC, -0.5 , maxZn}}});
@@ -383,7 +385,6 @@ struct FlowZdcTask {
383385 histos.add (" ZNVsNch" , " ;#it{N}_{ch} (|#eta|<0.8);ZNA+ZNC;" , kTH2F , {{{nBinsNch, minNch, maxNch}, {nBinsZDC, minNch, maxZn}}});
384386 histos.add (" ZNDifVsNch" , " ;#it{N}_{ch} (|#eta|<0.8);ZNA-ZNC;" , kTH2F , {{{nBinsNch, minNch, maxNch}, {100 , -50 ., 50 .}}});
385387 }
386-
387388 }
388389 template <typename EventCuts>
389390 bool isEventSelected (EventCuts const & col)
@@ -631,10 +632,9 @@ struct FlowZdcTask {
631632 histos.fill (HIST (" ZNDifVsNch" ), glbTracks, znA - znC);
632633 if (glbTracks >= minNchSel) {
633634 histos.fill (HIST (" NchVsMeanPt" ), glbTracks, meanpt / glbTracks);
634- }
635+ }
635636 }
636637
637-
638638 void processQVector (AodCollisions::iterator const & collision, aod::BCsWithTimestamps const &, AodTracks const & tracks, BCsRun3 const & /* bcs*/ , aod::Zdcs const & /* zdcsData*/ , aod::ZDCMults const & /* zdcMults*/ )
639639 {
640640 if (!isEventSelected (collision)) {
@@ -870,4 +870,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
870870{
871871 return WorkflowSpec{
872872 adaptAnalysisTask<FlowZdcTask>(cfgc)};
873- }
873+ }
874+
0 commit comments