diff --git a/PWGHF/TableProducer/treeCreatorToXiPi.cxx b/PWGHF/TableProducer/treeCreatorToXiPi.cxx index 85bad491c1b..8ad8f6935d6 100644 --- a/PWGHF/TableProducer/treeCreatorToXiPi.cxx +++ b/PWGHF/TableProducer/treeCreatorToXiPi.cxx @@ -249,9 +249,9 @@ struct HfTreeCreatorToXiPi { Configurable zPvCut{"zPvCut", 10., "Cut on absolute value of primary vertex z coordinate"}; - using Cents = soa::Join; - using MyEventTable = soa::Join; - using MyTrackTable = soa::Join; + using Cents = soa::Join; + using MyEventTable = soa::Join; + using MyTrackTable = soa::Join; void init(InitContext const&) {