From 4799876648563faa93c8ff44987019d0627c6b59 Mon Sep 17 00:00:00 2001 From: iravasen Date: Mon, 16 Dec 2024 17:06:41 +0100 Subject: [PATCH] ITSThresholdCalibrationTask.h: change Zmax for THR plots --- Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h b/Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h index f298d3b1d6..63a4012f1f 100644 --- a/Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h +++ b/Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h @@ -108,7 +108,7 @@ class ITSThresholdCalibrationTask : public TaskInterface Int_t nChips[3] = { 9, 112, 196 }; Int_t nStaves[3] = { 48, 54, 90 }; Int_t nXmax[3] = { 130, 100, 450 }; - Int_t nZmax[3] = { 130, 110, 300 }; + Int_t nZmax[3] = { 130, 110, 150 }; Int_t nZmin[3] = { 20, 20, 30 }; TString sXtitles[3] = { "DAC", "DAC", "e" };