Commit in lcsim/src/org/lcsim/detector on MAIN
alias.properties-11.4 -> 1.5
D09/compact.xml+59added 1.1
   /detector.properties+1added 1.1
+60-1
2 added + 1 modified, total 3 files
JM: Adding files for testing Mokka IDDecoder.

lcsim/src/org/lcsim/detector
alias.properties 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- alias.properties	28 Apr 2005 23:27:25 -0000	1.4
+++ alias.properties	18 Jan 2006 22:01:05 -0000	1.5
@@ -1,4 +1,3 @@
 sdjan03_lcdd1.0=sdjan03
 sdjan03_lcdd=sdjan03
 SDJan03=sdjan03
-

lcsim/src/org/lcsim/detector/D09
compact.xml added at 1.1
diff -N compact.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ compact.xml	18 Jan 2006 22:01:05 -0000	1.1
@@ -0,0 +1,59 @@
+<lccdd xmlns:lccdd="namespaceUrl"
+       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
+       xs:noNamespaceSchemaLocation="noNamespaceUrl">
+
+  <info name="D09"
+	title="LDC D12"
+	author="Jeremy McCormick"
+	url="NONE"
+	status="development"
+	version="$Id: compact.xml,v 1.1 2006/01/18 22:01:05 jeremy Exp $">
+  </info>
+
+  <define>
+
+    <constant name="cm" value="10"/>
+
+    <!-- world -->
+    <constant name="world_side" value="30000" />
+    <constant name="world_x" value="world_side" />
+    <constant name="world_y" value="world_side" />
+    <constant name="world_z" value="world_side" />
+
+    <!-- tracking region -->
+    <constant name="tracking_region_radius" value="126.5*cm"/>
+    <constant name="tracking_region_zmax" value="167.9*cm"/>
+
+  </define>
+
+  <materials>
+  </materials>
+
+  <detectors>
+
+    <!-- Hadronic calorimeter -->
+    <detector id="7" name="hcalFeRPC1_HcalBarrelReg" type="CylindricalBarrelCalorimeter" readout="hcalFeRPC1_HcalBarrelReg">
+      <dimensions inner_r = "141.0*cm" outer_z = "277.2*cm" />
+      <layer repeat="34">
+  	    <slice material = "Steel235" thickness = "2.0*cm" />
+	    <slice material = "G10" thickness = "0.3*cm" />
+	    <slice material = "PyrexGlass" thickness = "0.11*cm" />
+	    <slice material = "RPCGasDefault" thickness = "0.12*cm" sensitive = "yes" />
+	    <slice material = "PyrexGlass" thickness = "0.11*cm" />
+	    <slice material = "Air" thickness = "0.16*cm" />
+      </layer>
+    </detector>
+  </detectors>
+
+  <!-- Sensitive Detector readout segmentation -->
+  <readouts>
+    <readout name="hcalFeRPC1_HcalBarrelReg">      
+      <segmentation type="MokkaSegmentation"/>
+      <!-- K is renamed to layer for SubdetectorIDDecoder -->
+      <id>M:3,S:3,I:9,J:9,layer:6</id>
+    </readout>
+  </readouts>
+
+  <fields>
+  </fields>
+</lccdd>

lcsim/src/org/lcsim/detector/D09
detector.properties added at 1.1
diff -N detector.properties
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ detector.properties	18 Jan 2006 22:01:05 -0000	1.1
@@ -0,0 +1 @@
+name: D09
\ No newline at end of file
CVSspam 0.2.8