Skip to content

Commit b1d7e35

Browse files
authored
Merge pull request #23 from alibuild/alibot-cleanup-12824
[PWGLF] Please consider the following formatting changes to #12824
2 parents 82e1353 + 729ffd4 commit b1d7e35

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

PWGLF/DataModel/LFHypernucleiTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DECLARE_SOA_TABLE(MCHypCands, "AOD", "MCHYPCANDS",
150150

151151
DECLARE_SOA_TABLE(DataHypCandsWColl, "AOD", "HYPCANDSWCOLL",
152152
o2::soa::Index<>,
153-
hyperrec::CollisionId,hyperrec::CentralityFT0A, hyperrec::CentralityFT0C, hyperrec::CentralityFT0M,
153+
hyperrec::CollisionId, hyperrec::CentralityFT0A, hyperrec::CentralityFT0C, hyperrec::CentralityFT0M,
154154
hyperrec::XPrimVtx, hyperrec::YPrimVtx, hyperrec::ZPrimVtx,
155155

156156
hyperrec::IsMatter,

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)