From 024877b0e09d2789a20b0265d549b971c521d829 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sun, 24 Mar 2024 12:13:16 -0400 Subject: [PATCH] Remove brycecanyon configurations (#674) ### Briefly, what does this PR introduce? Removes epic_brycecanyon and upgrades other configurations. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [ ] 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? Not expected ### Does this PR change default behavior? No --- README.md | 1 - _config.yml | 1 - _layouts/geoviewer.html | 2 +- compact/tracking/definitions.xml | 178 ------------- compact/tracking/support_service_assembly.xml | 236 ------------------ configurations/brycecanyon.yml | 33 --- configurations/brycecanyon_10x100.yml | 32 --- configurations/brycecanyon_18x110_Au.yml | 32 --- configurations/brycecanyon_18x275.yml | 32 --- configurations/brycecanyon_5x41.yml | 32 --- configurations/brycecanyon_no_pfrich.yml | 32 --- configurations/brycecanyon_pfrich_gdml.yml | 32 --- configurations/forward_detectors.yml | 4 +- .../forward_detectors_with_inserts.yml | 4 +- configurations/ip6_arches.yml | 8 - configurations/ip6_brycecanyon.yml | 8 - configurations/tof_endcap_only.yml | 2 +- configurations/tof_only.yml | 2 +- configurations/vertex_only.yml | 2 +- reports/arches_views.md | 13 - reports/brycecanyon_views.md | 13 - .../subdetector_tests/draw_bemc_scfi_grids.py | 2 +- scripts/subdetector_tests/material_scan.py | 4 +- 23 files changed, 11 insertions(+), 694 deletions(-) delete mode 100644 compact/tracking/definitions.xml delete mode 100644 compact/tracking/support_service_assembly.xml delete mode 100644 configurations/brycecanyon.yml delete mode 100644 configurations/brycecanyon_10x100.yml delete mode 100644 configurations/brycecanyon_18x110_Au.yml delete mode 100644 configurations/brycecanyon_18x275.yml delete mode 100644 configurations/brycecanyon_5x41.yml delete mode 100644 configurations/brycecanyon_no_pfrich.yml delete mode 100644 configurations/brycecanyon_pfrich_gdml.yml delete mode 100644 configurations/ip6_arches.yml delete mode 100644 configurations/ip6_brycecanyon.yml delete mode 100644 reports/arches_views.md delete mode 100644 reports/brycecanyon_views.md diff --git a/README.md b/README.md index 1e68ea854..c3d5f5bfe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Overview **Detector geometry viewer:** - [Viewer only](https://eic.github.io/epic/geoviewer) - Main configurations: - - [Brycecanyon](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_brycecanyon.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all) - [CraterLake](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_craterlake.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all) - Additional viewers: - [Inner detector (without calorimetry)](https://eic.github.io/epic/geoviewer?nobrowser&file=artifacts/tgeo/epic_inner_detector.root&item=default;1&opt=clipx;clipy;transp30;zoom120;ROTY320;ROTZ340;trz0;trr0;ctrl;all) diff --git a/_config.yml b/_config.yml index bcf2a165a..08f8075b5 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,6 @@ header_pages: - README.md - reports/artifacts.md - reports/geoviewer.md - - reports/brycecanyon_views.md - reports/craterlake_views.md exclude: diff --git a/_layouts/geoviewer.html b/_layouts/geoviewer.html index 59d82a743..e7159a319 100644 --- a/_layouts/geoviewer.html +++ b/_layouts/geoviewer.html @@ -6,7 +6,7 @@ -
+
loading scripts ...