Skip to content
Snippets Groups Projects

Fix ecal support on outside surface

Merged Whitney Armstrong requested to merge 13-emcal-support into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -134,7 +134,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
// Parameters for computing the layer X dimension:
double stave_z = trd_y1;
double tan_hphi = std::tan(hphi);
double l_dim_x = trd_x2; // Starting X dimension for the layer.
double l_dim_x = trd_x1; // Starting X dimension for the layer.
// Loop over the sets of layer elements in the detector.
int l_num = 1;
Loading