Skip to content

Commit

Permalink
Review dimensions of hdpe and active according to drawings
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Jan 8, 2024
1 parent a5e0f8d commit d730137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/geometries/Next100FieldCage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using namespace nexus;
Next100FieldCage::Next100FieldCage(G4double grid_thickn):
GeometryBase(),
// Dimensions
active_diam_ (984. * mm), // distance between the centers of two opposite panels
active_diam_ (983.3 * mm), // distance between the centers of two opposite panels
n_panels_ (18),
active_ext_radius_ (active_diam_/2. / cos(pi/n_panels_)),

Expand All @@ -72,8 +72,8 @@ Next100FieldCage::Next100FieldCage(G4double grid_thickn):
// cathode_sapphire_wdw_dist_(257.8 * mm),

// external to teflon (hdpe + rings + holders)
hdpe_tube_int_diam_ (1093. * mm - 11. * mm), // we keep the thickness, but we make it smaller to be closer to the staves
hdpe_tube_ext_diam_ (1105.4 * mm - 11. * mm),
hdpe_tube_int_diam_ (1081. * mm),
hdpe_tube_ext_diam_ (1094 * mm),
hdpe_length_ (1115. * mm),

ring_ext_diam_ (1038. * mm),
Expand Down

0 comments on commit d730137

Please sign in to comment.