Skip to content

Commit

Permalink
Merge pull request #12 from alibuild/alibot-cleanup-3527
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#3527
  • Loading branch information
BongHwi authored Sep 29, 2023
2 parents 11b8297 + 2f48432 commit ce52f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGLF/Tasks/phianalysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ struct phianalysis {
histos.fill(HIST("QAMCTrue/trkDCAz"), trk2.dcaZ());

// MC histograms
histos.fill(HIST("phiRec"), lResonance.Pt());
histos.fill(HIST("phiRecinvmass"), lResonance.M());
histos.fill(HIST("h3Recphiinvmass"), collision.multV0M(), lResonance.Pt(), lResonance.M());
histos.fill(HIST("phiRec"), lResonance.Pt());
histos.fill(HIST("phiRecinvmass"), lResonance.M());
histos.fill(HIST("h3Recphiinvmass"), collision.multV0M(), lResonance.Pt(), lResonance.M());
}
} else {
if constexpr (!IsMix)
Expand Down

0 comments on commit ce52f67

Please sign in to comment.