File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PWGLF/TableProducer/Nuspex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments