Skip to content

Commit 4fb4f7b

Browse files
[PWGLF] Remove remaining UPC histos outside of if-condition (#14903)
1 parent b1f3341 commit 4fb4f7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,10 +2419,6 @@ struct derivedlambdakzeroanalysis {
24192419
centrality = eventSelections.useSPDTrackletsCent ? collision.centRun2SPDTracklets() : collision.centRun2V0M();
24202420
}
24212421

2422-
histos.fill(HIST("hGapSide"), gapSide);
2423-
histos.fill(HIST("hSelGapSide"), selGapSide);
2424-
histos.fill(HIST("hEventCentralityVsSelGapSide"), centrality, selGapSide <= 2 ? selGapSide : -1);
2425-
24262422
histos.fill(HIST("hEventCentrality"), centrality);
24272423

24282424
histos.fill(HIST("hCentralityVsNch"), centrality, collision.multNTracksPVeta1());

0 commit comments

Comments
 (0)