Skip to content

Commit 9c69133

Browse files
committed
fix typo in axis title
1 parent fccba5e commit 9c69133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ITS/src/ITSClusterTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ void ITSClusterTask::createAllHistos()
465465
hLongClustersPerChip[iLayer] = new TH2D(Form("Anomalies/Layer%d/LongClusters", iLayer), Form("Layer%d/LongClusters", iLayer), ChipBoundary[iLayer + 1] - ChipBoundary[iLayer], ChipBoundary[iLayer], ChipBoundary[iLayer + 1], 21, 0, 21);
466466
hMultPerChipWhenLongClusters[iLayer] = new TH2D(Form("Anomalies/Layer%d/HitsWhenLongClusters", iLayer), Form("Layer%d/HitsWhenLongClusters", iLayer), ChipBoundary[iLayer + 1] - ChipBoundary[iLayer], ChipBoundary[iLayer], ChipBoundary[iLayer + 1], 150, 0, 15000);
467467
addObject(hLongClustersPerChip[iLayer]);
468-
formatAxes(hLongClustersPerChip[iLayer], "Chip ID", "events with long clusters", 1, 1.10);
468+
formatAxes(hLongClustersPerChip[iLayer], "Chip ID", "number of long clusters", 1, 1.10);
469469
hLongClustersPerChip[iLayer]->SetStats(0);
470470
addObject(hMultPerChipWhenLongClusters[iLayer]);
471471
formatAxes(hMultPerChipWhenLongClusters[iLayer], "Chip ID", "Sum of clusters size (events w/ long clus)", 1, 1.10);

0 commit comments

Comments
 (0)