From 4135ac5866234563ff50bfbeaf61895cf76279e7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 25 Jan 2026 10:34:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx b/PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx index ccd6f8cbac7..6623e35a6cf 100644 --- a/PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx +++ b/PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx @@ -2352,7 +2352,7 @@ struct LambdaJetpolarization { } if (registryMCAcceptV0Lambda(v0, v0.posTrack_as(), v0.negTrack_as(), collision)) { - if (isMC && lPDG == 3122) { + if (isMC && lPDG == 3122) { if (isprimary == 1 && isDauLambda) { V0Numbers = V0Numbers + 1; registryData.fill(HIST("MC/hMassLambda_MC"), v0.mLambda()); @@ -2430,7 +2430,7 @@ struct LambdaJetpolarization { } if (registryMCAcceptV0Lambda(v0, v0.posTrack_as(), v0.negTrack_as(), collision)) { - if (isMC && lPDG == 3122) { + if (isMC && lPDG == 3122) { if (isprimary == 1 && isDauLambda) { const auto& pos = v0.posTrack_as(); // const auto& neg = v0.negTrack_as(); @@ -2479,7 +2479,7 @@ struct LambdaJetpolarization { registryData.fill(HIST("MC/TH2FprotonCosThetaPhiInJetV0"), protonCosThetaInJetV0frame, TMath::ATan2(lambdaInJet(2, 0), lambdaInJet(1, 0))); registryData.fill(HIST("MC/TH3DLambdaMassDeltaPhiDeltaCosTheta"), v0.mLambda(), TMath::ATan2(lambdaInJet(2, 0), lambdaInJet(1, 0)), protonCosThetaInJetV0frame); } - } else if (isMC && lPDG == -3122) { + } else if (isMC && lPDG == -3122) { if (isprimary == 1 && isDauAntiLambda) { } @@ -2545,11 +2545,11 @@ struct LambdaJetpolarizationMCcount { const auto evtReconstructedAndSelected = std::find(SelectedEvents.begin(), SelectedEvents.end(), mcCollision.globalIndex()) != SelectedEvents.end(); registry.fill(HIST("hEventSelection"), 0.5); - if (!evtReconstructedAndSelected) { + if (!evtReconstructedAndSelected) { return; } - registry.fill(HIST("hEventSelection"), 1.5); - if (eventPosZselection && abs(mcCollision.posZ()) > 10.f) { + registry.fill(HIST("hEventSelection"), 1.5); + if (eventPosZselection && abs(mcCollision.posZ()) > 10.f) { return; } registry.fill(HIST("hEventSelection"), 2.5);