-
Notifications
You must be signed in to change notification settings - Fork 61
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
IDEA vertex and silicon wrapper for IDEA_o1_v03 #363
Conversation
…nts, ability to tilt whole modules.
…ake good assembly structure
…im and fccRec_e4h with vertex digitisation, but no vertices reco'd yet, bad hierarchy again
…e the previous commit
… overlaps in Endcap gone
…at latest beam pipe and other files are used. There's also still an overlap between the CAD-imported vertex support and the vertex barrel
…l and vertex disks, adding working DDCAD import of vertex inner barrel support (using material budget estimation from FCCSW not working yet though, need to use g4MaterialScan). Adding example on how I install k4geo locally (install.sh)
…tShape_Creator from DD4hep
… a continuous tube for the ultra-light vertex (afte discussions with Fabrizio)
Idea o1 v03 disk supports
Fixed a last issue with ALLEGRO, now everything is final. No overlaps detected. Ready to merge @atolosadelgado @BrieucF @andresailer |
Hi Armin, thanks! Two tests fail because of the renaming of the materials file under IDEA. Can you update those lines: |
Did you also check ALLEGRO? |
Another important thing: similarly to the CAD beampipe, the binary stl files are too big for a gitHub repository (this PR would increase the repo size by 70 MB). I propose to use the same trick as for the beampipe: download the files at build time with this command: https://github.com/key4hep/k4geo/blob/main/CMakeLists.txt#L224 . I don't think you need to place this inside an I have placed the stl files here: https://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/IDEA/IDEA_o1_v03/STL_FILES/ Thanks! |
Ha wait, sorry, I had not seen that the loading of the .stl files was commented out. This can therefore be handled in another PR. You can just remove the .stl from the PR then (and we should merge with "squash" to avoid having themin the commit history). |
Done, I also updated the vertex and silicon wrapper in those tests, hope that's okay |
Done, will later make another MR with the way you propose |
Co-authored-by: Andre Sailer <[email protected]>
Any further comment @andresailer ? |
No, all good from my side. |
Wonderful! Thanks! So, IDEA only misses a presampler now !! :-) |
Thanks for all the help, feedback and support! |
Great @armin-ilg! Can you please close the PR superseded by this one? |
Thanks for reminding me. Done |
BEGINRELEASENOTES
ENDRELEASENOTES
Hi @BrieucF
Here finally is the vertex and silicon wrapper, as presented in the FCC Week. This version is very performant, even with the sensitive surface module running. I push it directly to IDEA_o1_v03, so we can close the old PR.
Is there something you would like to see changed? I'm doing some final tests to see whether iLCSoft reco really is still working.
Cheers,
Armin