Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jun 4, 2024
1 parent 9487ca9 commit 34bf1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Calibration/HcalCalibAlgos/macros/CalibCorr.C
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ unsigned int truncateId(unsigned int detId, int truncateFlag, bool debug = false
if (subdet == 1) {
if (depth > 1)
depth = 2;
else
depth = 1;
else
depth = 1;
}
}
id = (subdet << 25) | (0x1000000) | ((depth & 0xF) << 20) | ((zside > 0) ? (0x80000 | (ieta << 10)) : (ieta << 10));
Expand Down

0 comments on commit 34bf1cb

Please sign in to comment.