Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Feb 17, 2023
1 parent 9ff2e8c commit a893c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Geometry/HGCalCommonData/interface/HGCalWaferMask.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class HGCalWaferMask {
// (Good for V17 geometry)
static std::vector<std::pair<double, double> > waferXY(
int part, int placement, double delX, double delY, double xpos, double ypos);

private:
static constexpr double sqrt3_ = 1.732050807568877; // std::sqrt(3.0) in double precision
static constexpr double sin_60_ = 0.5 * sqrt3_;
Expand Down

0 comments on commit a893c7b

Please sign in to comment.