Skip to content

Commit b8dc89e

Browse files
authored
Common: trackPropagation: Fix SetBinLabel error (AliceO2Group#7914)
Fixing the "<TAxis::SetBinLabel>: Illegal bin number" errors for non-existing bins.
1 parent d970d35 commit b8dc89e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Common/TableProducer/trackPropagation.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ struct TrackPropagation {
123123
trackTunerObj.getDcaGraphs();
124124
trackTunedTracks->SetTitle(outputStringParams.c_str());
125125
trackTunedTracks->GetXaxis()->SetBinLabel(1, "all tracks");
126-
trackTunedTracks->GetXaxis()->SetBinLabel(2, "tracks tuned (no negative detXY)");
127-
trackTunedTracks->GetXaxis()->SetBinLabel(3, "untouched tracks due to negative detXY");
128-
trackTunedTracks->GetXaxis()->SetBinLabel(4, "original detXY<0");
129126
}
130127
}
131128

0 commit comments

Comments
 (0)