Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 679
PWGHF: Adding reduced data model for Ds resonances#4783
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
3e9ca754c0b6b41f97b0c7040f6a4ba1ec910b64df3e480a5b37bcf2c94ae2faa7643f8e71aa13965c4206ed8deec3f217afe0981f22d8c2d437911981c14e4de8a79bf7d2cd70e430a44dbb0784ec937c271ed21c3a4ad07996e3368d56cb50b50964a12f6dec053af4e46b1c76c074e3e9117File 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 |
|---|---|---|
| @@ -45,3 +45,8 @@ o2physics_add_dpl_workflow(data-creator-dplus-pi-reduced | ||
| PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter | ||
| COMPONENT_NAME Analysis) | ||
| o2physics_add_dpl_workflow(data-creator-d-v0-reduced | ||
| SOURCES dataCreatorDV0Reduced.cxx | ||
| PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter | ||
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. Where do you use | ||
| COMPONENT_NAME Analysis) | ||
Uh oh!
There was an error while loading. Please reload this page.
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.
The type and getter should differ only by the first letter capitalisation. (Can be fixed in another PR.)
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.
Btw,
cosPAorcpawould be better, sincecosPis missing theA.