From 24f5b45fbebf0f8269d468b65ded1cb3d266b1a4 Mon Sep 17 00:00:00 2001 From: Andrea Ciarma <andrea.ciarma@cern.ch> Date: Thu, 4 Aug 2022 11:15:40 +0200 Subject: [PATCH] sens Mask_o1 - suggested changes --- DDDetectors/src/Mask_o1_v01_geo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDDetectors/src/Mask_o1_v01_geo.cpp b/DDDetectors/src/Mask_o1_v01_geo.cpp index effe23919..98b5d376f 100644 --- a/DDDetectors/src/Mask_o1_v01_geo.cpp +++ b/DDDetectors/src/Mask_o1_v01_geo.cpp @@ -149,7 +149,7 @@ static Ref_t create_detector(Detector& description, // solid for the tube (including vacuum and wall): a solid cone ConeSegment tubeSolid( zHalf, rInnerStart, rOuterStart, rInnerEnd, rOuterEnd , phi1, phi2); - + // tube consists of vacuum Volume tubeLog0( volName, tubeSolid, material ) ; Volume tubeLog1( volName, tubeSolid, material ) ; -- GitLab