Skip to content

Commit

Permalink
Add geometry constants for small Si cells
Browse files Browse the repository at this point in the history
Add apothem and radius of small silicon cells.
  • Loading branch information
lopezzot committed Mar 1, 2024
1 parent 739eb5c commit e4e6ff6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/HGCALTBConstants.hh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ constexpr G4int CHEHexLayer = 7;
// CHE (small) silicon cells per big hexagon (layer)
constexpr G4int CHECells = CHEHexLayer * (CHECellMaxCpNo - CHECellMinCpNo); // 7*126=882

// Small silicon cell constants
//

// small hexagon apothem
constexpr G4double SCApothem = 0.56227272727272 * cm; // from gdml file

// small hexagon radius
constexpr G4double SCRadius = SCApothem * 2. / 1.7320508; // apothem *2 / sqrt(3)

// AHCAL constants
//

Expand Down

0 comments on commit e4e6ff6

Please sign in to comment.