Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 27, 2024
1 parent cc13191 commit d0738ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/TableProducer/threebodyRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ struct threebodyRecoTask {
resetHistos();

for (auto& cand3body : Candidates3body) {
outputDataTable(0, collision.posX(), collision.posY(), collision.posZ(), //centV0M() instead of 0. once available
outputDataTable(0, collision.posX(), collision.posY(), collision.posZ(), // centV0M() instead of 0. once available
cand3body.isMatter, cand3body.invmass, cand3body.lcand.P(), cand3body.lcand.Pt(), cand3body.ct,
cand3body.posSV[0], cand3body.posSV[1], cand3body.posSV[2],
cand3body.cosPA, cand3body.dcadaughters, cand3body.dcacandtopv,
Expand Down Expand Up @@ -610,7 +610,7 @@ struct threebodyRecoTask {
resetHistos();

for (auto& cand3body : Candidates3body) {
outputMCTable(0, collision.posX(), collision.posY(), collision.posZ(), //centV0M() instead of 0. once available
outputMCTable(0, collision.posX(), collision.posY(), collision.posZ(), // centV0M() instead of 0. once available
cand3body.isMatter, cand3body.invmass, cand3body.lcand.P(), cand3body.lcand.Pt(), cand3body.ct,
cand3body.posSV[0], cand3body.posSV[1], cand3body.posSV[2],
cand3body.cosPA, cand3body.dcadaughters, cand3body.dcacandtopv,
Expand Down

0 comments on commit d0738ba

Please sign in to comment.