Skip to content

Commit

Permalink
calibrations.xml: add hpdirc.lut.gz (#724)
Browse files Browse the repository at this point in the history
This is a version with both charges, as found on dropbox.
  • Loading branch information
veprbl committed May 12, 2024
1 parent 09e29f4 commit 5cb2996
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion compact/calibrations.xml
Expand Up @@ -14,11 +14,16 @@
<arg value="file:calibrations/drich.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/b863589baf6998acdc22f5e445a5e462bbf72b0a/drich.lut"/>
</plugin>
<plugin name="epic_FileLoader">
<plugin name="epic_FileLoader"><!-- DEPRECATED -->
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/hpdirc_positive.lut"/>
<arg value="url:https://raw.githubusercontent.com/nathanwbrei/fastpid/66acf386f368d8fe95cbf157407492e92344ee7f/hpdirc_positive.lut"/>
</plugin>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/hpdirc.lut.gz"/>
<arg value="url:https://raw.githubusercontent.com/eic/epic-data/4cfc44404d538cebe513cb491e5fcd62f99ad4f6/hpdirc.lut.gz"/>
</plugin>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/pfrich.lut"/>
Expand Down

0 comments on commit 5cb2996

Please sign in to comment.