From d19729d3d1e2c0bd64f39368118398079c427e38 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Thu, 14 Nov 2013 15:57:00 +0000 Subject: [PATCH] Please read the notes in doc/release.notes --- examples/ILDExDet/src/AhcalBarrelCalorimeter_geo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ILDExDet/src/AhcalBarrelCalorimeter_geo.cpp b/examples/ILDExDet/src/AhcalBarrelCalorimeter_geo.cpp index 8a5759cd8..d4723aece 100644 --- a/examples/ILDExDet/src/AhcalBarrelCalorimeter_geo.cpp +++ b/examples/ILDExDet/src/AhcalBarrelCalorimeter_geo.cpp @@ -73,7 +73,7 @@ static Ref_t create_detector(LCDD& lcdd, xml_h element, SensitiveDetector sens) // ========================================================================== // Hcal Barrel module shapers - PolyhedraRegular polyhedra_shaper("polyhedra",numSides,Hcal_inner_radius,Hcal_module_radius,detZ*2.); + PolyhedraRegular polyhedra_shaper(numSides,Hcal_inner_radius,Hcal_module_radius,detZ*2.); Tube tube_shaper(0.,Hcal_outer_radius, detZ, 0., 2.*M_PI); // keep the envelope rotation as the same as the stave -- GitLab