Skip to content

Commit 9495201

Browse files
authored
Merge pull request cms-sw#34062 from bsunanda/Phase2-hgx286N
Phase2-hgx286N Extension of Partial wafer type for HGCal
2 parents ceaa66f + f69824a commit 9495201

File tree

3 files changed

+262
-20
lines changed

3 files changed

+262
-20
lines changed

Geometry/HGCalCommonData/interface/HGCalGeomTools.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class HGCalGeomTools {
1414
static constexpr int k_fiveCorners = 5;
1515
static constexpr int k_fourCorners = 4;
1616
static constexpr int k_threeCorners = 3;
17+
static constexpr int k_twoCorners = 2;
1718

1819
static void radius(double zf,
1920
double zb,

Geometry/HGCalCommonData/interface/HGCalTypes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class HGCalTypes {
5555
WaferSemi = 5,
5656
WaferSemi2 = 6,
5757
WaferThree = 7,
58+
WaferHalf2 = 8,
59+
WaferFive2 = 9,
5860
WaferLDTop = 11,
5961
WaferLDBottom = 12,
6062
WaferLDLeft = 13,

0 commit comments

Comments
 (0)