Skip to content

Commit

Permalink
Merge pull request #16 from alibuild/alibot-cleanup-5630
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#5630
  • Loading branch information
Simple-Shyam authored Apr 16, 2024
2 parents 6d4544d + 0c5828a commit b29287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ struct HfCorrelatorDplusHadrons {

// Event Mixing for the Data Mode
using SelCollisionsWithDplus = soa::Filtered<soa::Join<aod::Collisions, aod::Mults, aod::DmesonSelection>>;
using TracksWithDca = soa::Filtered<soa::Join<aod::TracksWDca, aod::TrackSelection>>; // track Selection applied
using TracksWithDca = soa::Filtered<soa::Join<aod::TracksWDca, aod::TrackSelection>>; // track Selection applied
using CandidatesDplusData = soa::Filtered<soa::Join<aod::HfCand3Prong, aod::HfSelDplusToPiKPi>>;
// Event Mixing for the MCRec Mode
using CandidatesDplusMcRec = soa::Filtered<soa::Join<aod::HfCand3Prong, aod::HfSelDplusToPiKPi, aod::HfCand3ProngMcRec>>;
Expand Down

0 comments on commit b29287b

Please sign in to comment.