Skip to content
Snippets Groups Projects
Commit 6f8c3cfa authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: compact/ecal.xml

	modified:   reference_detector.xml
parent 1ad55d17
Branches
No related tags found
No related merge requests found
<lccdd> <lccdd>
<define> <define>
<constant name="CrystalEndcap_rmin" value="VertexTrackerInnerRadius"/>
<constant name="CrystalEndcap_rmax" value="EcalEndcapN_rmin"/>
<constant name="CrystalBox_x_length" value="20.0*mm"/>
<constant name="CrystalBox_y_length" value="20.0*mm"/>
<constant name="CrystalBox_z_length" value="200.0*mm"/>
<constant name="CrystalBox_offset" value="0.000001*mm"/>
<constant name="CrystalEndcap_x_pos" value="0.0*m"/>
<constant name="CrystalEndcap_y_pos" value="0.0*m"/>
<constant name="CrystalEndcap_z_pos" value="-EcalEndcap_zmin"/>
</define> </define>
<limits> <limits>
...@@ -23,6 +14,8 @@ ...@@ -23,6 +14,8 @@
<display> <display>
</display> </display>
<detectors> <detectors>
<comment> <comment>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd"> xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">
<!-- Some information about detector -->
<info name="Test Detector" title="Test Detector" <info name="Test Detector" title="Test Detector"
author="Jihee Kim" author="Jihee Kim"
url="https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git" url="https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git"
...@@ -11,13 +10,11 @@ ...@@ -11,13 +10,11 @@
<comment>Test Detector</comment> <comment>Test Detector</comment>
</info> </info>
<!-- Use DD4hep elements and materials definitions -->
<includes> <includes>
<gdmlFile ref="elements.xml"/> <gdmlFile ref="elements.xml"/>
<gdmlFile ref="materials.xml"/> <gdmlFile ref="materials.xml"/>
</includes> </includes>
<!-- Define the dimensions of the world volume -->
<define> <define>
<constant name="world_side" value="50*m"/> <constant name="world_side" value="50*m"/>
<constant name="world_x" value="world_side"/> <constant name="world_x" value="world_side"/>
...@@ -41,13 +38,14 @@ ...@@ -41,13 +38,14 @@
<regions> <regions>
</regions> </regions>
<!-- Common Generic visualization attributes -->
<comment>Common Generic visualization attributes</comment> <comment>Common Generic visualization attributes</comment>
<display> <display>
<vis name="TestDetectorVis" alpha="0.4" r= "0.1" g="0.0" b="0.1" showDaughters="true" visible="true"/> <vis name="TestDetectorVis" alpha="0.4" r= "0.1" g="0.0" b="0.1" showDaughters="true" visible="true"/>
</display> </display>
<!-- Define detector -->
<include ref="compact/ecal.xml"/>
<detectors> <detectors>
<comment> <comment>
Central Barrel Solenoid Magnet Central Barrel Solenoid Magnet
...@@ -62,6 +60,7 @@ ...@@ -62,6 +60,7 @@
</detector> </detector>
</detectors> </detectors>
<plugins> <plugins>
</plugins> </plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment