Skip to content

Commit

Permalink
Merge pull request #34062 from bsunanda/Phase2-hgx286N
Browse files Browse the repository at this point in the history
Phase2-hgx286N Extension of Partial wafer type for HGCal
  • Loading branch information
cmsbuild committed Jun 13, 2021
2 parents ceaa66f + f69824a commit 9495201
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 20 deletions.
1 change: 1 addition & 0 deletions Geometry/HGCalCommonData/interface/HGCalGeomTools.h
Expand Up @@ -14,6 +14,7 @@ class HGCalGeomTools {
static constexpr int k_fiveCorners = 5;
static constexpr int k_fourCorners = 4;
static constexpr int k_threeCorners = 3;
static constexpr int k_twoCorners = 2;

static void radius(double zf,
double zb,
Expand Down
2 changes: 2 additions & 0 deletions Geometry/HGCalCommonData/interface/HGCalTypes.h
Expand Up @@ -55,6 +55,8 @@ class HGCalTypes {
WaferSemi = 5,
WaferSemi2 = 6,
WaferThree = 7,
WaferHalf2 = 8,
WaferFive2 = 9,
WaferLDTop = 11,
WaferLDBottom = 12,
WaferLDLeft = 13,
Expand Down

0 comments on commit 9495201

Please sign in to comment.