From c87394a93d0bbb86f22445d93286410bc9387876 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 27 May 2026 14:28:36 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorToXiPiQa.cxx | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx b/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx index aecc483e779..193e49e7010 100644 --- a/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx +++ b/PWGHF/TableProducer/treeCreatorToXiPiQa.cxx @@ -341,7 +341,7 @@ struct HfTreeCreatorToXiPiQa { using MatchedGenXiPi = soa::Filtered>; Filter filterGenXiPi = nabs(aod::hf_cand_mc_flag::flagMcMatchGen) == static_cast(BIT(genSelection)); - + void init(InitContext const&) { if ((doprocessMcLiteXic0 && doprocessMcLiteOmegac0) || (doprocessMcFullXic0 && doprocessMcFullOmegac0)) { @@ -804,7 +804,7 @@ struct HfTreeCreatorToXiPiQa { //*~~~~~~~MC with DCAFitter~~~~~~~~*// //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// - void processMcFullXic0(MyEventTable const& collisions, + void processMcFullXic0(MyEventTable const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -837,7 +837,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcFullOmegac0(MyEventTable const& collisions, + void processMcFullOmegac0(MyEventTable const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -870,7 +870,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcLiteXic0(MyEventTable const& collisions, + void processMcLiteXic0(MyEventTable const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -903,9 +903,9 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcLiteXic0WithFT0C(MyEventTableWithFT0C const& collisions, + void processMcLiteXic0WithFT0C(MyEventTableWithFT0C const& collisions, MyTrackTable const&, - soa::Join const& candidates, + soa::Join const& candidates, MatchedGenXiPi const& mcParticles) { // Filling event properties @@ -936,9 +936,9 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcLiteXic0WithFT0M(MyEventTableWithFT0M const& collisions, + void processMcLiteXic0WithFT0M(MyEventTableWithFT0M const& collisions, MyTrackTable const&, - soa::Join const& candidates, + soa::Join const& candidates, MatchedGenXiPi const& mcParticles) { // Filling event properties @@ -969,7 +969,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcLiteXic0WithNTracksPV(MyEventTableWithNTracksPV const& collisions, + void processMcLiteXic0WithNTracksPV(MyEventTableWithNTracksPV const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -1002,7 +1002,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processMcLiteOmegac0(MyEventTable const& collisions, + void processMcLiteOmegac0(MyEventTable const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -1046,7 +1046,7 @@ struct HfTreeCreatorToXiPiQa { //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// //*~~~~~~~MC with KFParticle~~~~~~~~*// //*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*// - void processKfMcXic0(MyEventTable const& collisions, + void processKfMcXic0(MyEventTable const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -1079,7 +1079,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfMcXic0WithFT0C(MyEventTableWithFT0C const& collisions, + void processKfMcXic0WithFT0C(MyEventTableWithFT0C const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -1112,7 +1112,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfMcXic0WithFT0M(MyEventTableWithFT0M const& collisions, + void processKfMcXic0WithFT0M(MyEventTableWithFT0M const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles) @@ -1145,7 +1145,7 @@ struct HfTreeCreatorToXiPiQa { } } - void processKfMcXic0WithNTracksPV(MyEventTableWithNTracksPV const& collisions, + void processKfMcXic0WithNTracksPV(MyEventTableWithNTracksPV const& collisions, MyTrackTable const&, soa::Join const& candidates, MatchedGenXiPi const& mcParticles)