Skip to content

Commit 7326892

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-12824
[PWGLF] Please consider the following formatting changes to #12824
2 parents 3e87284 + f7a4d89 commit 7326892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@ struct hyperRecoTask {
410410
hypCand.nSigmaHe3 = computeNSigmaHe3(heTrack);
411411
hypCand.nTPCClustersHe3 = heTrack.tpcNClsFound();
412412
hypCand.tpcSignalHe3 = heTrack.tpcSignal();
413-
hypCand.nTPCpidClusHe3 = static_cast<int16_t> (heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID());
413+
hypCand.nTPCpidClusHe3 = static_cast<int16_t>(heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID());
414414
hypCand.clusterSizeITSHe3 = heTrack.itsClusterSizes();
415415
hypCand.nTPCClustersPi = piTrack.tpcNClsFound();
416-
hypCand.nTPCpidClusPi = static_cast<int16_t> (piTrack.tpcNClsFindable() - piTrack.tpcNClsFindableMinusPID());
416+
hypCand.nTPCpidClusPi = static_cast<int16_t>(piTrack.tpcNClsFindable() - piTrack.tpcNClsFindableMinusPID());
417417
hypCand.tpcSignalPi = piTrack.tpcSignal();
418418
hypCand.tpcChi2He3 = heTrack.tpcChi2NCl();
419419
hypCand.itsChi2He3 = heTrack.itsChi2NCl();

0 commit comments

Comments
 (0)