Skip to content

Commit

Permalink
calibrations.xml: update to use latest tof.lut and pfrich.lut (#721)
Browse files Browse the repository at this point in the history
This updates to use the latest LUT from
eic/epic-data#12
No binning change, so we don't need any file renames.
  • Loading branch information
veprbl committed May 7, 2024
1 parent 6632743 commit 5a737d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compact/calibrations.xml
Expand Up @@ -22,12 +22,12 @@
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/pfrich.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/b863589baf6998acdc22f5e445a5e462bbf72b0a/pfrich.lut"/>
<arg value="url:https://raw.githubusercontent.com/eic/epic-data/126e57e058adddd1d044c63656eb76bc25a1aae5/pfrich.lut"/>
</plugin>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/tof.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/b863589baf6998acdc22f5e445a5e462bbf72b0a/tof.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/c0f0ec03ca98de39cb74bf03407948ea64169eb1/tof.lut"/>
</plugin>
</plugins>

Expand Down

0 comments on commit 5a737d5

Please sign in to comment.