Skip to content
Snippets Groups Projects

Resolve "Allow for FileLoader to parse environment variables as part of the cache path"

Files
2
@@ -100,6 +100,7 @@
@@ -100,6 +100,7 @@
</documentation>
</documentation>
<plugins>
<plugins>
<plugin name="FileLoader">
<plugin name="FileLoader">
 
<arg value="cache:$DETECTOR_PATH"/>
<arg value="file:calibrations/materials-map.cbor"/>
<arg value="file:calibrations/materials-map.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/4a4e7c8eb6089b634d762d112c89bd5d/material-maps.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/4a4e7c8eb6089b634d762d112c89bd5d/material-maps.cbor"/>
</plugin>
</plugin>
Loading