Skip to content

Commit 1ebae8f

Browse files
committed
fix: set materials-map string constant with path to materials map
1 parent 95cc9f9 commit 1ebae8f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

compact/tracking/definitions.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,12 @@
174174
<plugins>
175175
<plugin name="epic_FileLoader">
176176
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
177-
<arg value="file:calibrations/materials-map.cbor"/>
177+
<arg value="file:calibrations/materials-map-brycecanyon.cbor"/>
178178
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
179179
</plugin>
180180
</plugins>
181+
<define>
182+
<constant name="materials-map" value="calibrations/materials-map-brycecanyon.cbor" type="string"/>
183+
</define>
181184

182185
</lccdd>

compact/tracking/definitions_arches.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,12 @@
180180
<plugins>
181181
<plugin name="epic_FileLoader">
182182
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
183-
<arg value="file:calibrations/materials-map.cbor"/>
183+
<arg value="file:calibrations/materials-map-arches.cbor"/>
184184
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
185185
</plugin>
186186
</plugins>
187+
<define>
188+
<constant name="materials-map" value="calibrations/materials-map-arches.cbor" type="string"/>
189+
</define>
187190

188191
</lccdd>

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)