Skip to content

Commit

Permalink
ITSThresholdCalibrationTask.h: change Zmax for THR plots (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
iravasen authored Jan 20, 2025
1 parent 8b985c3 commit 3c73db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ITS/include/ITS/ITSThresholdCalibrationTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" };
Expand Down

0 comments on commit 3c73db8

Please sign in to comment.