examples: standalone dRICH GDML example (Geant4 + Simphony side-by-side)#347
Draft
ggalgoczi wants to merge 4 commits into
Draft
examples: standalone dRICH GDML example (Geant4 + Simphony side-by-side)#347ggalgoczi wants to merge 4 commits into
ggalgoczi wants to merge 4 commits into
Conversation
examples/drich runs the single-sector dRICH from a geoConverter-exported GDML through Geant4 (CPU) and Opticks (GPU), no DD4hep, comparing optical-photon hits. Driver + 0.2mm-airgap GDML + build/run README. Depends on the CSG phi-wedge and qbnd POINT/sibling-pair changes.
Gives examples/drich the standalone CMakeLists.txt (find_package eic-opticks + Geant4 gdml) and run.sh that the sibling examples carry, so the no-DD4hep dRICH driver builds the canonical way. Compiling it serves as a build-smoke for the standalone GDML flow; README gains the CMake recipe.
7fc3f6b to
3f977d1
Compare
Adds tests/test_drich_gdml.sh (run on the [gpu] CI runner alongside the other test_*.sh) that runs the standalone dRICH example through Geant4 CPU and Opticks GPU side-by-side and asserts the sensor-hit counts agree within NSIGMA*sqrt(G+C) (Poisson). Builds the example via its CMakeLists if no binary is installed. SKIPs (benign) without a GPU or if the rare G4 navigator hang times out every seed. Wired into build-pull-request.yaml's GPU test step.
3f977d1 to
69fd4d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
examples/drich runs the single-sector dRICH from a geoConverter-exported GDML through Geant4 (CPU) and Opticks (GPU), no DD4hep, comparing optical-photon hits. Driver + 0.2mm-airgap GDML + build/run README. Depends on the CSG phi-wedge and qbnd POINT/sibling-pair changes.