-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] A correlation task for triplets (track-track-v0) in Pb–Pb collisions #12794
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
Changes from all commits
f429fdb
4071b1f
31663fc
e8c736c
27ca2db
680bf8f
72a496f
08c16f0
07a2d30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,52 +9,62 @@ | |
| # granted to it by virtue of its status as an Intergovernmental Organization | ||
| # or submit itself to any jurisdiction. | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-pair-track-track | ||
| SOURCES femtoDreamPairTaskTrackTrack.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-triplet-track-track-track | ||
|
Check failure on line 17 in PWGCF/FemtoDream/Tasks/CMakeLists.txt
|
||
| SOURCES femtoDreamTripletTaskTrackTrackTrack.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femto-dream-triplet-task-track-track-track-pb-pb | ||
| SOURCES femtoDreamTripletTaskTrackTrackTrackPbPb.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-pair-track-v0 | ||
| SOURCES femtoDreamPairTaskTrackV0.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-pair-track-cascade | ||
|
Check failure on line 32 in PWGCF/FemtoDream/Tasks/CMakeLists.txt
|
||
| SOURCES femtoDreamPairTaskTrackCascade.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-pair-casdcade-cascade | ||
|
Check failure on line 37 in PWGCF/FemtoDream/Tasks/CMakeLists.txt
|
||
| SOURCES femtodreamPairCascadeCascade.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-triplet-track-track-v0 | ||
|
Check failure on line 42 in PWGCF/FemtoDream/Tasks/CMakeLists.txt
|
||
| SOURCES femtoDreamTripletTaskTrackTrackV0.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femto-dream-triplet-task-track-track-v0-pb-pb | ||
| SOURCES femtoDreamTripletTaskTrackTrackV0PbPb.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
|
Comment on lines
+48
to
+51
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. Same here
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.
Although it seems this is a false positive or 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. I think the linter wants a hyphen at every location, where the upper case letter is. So it might want the task to be called femto-dream if femtoDream is in the source name.
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. ah sorry! I see now that Wiola's code is correct but the error message says different thing than the code. Indeed, @vkucera could you check please?
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. Hi @wrzesaCERN , your branch is missing some changes made in #12820 . Please rebase your branch and update the PR.
Contributor
Author
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. Hi, could you please let me know if now is fine for you? I tried to rebase it I don’t see any issue with “femto-dream-triplet-task-track-track-v0-pb-pb” in the CMakeLists, but I also have not seen that before in the output of that linear check. So maybe I’m simply not looking in the right place.
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, |
||
| o2physics_add_dpl_workflow(femtodream-debug-track | ||
| SOURCES femtoDreamDebugTrack.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-debug-v0 | ||
| SOURCES femtoDreamDebugV0.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-debug-cascade | ||
| SOURCES femtoDreamDebugCascade.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| o2physics_add_dpl_workflow(femtodream-collision-masker | ||
| SOURCES femtoDreamCollisionMasker.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
@@ -67,4 +77,4 @@ | |
| o2physics_add_dpl_workflow(femtodream-pair-v0-v0 | ||
| SOURCES femtoDreamPairTaskV0V0.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
| COMPONENT_NAME Analysis) | ||
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.
If you want your executable named as you said (
femtodream-triplet-track-track-track-pb-pb), followlinterrecommendation on how to name your source fileThere 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.
This is not part of her PR, the PbPb track track track task was done a few months ago by my student. I would suggest that Wiola fix only the linter related to her task.
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.
But it is now when it enters in the build machinery so is the proper time for renaming it or rename the executable name if so is decided