Skip to content
Snippets Groups Projects
Commit 535d4f98 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: src/BarrelCalorimeter_geo.cpp

parent b034f02a
No related branches found
No related tags found
1 merge request!36Fix ecal support on outside surface
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -134,7 +134,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s ...@@ -134,7 +134,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
// Parameters for computing the layer X dimension: // Parameters for computing the layer X dimension:
double stave_z = trd_y1; double stave_z = trd_y1;
double tan_hphi = std::tan(hphi); 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. // Loop over the sets of layer elements in the detector.
int l_num = 1; int l_num = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment