Skip to content

Commit 89bf72e

Browse files
Merge pull request #41 from alibuild/alibot-cleanup-15075
Please consider the following formatting changes to #15075
2 parents 373d3a3 + d326dc8 commit 89bf72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/sigmaanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ struct sigmaanalysis {
739739
// Fill centrality histogram after event selection
740740
if (fillHists)
741741
histos.fill(HIST("hEventCentrality"), centrality);
742-
histos.fill(HIST("hCentralityVsNch"), centrality, collision.multNTracksPVeta1());
742+
histos.fill(HIST("hCentralityVsNch"), centrality, collision.multNTracksPVeta1());
743743

744744
return true;
745745
}
@@ -812,7 +812,7 @@ struct sigmaanalysis {
812812
}
813813

814814
if (biggestNContribs < collision.multPVTotalContributors()) {
815-
biggestNContribs = collision.multPVTotalContributors();
815+
biggestNContribs = collision.multPVTotalContributors();
816816
centrality = getCentralityRun3(collision);
817817
}
818818

0 commit comments

Comments
 (0)