We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceaa66f + f69824a commit 9495201Copy full SHA for 9495201
Geometry/HGCalCommonData/interface/HGCalGeomTools.h
@@ -14,6 +14,7 @@ class HGCalGeomTools {
14
static constexpr int k_fiveCorners = 5;
15
static constexpr int k_fourCorners = 4;
16
static constexpr int k_threeCorners = 3;
17
+ static constexpr int k_twoCorners = 2;
18
19
static void radius(double zf,
20
double zb,
Geometry/HGCalCommonData/interface/HGCalTypes.h
@@ -55,6 +55,8 @@ class HGCalTypes {
55
WaferSemi = 5,
56
WaferSemi2 = 6,
57
WaferThree = 7,
58
+ WaferHalf2 = 8,
59
+ WaferFive2 = 9,
60
WaferLDTop = 11,
61
WaferLDBottom = 12,
62
WaferLDLeft = 13,
0 commit comments