Skip to content

Commit 14818ca

Browse files
author
Sunanda
committed
Extension of Partial wafer type
1 parent ddcf4ec commit 14818ca

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)