Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 13, 2025
1 parent d6ce71c commit 261efb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ struct Phik0shortanalysis {
if constexpr (!isMC) {
dataPhiHist.fill(HIST("h2DauTracksPhiDCAxyPreCutData"), track.pt(), track.dcaXY());
dataPhiHist.fill(HIST("h2DauTracksPhiDCAzPreCutData"), track.pt(), track.dcaZ());
} else {
} else {
mcPhiHist.fill(HIST("h2DauTracksPhiDCAxyPreCutMCReco"), track.pt(), track.dcaXY());
mcPhiHist.fill(HIST("h2DauTracksPhiDCAzPreCutMCReco"), track.pt(), track.dcaZ());
}
Expand Down Expand Up @@ -865,7 +865,7 @@ struct Phik0shortanalysis {
if (cfgFurtherV0Selection && !furtherSelectionV0(v0, collision))
continue;

dataK0SHist.fill(HIST("h3K0SRapidityData"), multiplicity, v0.pt(), v0.yK0Short());
dataK0SHist.fill(HIST("h3K0SRapidityData"), multiplicity, v0.pt(), v0.yK0Short());

if (std::abs(v0.yK0Short()) > cfgYAcceptance)
continue;
Expand Down

0 comments on commit 261efb6

Please sign in to comment.