-
Notifications
You must be signed in to change notification settings - Fork 168
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 Open Data Detector to v4.0.1 #2992
feat: update Open Data Detector to v4.0.1 #2992
Conversation
📊: Physics performance monitoring for bf0bfa3physmon summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2992 +/- ##
=======================================
Coverage 48.82% 48.82%
=======================================
Files 491 491
Lines 28886 28886
Branches 13705 13705
=======================================
Hits 14104 14104
Misses 4954 4954
Partials 9828 9828 ☔ View full report in Codecov by Sentry. |
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.
Output looks much more sane now. To me it looks like we shuffle around some outliers which triggers all the physmon failure.
No objections from my side.
@andiwand @paulgessinger Any thoughts on the I tried to introduce <your application> OdenDataDetector.xml OpenDataTracker.xml OpenDataCalorimeter.xml |
@asalzburger how much are we talking here? I wouldn't have expected this to be large increase on the ACTS side, is this driven by DD4hep taking longer to construct? |
What is the runtime increase? Alternatively we could have different ODD xml root files I guess? One with and one without the calo. |
bb61d24
to
b74501a
Compare
Testing goes from 11min to 15mins, and it's practically driven by the material_recording and genat4 simulation now seeing a calorimeter. |
Yeah, I guess we'd have to do some "OpenDataDetectorTrackerOnly.xml" |
@andiwand - just to make sure, as you merged in AMVF changes int he meantime, the performance reference needs to be updated - looks all good to me, but if you could have another look, I will update the file. |
this is the usual problem with concurrent reference file changes. there is one more ref change in the pipeline #3034. afterwards we can proceed with this one to me 11->15 min sounds not too bad. also these numbers fluctuate quite a bit depending on our load |
This PR updates the open data detector to v4.0.1, which will enable it to built in Gen1-style and Gen2-style geometry. Small performance changes are expected, since v4.0.1 also contains a few tiny geometry fixes. This PR increases the 'examples' run time from 11 to 15 because it will run Geant4 material recording also in the Calorimeter (which is on by default) in the ODD ... --------- Co-authored-by: Andreas Stefl <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This PR updates the open data detector to v4.0.1, which will enable it to built in Gen1-style and Gen2-style geometry. Small performance changes are expected, since v4.0.1 also contains a few tiny geometry fixes. This PR increases the 'examples' run time from 11 to 15 because it will run Geant4 material recording also in the Calorimeter (which is on by default) in the ODD ... --------- Co-authored-by: Andreas Stefl <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This PR updates the open data detector to v4.0.1, which will enable it to built in Gen1-style and Gen2-style geometry. Small performance changes are expected, since v4.0.1 also contains a few tiny geometry fixes. This PR increases the 'examples' run time from 11 to 15 because it will run Geant4 material recording also in the Calorimeter (which is on by default) in the ODD ... --------- Co-authored-by: Andreas Stefl <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This PR updates the open data detector to v4.0.1, which will enable it to built in Gen1-style and Gen2-style geometry.
Small performance changes are expected, since v4.0.1 also contains a few tiny geometry fixes.
This PR increases the 'examples' run time from 11 to 15 because it will run Geant4 material recording also in the Calorimeter (which is on by default) in the ODD ...