From f7a4d89254acd5518aceefe735dddc7b064ad99d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 4 Sep 2025 08:04:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx b/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx index a1a39eb9dab..76467400b82 100644 --- a/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx @@ -410,10 +410,10 @@ struct hyperRecoTask { hypCand.nSigmaHe3 = computeNSigmaHe3(heTrack); hypCand.nTPCClustersHe3 = heTrack.tpcNClsFound(); hypCand.tpcSignalHe3 = heTrack.tpcSignal(); - hypCand.nTPCpidClusHe3 = static_cast (heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID()); + hypCand.nTPCpidClusHe3 = static_cast(heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID()); hypCand.clusterSizeITSHe3 = heTrack.itsClusterSizes(); hypCand.nTPCClustersPi = piTrack.tpcNClsFound(); - hypCand.nTPCpidClusPi = static_cast (piTrack.tpcNClsFindable() - piTrack.tpcNClsFindableMinusPID()); + hypCand.nTPCpidClusPi = static_cast(piTrack.tpcNClsFindable() - piTrack.tpcNClsFindableMinusPID()); hypCand.tpcSignalPi = piTrack.tpcSignal(); hypCand.tpcChi2He3 = heTrack.tpcChi2NCl(); hypCand.itsChi2He3 = heTrack.itsChi2NCl();