Skip to content

Commit 261efb6

Browse files
committed
Please consider the following formatting changes
1 parent d6ce71c commit 261efb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ struct Phik0shortanalysis {
552552
if constexpr (!isMC) {
553553
dataPhiHist.fill(HIST("h2DauTracksPhiDCAxyPreCutData"), track.pt(), track.dcaXY());
554554
dataPhiHist.fill(HIST("h2DauTracksPhiDCAzPreCutData"), track.pt(), track.dcaZ());
555-
} else {
555+
} else {
556556
mcPhiHist.fill(HIST("h2DauTracksPhiDCAxyPreCutMCReco"), track.pt(), track.dcaXY());
557557
mcPhiHist.fill(HIST("h2DauTracksPhiDCAzPreCutMCReco"), track.pt(), track.dcaZ());
558558
}
@@ -865,7 +865,7 @@ struct Phik0shortanalysis {
865865
if (cfgFurtherV0Selection && !furtherSelectionV0(v0, collision))
866866
continue;
867867

868-
dataK0SHist.fill(HIST("h3K0SRapidityData"), multiplicity, v0.pt(), v0.yK0Short());
868+
dataK0SHist.fill(HIST("h3K0SRapidityData"), multiplicity, v0.pt(), v0.yK0Short());
869869

870870
if (std::abs(v0.yK0Short()) > cfgYAcceptance)
871871
continue;

0 commit comments

Comments
 (0)