Skip to content

Commit f7a4d89

Browse files
committed
Please consider the following formatting changes
1 parent 3e87284 commit f7a4d89

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)