-
Notifications
You must be signed in to change notification settings - Fork 177
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: Mockup builder class with a cpp script for test #2008
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2008 +/- ##
=======================================
Coverage 49.82% 49.82%
=======================================
Files 421 421
Lines 23878 23878
Branches 10835 10835
=======================================
Hits 11898 11898
Misses 4366 4366
Partials 7614 7614 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this code appearing! I have added some comments.
Examples/Detectors/Geant4Detector/include/ActsExamples/Geant4Detector/MockupSectorBuilder.hpp
Outdated
Show resolved
Hide resolved
Examples/Detectors/Geant4Detector/include/ActsExamples/Geant4Detector/MockupSectorBuilder.hpp
Outdated
Show resolved
Hide resolved
Examples/Detectors/Geant4Detector/include/ActsExamples/Geant4Detector/MockupSectorBuilder.hpp
Outdated
Show resolved
Hide resolved
two more general comments
|
@dimitra97, the configuration of the build fails because the your package requires actsvg. |
📊 Physics performance monitoring for ae91d76Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
This reverts commit 7f7cfc0.
Co-authored-by: Noemi Calace <[email protected]>
…etector/MockupSectorBuilder.hpp Co-authored-by: Andreas Stefl <[email protected]>
…etector/MockupSectorBuilder.hpp Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
…etector/MockupSectorBuilder.hpp Co-authored-by: Andreas Stefl <[email protected]>
…etector/MockupSectorBuilder.hpp Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Noemi Calace <[email protected]>
Co-authored-by: Noemi Calace <[email protected]>
ec0ef9b
to
47ee121
Compare
🎉 |
This PR creates the mockup geometry with the chambers from a gdml file and extends the sector with the three chambers at phi. The picture
barrel_chambers000.png
shows the geometry in an obj file obtained by running theTestMockupBuilder.cpp
script, which is also in the PR in order to reproduce the geometry.There is also some work in progress (e.g. python bindings)
@noemina @asalzburger