Skip to content

Commit

Permalink
ITS - Anomalous clusters plots
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolovalle committed Nov 21, 2024
1 parent d10841c commit fccba5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Modules/ITS/src/ITSClusterTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ ITSClusterTask::~ITSClusterTask()
if (!mEnableLayers[iLayer])
continue;

if (iLayer < NLayerIB) {
delete hLongClustersPerChip[iLayer];
delete hMultPerChipWhenLongClusters[iLayer];
}
delete hClusterSizeLayerSummary[iLayer];
delete hClusterTopologyLayerSummary[iLayer];
delete hGroupedClusterSizeLayerSummary[iLayer];
Expand Down Expand Up @@ -400,6 +404,8 @@ void ITSClusterTask::reset()
hClusterTopologyLayerSummary[iLayer]->Reset();

if (iLayer < NLayerIB) {
hLongClustersPerChip[iLayer]->Reset();
hMultPerChipWhenLongClusters[iLayer]->Reset();
hAverageClusterOccupancySummaryIB[iLayer]->Reset();
hAverageClusterSizeSummaryIB[iLayer]->Reset();
if (mDoPublish1DSummary == 1) {
Expand Down

0 comments on commit fccba5e

Please sign in to comment.