Skip to content

Commit

Permalink
ITSThresholdCalibrationTask.h: change Zmax for THR plots
Browse files Browse the repository at this point in the history
  • Loading branch information
iravasen authored Dec 16, 2024
1 parent 7b6a2f2 commit 4799876
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 4799876

Please sign in to comment.