Skip to content

Commit 5a35263

Browse files
committed
CodeFormat
1 parent e8c52be commit 5a35263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Geometry/HGCalCommonData/src/HGCalCellOffset.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,7 @@ std::pair<double, double> HGCalCellOffset::cellOffsetUV2XY1(
12781278
: offsetX[type][cellType][Pos];
12791279
y_off = offsetY[type][cellType][Pos];
12801280
}
1281-
} else if ((cellType == HGCalCell::halfCell) || (cellType == HGCalCell::halfTrunCell) ||
1282-
(cellType == HGCalCell::halfExtCell) || (cellType == HGCalCell::LDPartial0714Cell) ||
1281+
} else if ((cellType == HGCalCell::halfCell) || (cellType == HGCalCell::LDPartial0714Cell) ||
12831282
(cellType == HGCalCell::LDPartial0815Cell) || (cellType == HGCalCell::HDPartial0920Cell) ||
12841283
(cellType == HGCalCell::HDPartial1021Cell)) {
12851284
int cellType1 = cellType - HGCalCell::partiaclWaferCellsOffset;

0 commit comments

Comments
 (0)