Skip to content

Commit

Permalink
fix: set materials-map string constant with path to materials map
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and Chao1009 committed Sep 5, 2023
1 parent 4577132 commit c34bba3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion compact/tracking/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map.cbor"/>
<arg value="file:calibrations/materials-map-brycecanyon.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-brycecanyon.cbor" type="string"/>
</define>

</lccdd>
5 changes: 4 additions & 1 deletion compact/tracking/definitions_arches.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map.cbor"/>
<arg value="file:calibrations/materials-map-arches.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-arches.cbor" type="string"/>
</define>

</lccdd>
5 changes: 4 additions & 1 deletion compact/tracking/definitions_craterlake.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,12 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map.cbor"/>
<arg value="file:calibrations/materials-map-craterlake.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/6253bfcb92dd6bc236dd9a06084614ba/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-craterlake.cbor" type="string"/>
</define>

</lccdd>

0 comments on commit c34bba3

Please sign in to comment.