We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7def4 commit 9aab590Copy full SHA for 9aab590
1 file changed
Modules/HMPID/src/HmpidTaskClusters.cxx
@@ -44,8 +44,8 @@ HmpidTaskClusters::~HmpidTaskClusters()
44
for (Int_t iCh = 0; iCh < 7; iCh++) {
45
delete hHMPIDchargeClus[iCh];
46
delete hHMPIDchargeMipClus[iCh];
47
- delete hHMPIDclusX[7];
48
- delete hHMPIDclusY[7];
+ delete hHMPIDclusX[iCh];
+ delete hHMPIDclusY[iCh];
49
delete hHMPIDpositionClus[iCh];
50
}
51
0 commit comments