Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update pfRICH gdml to v03 #397

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,18 +313,18 @@ jobs:
path: doc/${{matrix.detector_config}}_constants.toml
if-no-files-found: error
- uses: actions/upload-artifact@v3
with:
with:FIXME
name: DetectorParameterTable
path: doc/${{matrix.detector_config}}.csv
if-no-files-found: error

check-overlap-tgeo:
runs-on: ubuntu-latest
needs: build
strategy:
strategy:]
matrix:
option: ['m'] #, 's'] # FIXME
detector_config: [epic_arches, epic_brycecanyon] # FIXME
detector_config: [epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
- list-detector-configs
strategy:
matrix:
detector_config: [epic_arches, epic_brycecanyon]
detector_config: [epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -403,7 +403,7 @@ jobs:
needs: build
strategy:
matrix:
detector_config: [epic_inner_detector, epic_arches, epic_brycecanyon]
detector_config: [epic_inner_detector, epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
needs: build
strategy:
matrix:
detector_config: [epic_arches, epic_brycecanyon]
detector_config: [epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
strategy:
matrix:
view: [view1, view2, view3, view6, view7, view11, view13, view50]
detector_config: [epic_arches, epic_brycecanyon]
detector_config: [epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
matrix:
view: [view12, view14, view15]
slice: [100, 300, 500, 700, 900, 1100, 1300, 1500, 1700, 1900]
detector_config: [epic_arches, epic_brycecanyon]
detector_config: [epic_arches, epic_brycecanyon, epic_brycecanyon_pfrich_gdml]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
Loading