From 270610d2d5029509423daad2bbb911af8c56a947 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 9 Jun 2026 09:02:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorToXiPiQa.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx b/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx index 40b8fc52298..6c95882b08d 100644 --- a/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx +++ b/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx @@ -353,7 +353,7 @@ struct HfTreeCreatorToXiPiQa { using MyEventTableWithMcLabels = soa::Join; using MatchedGenXiPi = soa::Filtered>; - + using McCollisionsCentFT0Cs = soa::Join; using McCollisionsCentFT0Ms = soa::Join; @@ -692,7 +692,7 @@ struct HfTreeCreatorToXiPiQa { //*~~~~~~~Data with DCAFitter~~~~~~~~*// //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// - void processDataFull(MyEventTable const& collisions, + void processDataFull(MyEventTable const& collisions, MyTrackTable const&, MyCandTableDca const& candidates) { @@ -709,7 +709,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processDataLite(MyEventTable const& collisions, + void processDataLite(MyEventTable const& collisions, MyTrackTable const&, MyCandTableDca const& candidates) { @@ -726,7 +726,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processDataLiteWithFT0M(MyEventTableWithFT0M const& collisions, + void processDataLiteWithFT0M(MyEventTableWithFT0M const& collisions, MyTrackTable const&, MyCandTableDca const& candidates) { @@ -760,7 +760,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processDataLiteWithNTracksPV(MyEventTableWithNTracksPV const& collisions, + void processDataLiteWithNTracksPV(MyEventTableWithNTracksPV const& collisions, MyTrackTable const&, MyCandTableDca const& candidates) { @@ -786,7 +786,7 @@ struct HfTreeCreatorToXiPiQa { //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// //*~~~~~~~Data with KFParticle~~~~~~~~*// //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// - void processKfData(MyEventTable const& collisions, + void processKfData(MyEventTable const& collisions, MyTrackTable const&, MyCandTableKf const& candidates) { @@ -803,7 +803,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfDataWithFT0M(MyEventTableWithFT0M const& collisions, + void processKfDataWithFT0M(MyEventTableWithFT0M const& collisions, MyTrackTable const&, MyCandTableKf const& candidates) { @@ -820,7 +820,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfDataWithFT0C(MyEventTableWithFT0C const& collisions, + void processKfDataWithFT0C(MyEventTableWithFT0C const& collisions, MyTrackTable const&, MyCandTableKf const& candidates) { @@ -837,7 +837,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfDataWithNTracksPV(MyEventTableWithNTracksPV const& collisions, + void processKfDataWithNTracksPV(MyEventTableWithNTracksPV const& collisions, MyTrackTable const&, MyCandTableKf const& candidates) {