From 196f6be8210f45707c594d113d1a65348743aa07 Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Wed, 3 Apr 2024 15:52:52 +0200 Subject: [PATCH] Please consider the following formatting changes (#276) --- 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)