Skip to content

Commit 451b75c

Browse files
committed
Update
1 parent a743f0b commit 451b75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct centralityStudy {
130130
ConfigurableAxis axisPVChi2{"axisPVChi2", {300, 0, 30}, "FT0C percentile"};
131131
ConfigurableAxis axisDeltaTime{"axisDeltaTime", {300, 0, 300}, "#Delta time"};
132132
ConfigurableAxis axisDeltaTimestamp{"axisDeltaTimestamp", {1440, 0, 24}, "#Delta timestamp - sor (hours)"};
133-
ConfigurableAxis axisInteractionRate{"IRbinning", {500, 0, 100}, "Binning for the interaction rate (kHz)"};
133+
ConfigurableAxis axisInteractionRate{"axisInteractionRate", {500, 0, 100}, "Binning for the interaction rate (kHz)"};
134134

135135
// For profile Z
136136
ConfigurableAxis axisPVz{"axisPVz", {400, -20.0f, +20.0f}, "PVz (cm)"};

0 commit comments

Comments
 (0)