Skip to content

Commit 5810859

Browse files
committed
fix: set materials-map string constant with path to materials map
1 parent cd216f6 commit 5810859

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compact/tracking/definitions_craterlake.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,12 @@
195195
<plugins>
196196
<plugin name="epic_FileLoader">
197197
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
198-
<arg value="file:calibrations/materials-map.cbor"/>
198+
<arg value="file:calibrations/materials-map-craterlake.cbor"/>
199199
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/6253bfcb92dd6bc236dd9a06084614ba/material-maps.cbor"/>
200200
</plugin>
201201
</plugins>
202+
<define>
203+
<constant name="materials-map" value="calibrations/materials-map-craterlake.cbor" type="string"/>
204+
</define>
202205

203206
</lccdd>

0 commit comments

Comments
 (0)