Skip to content

Commit

Permalink
Apply all suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kalinkin <[email protected]>
  • Loading branch information
wdconinc and veprbl committed Feb 7, 2024
1 parent dc30cd4 commit 40b6450
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions compact/tracking/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,13 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map-brycecanyon.cbor"/>
<arg value="file:calibrations/material-map-brycecanyon.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-brycecanyon.cbor" type="string"/>
<constant name="materials-map" value="calibrations/material-map-brycecanyon.cbor" type="string"/><!-- EICrecon older than 1.6.0 -->
<constant name="material-map" value="calibrations/material-map-brycecanyon.cbor" type="string"/>
</define>

</lccdd>
5 changes: 3 additions & 2 deletions compact/tracking/definitions_arches.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,13 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map-arches.cbor"/>
<arg value="file:calibrations/material-map-arches.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/77bd16bef5d811f31256279a3601c9d5/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-arches.cbor" type="string"/>
<constant name="materials-map" value="calibrations/material-map-arches.cbor" type="string"/><!-- EICrecon older than 1.6.0 -->
<constant name="material-map" value="calibrations/material-map-arches.cbor" type="string"/>
</define>

</lccdd>
5 changes: 3 additions & 2 deletions compact/tracking/definitions_craterlake.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,13 @@
<plugins>
<plugin name="epic_FileLoader">
<arg value="cache:$DETECTOR_PATH:/opt/detector"/>
<arg value="file:calibrations/materials-map-craterlake.cbor"/>
<arg value="file:calibrations/material-map-craterlake.cbor"/>
<arg value="url:https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/6253bfcb92dd6bc236dd9a06084614ba/material-maps.cbor"/>
</plugin>
</plugins>
<define>
<constant name="materials-map" value="calibrations/materials-map-craterlake.cbor" type="string"/>
<constant name="materials-map" value="calibrations/material-map-craterlake.cbor" type="string"/><!-- EICrecon older than 1.6.0 -->
<constant name="material-map" value="calibrations/material-map-craterlake.cbor" type="string"/>
</define>

</lccdd>

0 comments on commit 40b6450

Please sign in to comment.