From 4c40f3d5bfbc256f95652aa10a72d7c5f34ffd83 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 10 Jun 2013 07:52:52 +0000 Subject: [PATCH] - added segementation (test) to VXD and SIT --- DDExamples/ILDExDet/compact/ILDEx.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DDExamples/ILDExDet/compact/ILDEx.xml b/DDExamples/ILDExDet/compact/ILDEx.xml index 09c7417b0..929381602 100644 --- a/DDExamples/ILDExDet/compact/ILDEx.xml +++ b/DDExamples/ILDExDet/compact/ILDEx.xml @@ -173,9 +173,11 @@ <readout name="VXDCollection"> <id>system:5,side:-2,layer:9,module:8,sensor:8</id> <!-- system:6,layer:4,module:16,sensor:1,side:32:-2,strip:20</id--> + <segmentation type="ProjectiveCylinder" phiBins="617" thetaBins="21"/> </readout> <readout name="SITCollection"> <id>system:5,side:-2,layer:9,module:8,sensor:8</id> + <segmentation type="ProjectiveCylinder" phiBins="617" thetaBins="21"/> <!--id>system:6,barrel:3,layer:4,module:16,sensor:1,side:32:-2,strip:20</id--> </readout> <readout name="TPCCollection"> -- GitLab