Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 680
PWGHF: Add KFParticle to D0 creator#3046
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
5a30ceb7f14ead7d25e110d01475f8140e60ae8a1f5bf3cb1594ee2d76117d4c4bd5828867c6fbbd85d8498e15894279bbee6315dd6214c0f206832adf51db8ef882c79f7ef2788031641d2345bb0e581a4c00a011be4ea57101d3784ca99f2ba84549dcd39004d84e108f458502bbf9a603281e5c4a400a47e7c845a2f20c55d57da7f9515dc95fbe8a71eab03deb644304cd55ba45d04543674ea01a5File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -25,7 +25,7 @@ o2physics_add_dpl_workflow(refit-pv-dummy | ||
| o2physics_add_dpl_workflow(candidate-creator-2prong | ||
| SOURCES candidateCreator2Prong.cxx | ||
| PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter | ||
| PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle | ||
Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How much extra memory does linking the new library cost? ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I compared on the residentSetSize from performanceMetrics.json between using the Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So you mean 20 MB extra in total? ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I compared the Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for checking! | ||
| COMPONENT_NAME Analysis) | ||
| o2physics_add_dpl_workflow(candidate-creator-3prong | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.