From bfe6220b29cbdb27e124b2c07e63eebf55c2feb4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 14 Jun 2023 19:40:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- EventFiltering/PWGHF/HFFilter.cxx | 2 +- EventFiltering/PWGHF/HFFilterHelpers.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/EventFiltering/PWGHF/HFFilter.cxx b/EventFiltering/PWGHF/HFFilter.cxx index 1d215b10f66..67787acaf85 100644 --- a/EventFiltering/PWGHF/HFFilter.cxx +++ b/EventFiltering/PWGHF/HFFilter.cxx @@ -527,7 +527,7 @@ struct HfFilter { // Main struct for HF triggers if (!keepEvent[kV0Charm2P] && (isCharmTagged || isBeautyTagged) && (TESTBIT(selD0, 0) || (TESTBIT(selD0, 1)))) { float v0CosinePa = v0.v0cosPA(collision.posX(), collision.posY(), collision.posZ()); auto selV0 = isSelectedV0(v0, minCosPaGamma, minCosPaV0, v0CosinePa, activateQA, hV0Selected, hArmPod); - if(selV0) { + if (selV0) { std::array pVecV0 = {v0.px(), v0.py(), v0.pz()}; if (TESTBIT(selV0, kPhoton)) { auto massD0Gamma = RecoDecay::m(std::array{pVec2Prong, pVecV0}, std::array{massD0, massGamma}); diff --git a/EventFiltering/PWGHF/HFFilterHelpers.h b/EventFiltering/PWGHF/HFFilterHelpers.h index 42684a9c49f..a5e8238780a 100644 --- a/EventFiltering/PWGHF/HFFilterHelpers.h +++ b/EventFiltering/PWGHF/HFFilterHelpers.h @@ -677,14 +677,14 @@ int isSelectedV0(const T& v0, const float& minGammaCosinePa, const float& minV0C bool isRejected[kNV0] = {false, false, false, false}; if (activateQA > 1) { - for (int iV0{kPhoton}; iV0Fill(0., iV0); } } if (std::abs(v0.eta()) > 0.8) { // cut all V0s with |eta| > 0.8 if (activateQA > 1) { - for (int iV0{kPhoton}; iV0Fill(1., iV0); } } @@ -709,7 +709,7 @@ int isSelectedV0(const T& v0, const float& minGammaCosinePa, const float& minV0C if (v0CosinePa < minV0CosinePa) { if (activateQA > 1) { - for (int iV0{kK0S}; iV0Fill(3., iV0); } @@ -757,7 +757,7 @@ int isSelectedV0(const T& v0, const float& minGammaCosinePa, const float& minV0C } if (activateQA) { - for (int iV0{kPhoton}; iV0Fill(v0.alpha(), v0.qtarm()); if (activateQA > 1) { hV0Selected->Fill(7., iV0);