@@ -747,17 +747,17 @@ struct hyperRecoTask {
747747 auto collision = collisions.rawIteratorAt (hypCand.collisionID );
748748 float trackedHypClSize = !trackedClSize.empty () ? trackedClSize[hypCand.v0ID ] : 0 ;
749749 outputDataTableWithCollID (hypCand.collisionID , collision.centFT0A (), collision.centFT0C (), collision.centFT0M (),
750- collision.posX (), collision.posY (), collision.posZ (),
751- hypCand.isMatter ,
752- hypCand.recoPtHe3 (), hypCand.recoPhiHe3 (), hypCand.recoEtaHe3 (),
753- hypCand.recoPtPi (), hypCand.recoPhiPi (), hypCand.recoEtaPi (),
754- hypCand.decVtx [0 ], hypCand.decVtx [1 ], hypCand.decVtx [2 ],
755- hypCand.dcaV0dau , hypCand.he3DCAXY , hypCand.piDCAXY ,
756- hypCand.nSigmaHe3 , hypCand.nTPCClustersHe3 , hypCand.nTPCClustersPi ,
757- hypCand.nTPCpidClusHe3 , hypCand.nTPCpidClusPi ,
758- hypCand.momHe3TPC , hypCand.momPiTPC , hypCand.tpcSignalHe3 , hypCand.tpcSignalPi , hypCand.tpcChi2He3 , hypCand.itsChi2He3 , hypCand.itsChi2Pi ,
759- hypCand.massTOFHe3 ,
760- hypCand.clusterSizeITSHe3 , hypCand.clusterSizeITSPi , hypCand.flags , trackedHypClSize);
750+ collision.posX (), collision.posY (), collision.posZ (),
751+ hypCand.isMatter ,
752+ hypCand.recoPtHe3 (), hypCand.recoPhiHe3 (), hypCand.recoEtaHe3 (),
753+ hypCand.recoPtPi (), hypCand.recoPhiPi (), hypCand.recoEtaPi (),
754+ hypCand.decVtx [0 ], hypCand.decVtx [1 ], hypCand.decVtx [2 ],
755+ hypCand.dcaV0dau , hypCand.he3DCAXY , hypCand.piDCAXY ,
756+ hypCand.nSigmaHe3 , hypCand.nTPCClustersHe3 , hypCand.nTPCClustersPi ,
757+ hypCand.nTPCpidClusHe3 , hypCand.nTPCpidClusPi ,
758+ hypCand.momHe3TPC , hypCand.momPiTPC , hypCand.tpcSignalHe3 , hypCand.tpcSignalPi , hypCand.tpcChi2He3 , hypCand.itsChi2He3 , hypCand.itsChi2Pi ,
759+ hypCand.massTOFHe3 ,
760+ hypCand.clusterSizeITSHe3 , hypCand.clusterSizeITSPi , hypCand.flags , trackedHypClSize);
761761 }
762762 }
763763 PROCESS_SWITCH (hyperRecoTask, processDataWithCollID, " Data analysis with collision ID" , false );
0 commit comments