From ba8e66d1e1e35fe0ff04835d7aa60eabd5645c86 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 3 Apr 2024 13:52:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/QC/strangepidqa.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGLF/Tasks/QC/strangepidqa.cxx b/PWGLF/Tasks/QC/strangepidqa.cxx index 90826c24b99..808bd9c2297 100644 --- a/PWGLF/Tasks/QC/strangepidqa.cxx +++ b/PWGLF/Tasks/QC/strangepidqa.cxx @@ -242,13 +242,12 @@ struct strangepidqa { histos.add("h2dAssocLambdaDeltaDecayTime_MassSelected", "h2dAssocLambdaDeltaDecayTime_MassSelected", {HistType::kTH2F, {axisPt, axisDeltaTime}}); } - if(doprocessCascades){ + if (doprocessCascades) { histos.add("h3dMassXiMinus", "h3dMassXiMinus", {HistType::kTH3F, {centAxis, axisPt, massAxisXi}}); histos.add("h3dMassXiPlus", "h3dMassXiPlus", {HistType::kTH3F, {centAxis, axisPt, massAxisXi}}); histos.add("h3dMassOmegaMinus", "h3dMassOmegaMinus", {HistType::kTH3F, {centAxis, axisPt, massAxisOmega}}); histos.add("h3dMassOmegaPlus", "h3dMassOmegaPlus", {HistType::kTH3F, {centAxis, axisPt, massAxisOmega}}); } - } void processReal(soa::Join::iterator const& coll, soa::Join const& v0s)