Skip to content

Commit

Permalink
fix: keep the materials in epic
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and Chao Peng committed Jul 23, 2023
1 parent bc4855d commit 5929df3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
21 changes: 18 additions & 3 deletions compact/tracking/cable_services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@
<!-- Copyright (C) 2022 Wouter Deconinck, Whitney Armstrong -->

<lccdd>
<includes>
<gdmlFile ref="meshes/FullCableSpaceEstimate.xml"/>
</includes>
<materials>
<material name="0.000000_0.000000_1.000000_0.000000_0.000000">
<D value="7.85" unit="g/cm3"/>
<fraction n="1" ref="Fe"/>
</material>
<material name="1.000000_0.000000_0.000000_0.000000_0.000000">
<D value="7.85" unit="g/cm3"/>
<fraction n="1" ref="Fe"/>
</material>
<material name="1.000000_0.501961_0.000000_0.000000_0.000000">
<D value="7.85" unit="g/cm3"/>
<fraction n="1" ref="Fe"/>
</material>
<material name="1.000000_0.501961_0.250980_0.000000_0.000000">
<D value="7.85" unit="g/cm3"/>
<fraction n="1" ref="Fe"/>
</material>
</materials>

<detectors>
<detector name="Services" type="DD4hep_TestShape_Creator">
Expand Down
7 changes: 0 additions & 7 deletions compact/tracking/get_meshes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
<arg value="url:https://github.com/eic/epic-data/raw/meshes/meshes/tracking/FullCableSpaceEstimate.obj"/>
</plugin>
</plugins>
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:meshes/FullCableSpaceEstimate.xml"/>
<arg value="url:https://github.com/eic/epic-data/raw/meshes/meshes/tracking/FullCableSpaceEstimate.xml"/>
</plugin>
</plugins>
</lccdd>

0 comments on commit 5929df3

Please sign in to comment.