From 4325869e3441ea2cfac03b42e791997d98d71b5e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 29 Apr 2024 13:17:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx b/PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx index 47fd03cbfe2..062ea10136c 100644 --- a/PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx @@ -50,8 +50,8 @@ constexpr double betheBlochDefault[1][6]{{-1.e32, -1.e32, -1.e32, -1.e32, -1.e32 static const std::vector betheBlochParNames{"p0", "p1", "p2", "p3", "p4", "resolution"}; static const std::vector particleNames{"3H"}; -constexpr int h3DauPdg{1000010030}; //PDG Triton -constexpr int lnnPdg{1010000030}; //PDG Lnn +constexpr int h3DauPdg{1000010030}; // PDG Triton +constexpr int lnnPdg{1010000030}; // PDG Lnn std::shared_ptr hEvents; std::shared_ptr hZvtx; @@ -283,7 +283,7 @@ struct lnnRecoTask { // temporary fix: tpcInnerParam() returns the momentum in all the software tags before: https://github.com/AliceO2Group/AliceO2/pull/12521 bool posTritonPID = posTrack.pidForTracking() == o2::track::PID::Triton; bool negTritonPID = negTrack.pidForTracking() == o2::track::PID::Triton; - float posRigidity = posTrack.tpcInnerParam(); + float posRigidity = posTrack.tpcInnerParam(); float negRigidity = negTrack.tpcInnerParam(); hdEdxTot->Fill(posRigidity, posTrack.tpcSignal()); @@ -511,7 +511,7 @@ struct lnnRecoTask { initCCDB(bc); hEvents->Fill(0.); - if (!collision.sel8() || std::abs(collision.posZ()) > 10) + if (!collision.sel8() || std::abs(collision.posZ()) > 10) continue; hEvents->Fill(1.); hZvtx->Fill(collision.posZ());