Skip to content

Commit

Permalink
calibrations.xml: add hpdirc.lut.gz
Browse files Browse the repository at this point in the history
This should be a version with both charges
  • Loading branch information
veprbl committed May 8, 2024
1 parent 26cf48a commit 02cea84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion compact/calibrations.xml
Original file line number Diff line number Diff line change
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/raw/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 02cea84

Please sign in to comment.