-echo "Geometry viewer at https://eic.phy.anl.gov/geoviewer/index.htm?file=https://eicweb.phy.anl.gov/EIC/detectors/ip6/-/jobs/${CI_JOB_ID}/artifacts/raw/geo/detector_geo_full.root?job=dump_geometry&item=default;1&opt=transp30;zoom75;ROTY290;ROTZ350;trz0;trr0;ctrl;all&"
xmllint:
stage:test
needs:
needs:
-["common:detector"]
script:
-xmllint ip6/*.xml eic_ip6.xml > /dev/null
-xmllint ip6/*.xml ip6.xml > /dev/null
overlap_check:
stage:test
needs:
needs:
-["common:detector"]
script:
-checkOverlaps -c eic_ip6.xml
-checkOverlaps -c ip6.xml
overlap_check_geant4:
stage:test
needs:
needs:
-["common:detector"]
script:
-python scripts/checkOverlaps.py -c eic_ip6.xml | tee doc/overlap_check_geant4.out
-python scripts/checkOverlaps.py -c ip6.xml | tee doc/overlap_check_geant4.out