Skip to content

Commit 4799876

Browse files
authored
ITSThresholdCalibrationTask.h: change Zmax for THR plots
1 parent 7b6a2f2 commit 4799876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class ITSThresholdCalibrationTask : public TaskInterface
108108
Int_t nChips[3] = { 9, 112, 196 };
109109
Int_t nStaves[3] = { 48, 54, 90 };
110110
Int_t nXmax[3] = { 130, 100, 450 };
111-
Int_t nZmax[3] = { 130, 110, 300 };
111+
Int_t nZmax[3] = { 130, 110, 150 };
112112
Int_t nZmin[3] = { 20, 20, 30 };
113113

114114
TString sXtitles[3] = { "DAC", "DAC", "e" };

0 commit comments

Comments
 (0)