Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Nov 10, 2020
1 parent 5c0a6f9 commit aee45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/HGCalCommonData/src/HGCalWaferMask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bool HGCalWaferMask::goodCell(int u, int v, int n, int type, int rotn) {
case (HGCalTypes::WaferSemi2): { //WaferSemi2
switch (rotn) {
case (HGCalTypes::WaferCorner0): {
int n3 = (n + 1) / 3;
int n3 = (n + 1) / 3;
good = ((u + v) < (4 * n3));
break;
}
Expand Down

0 comments on commit aee45f3

Please sign in to comment.