Skip to content

Commit

Permalink
calibrations.xml: add LUTs for drich, pfrich and tof (#719)
Browse files Browse the repository at this point in the history
This adds LUTs for use in EICrecon.
  • Loading branch information
veprbl committed May 5, 2024
1 parent ed8f4cf commit 52819f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions compact/calibrations.xml
Expand Up @@ -9,11 +9,26 @@
<arg value="file:calibrations/onnx/identity_gemm_w1x1_b1.onnx"/>
<arg value="url:https://github.com/eic/epic-data/raw/27ef75b2b6108b5e72d3ab891f32aeeb3770c7bd/onnx/identity_gemm_w1x1_b1.onnx"/>
</plugin>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/drich.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/b863589baf6998acdc22f5e445a5e462bbf72b0a/drich.lut"/>
</plugin>
<plugin name="epic_FileLoader">
<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/pfrich.lut"/>
<arg value="url:https://github.com/eic/epic-data/raw/b863589baf6998acdc22f5e445a5e462bbf72b0a/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"/>
</plugin>
</plugins>

</lccdd>

0 comments on commit 52819f4

Please sign in to comment.