Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase2-hgx336E Try to fix an error in the code for HGCal V16 Geometry and take care of the #define statement in Geometry/HGCalCommonData/src #41208

Merged
merged 2 commits into from
Mar 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Geometry/HGCalCommonData/src/HGCalParametersFromDD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "Geometry/HGCalCommonData/interface/HGCalGeometryMode.h"
#include "Geometry/HGCalCommonData/interface/HGCalParameters.h"

#define EDM_ML_DEBUG
//#define EDM_ML_DEBUG
using namespace geant_units::operators;

bool HGCalParametersFromDD::build(const DDCompactView* cpv,
Expand Down
4 changes: 2 additions & 2 deletions Geometry/HGCalCommonData/src/HGCalWaferMask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,8 @@ std::vector<std::pair<double, double> > HGCalWaferMask::waferXY(
}
} else if (part == HGCalTypes::WaferHalf2) {
int np[6][5] = {{45, 39, 4, 5, 45},
{47, 40, 5, 0, 47},
{48, 41, 0, 1, 48},
{46, 40, 5, 0, 46},
{47, 41, 0, 1, 47},
{42, 36, 1, 2, 42},
{43, 37, 2, 3, 43},
{44, 38, 3, 4, 44}};
Expand Down