@@ -412,15 +412,15 @@ struct Chk892Flow {
412412 histos.add (" QA/before/hCPASecondary" , " Cosine pointing angle distribution of secondary resonance" , HistType::kTH1D , {cpaAxis});
413413 histos.add (" QA/before/hDCAtoPVSecondary" , " DCA to PV distribution of secondary resonance" , HistType::kTH1D , {dcaAxis});
414414 histos.add (" QA/before/hPropTauSecondary" , " Proper Lifetime distribution of secondary resonance" , HistType::kTH1D , {tauAxis});
415- histos.add (" QA/before/hArmSecondary" , " Armenteros distribution of secondary resonance" , HistType::kTH2D , {AxisSpec{100 , -1 , 1 , " alpha" }, {200 , 0 , 0.5 , " qtArm" }});
415+ histos.add (" QA/before/hArmSecondary" , " Armenteros distribution of secondary resonance" , HistType::kTH2D , {AxisSpec{100 , -1 , 1 , " alpha" }, {200 , 0 , 0.5 , " qtArm" }});
416416 histos.add (" QA/before/hInvmassSecondary" , " Invariant mass of unlike-sign secondary resonance" , HistType::kTH1D , {invMassAxisK0s});
417417
418418 histos.add (" QA/after/hDauDCASecondary" , " DCA of daughters of secondary resonance" , HistType::kTH1D , {dcaAxis});
419419 histos.add (" QA/after/hy_Secondary" , " Rapidity distribution of secondary resonance" , HistType::kTH1D , {yAxis});
420420 histos.add (" QA/after/hCPASecondary" , " Cosine pointing angle distribution of secondary resonance" , HistType::kTH1D , {cpaAxis});
421421 histos.add (" QA/after/hDCAtoPVSecondary" , " DCA to PV distribution of secondary resonance" , HistType::kTH1D , {dcaAxis});
422422 histos.add (" QA/after/hPropTauSecondary" , " Proper Lifetime distribution of secondary resonance" , HistType::kTH1D , {tauAxis});
423- histos.add (" QA/after/hArmSecondary" , " Armenteros distribution of secondary resonance" , HistType::kTH2D , {AxisSpec{100 , -1 , 1 , " alpha" }, {200 , 0 , 0.5 , " qtArm" }});
423+ histos.add (" QA/after/hArmSecondary" , " Armenteros distribution of secondary resonance" , HistType::kTH2D , {AxisSpec{100 , -1 , 1 , " alpha" }, {200 , 0 , 0.5 , " qtArm" }});
424424 histos.add (" QA/after/hInvmassSecondary" , " Invariant mass of unlike-sign secondary resonance" , HistType::kTH1D , {invMassAxisK0s});
425425
426426 // Mass QA (quick check)
@@ -582,8 +582,8 @@ struct Chk892Flow {
582582 if (std::abs (track.dcaXY ()) > TrackCuts.cfgMaxbDCArToPVcut )
583583 return false ;
584584 }
585- if (TrackCuts.cfgpTdepDCAzCut ) {
586- // Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
585+ if (TrackCuts.cfgpTdepDCAzCut ) {
586+ // Tuned on the LHC22f anchored MC LHC23d1d on primary pions. 7 Sigmas of the resolution
587587 if (std::abs (track.dcaZ ()) > (0.004 + (0.013 / track.pt ())))
588588 return false ;
589589 } else {
@@ -828,7 +828,7 @@ struct Chk892Flow {
828828 if (AnalysisConfig.cfgFillQAPlots ) {
829829 // Bachelor pion QA plots after applying cuts
830830 histos.fill (HIST (" QA/after/trkbpionTPCPID" ), trkbpt, trkbNSigmaPiTPC);
831- if (istrkbhasTOF && trkbpt> PIDCuts.cfgTOFMinPt ) {
831+ if (istrkbhasTOF && trkbpt > PIDCuts.cfgTOFMinPt ) {
832832 histos.fill (HIST (" QA/after/trkbpionTOFPID" ), trkbpt, trkbNSigmaPiTOF);
833833 histos.fill (HIST (" QA/after/trkbpionTPCTOFPID" ), trkbNSigmaPiTPC, trkbNSigmaPiTOF);
834834 }
0 commit comments