Skip to content

Commit

Permalink
Merge pull request #1 from alibuild/alibot-cleanup-9128
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#9128
  • Loading branch information
Tao-Fang authored Dec 25, 2024
2 parents 24b83de + c4b4a37 commit 0421db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGHF/TableProducer/treeCreatorToXiPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ struct HfTreeCreatorToXiPi {

Configurable<float> zPvCut{"zPvCut", 10., "Cut on absolute value of primary vertex z coordinate"};

using Cents = soa::Join<aod::CentFV0As, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFDDMs >;
using MyEventTable = soa::Join<aod::Collisions, aod::EvSels, aod::PVMultZeqs, Cents >;
using MyTrackTable = soa::Join<aod::Tracks, aod::TrackSelection, aod::TracksExtra >;
using Cents = soa::Join<aod::CentFV0As, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFDDMs>;
using MyEventTable = soa::Join<aod::Collisions, aod::EvSels, aod::PVMultZeqs, Cents>;
using MyTrackTable = soa::Join<aod::Tracks, aod::TrackSelection, aod::TracksExtra>;

void init(InitContext const&)
{
Expand Down

0 comments on commit 0421db5

Please sign in to comment.