Skip to content

Commit 18c4478

Browse files
authored
Added TaggerTrackerTransportation.onnx to calibrations.xml (#823)
### Briefly, what does this PR introduce? Adds the onnx implementation of the Low-Q2 reconstruction to the calibrations.xml for download. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? no ### Does this PR change default behavior? Downloads an additional onnx file.
1 parent 13754af commit 18c4478

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compact/calibrations.xml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<arg value="file:calibrations/tmva/LowQ2_DNN_CPU.weights.xml"/>
1010
<arg value="url:https://raw.githubusercontent.com/eic/epic-data/e441e5d88d0a44a1e407d3083914ac1a7de26f41/tmva/LowQ2_DNN_CPU.weights.xml"/>
1111
</plugin>
12+
<plugin name="epic_FileLoader">
13+
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
14+
<arg value="file:calibrations/onnx/TaggerTrackerTransportation.onnx"/>
15+
<arg value="url:https://raw.githubusercontent.com/eic/epic-data/81a03e1ece63f9ecf956a605a674d89813d354a9/onnx/TaggerTrackerTransportation.onnx"/>
16+
</plugin>
1217
<plugin name="epic_FileLoader">
1318
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
1419
<arg value="file:calibrations/onnx/identity_gemm_w1x1_b1.onnx"/>

0 commit comments

Comments
 (0)