Skip to content
Snippets Groups Projects
Commit 3275848c authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed angles in Tube

parent 0c895418
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ static Ref_t create_detector(LCDD& lcdd, xml_h element, SensitiveDetector sens)
// Hcal Barrel module shapers
PolyhedraRegular polyhedra_shaper(numSides,Hcal_inner_radius,Hcal_module_radius,detZ*2.);
Tube tube_shaper(0.,Hcal_outer_radius, detZ, 0., 2.*M_PI);
Tube tube_shaper(0.,Hcal_outer_radius, detZ );
// keep the envelope rotation as the same as the stave
// the stave number can be changed in the compact XML.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment