-
Notifications
You must be signed in to change notification settings - Fork 615
[PWGHF,PWGJE] Add D* spin alignment jet analysis task #12436
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
Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c29613e
first try
Mingze129 2800c82
data should be fine but mc....
Mingze129 c67f901
data and Reco Mc only
Mingze129 516243c
Please consider the following formatting changes
alibuild 0eab99f
Merge pull request #20 from alibuild/alibot-cleanup-12436
Mingze129 ad676a6
update
Mingze129 7a6fb05
updating jet derived data producer
Mingze129 62e108d
fixing O2 Linter error
Mingze129 9720849
update
Mingze129 775dbbe
update
Mingze129 745c58a
change the name of main struct
Mingze129 4595da2
update
Mingze129 48805af
minor enhancement
Mingze129 296fcfb
minor enhancement
Mingze129 5828969
Please consider the following formatting changes
alibuild cabff5f
Merge pull request #21 from alibuild/alibot-cleanup-12436
Mingze129 6d359d1
minor update
Mingze129 77f9bea
using existing constant
Mingze129 4c52432
Update PWGHF/HFJ/Tasks/taskDstarPolarisationInJet.cxx
Mingze129 59da246
update
Mingze129 963cb8f
Please consider the following formatting changes
alibuild c828e74
Merge pull request #22 from alibuild/alibot-cleanup-12436
Mingze129 427f3ca
update
Mingze129 ce1b31b
update
Mingze129 349f5bf
update
Mingze129 6f2df99
update
Mingze129 f76894e
new update
Mingze129 9878b6a
use lowerCamelCase
Mingze129 a04eb65
Please consider the following formatting changes
alibuild 28bb7de
Merge pull request #23 from alibuild/alibot-cleanup-12436
Mingze129 be51264
Merge branch 'master' into jetdstar
Mingze129 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Copyright 2019-2020 CERN and copyright holders of ALICE O2. | ||
| # See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. | ||
| # All rights not expressly granted are reserved. | ||
| # | ||
| # This software is distributed under the terms of the GNU General Public | ||
| # License v3 (GPL Version 3), copied verbatim in the file "COPYING". | ||
| # | ||
| # In applying this license CERN does not waive the privileges and immunities | ||
| # granted to it by virtue of its status as an Intergovernmental Organization | ||
| # or submit itself to any jurisdiction. | ||
|
|
||
| o2physics_add_dpl_workflow(task-dstar-polarisation-in-jet | ||
| SOURCES taskDstarPolarisationInJet.cxx | ||
| PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore | ||
| COMPONENT_NAME Analysis) | ||
|
|
||
| include_directories(${CMAKE_CURRENT_SOURCE_DIR}/PWGJE/Core) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think in the end the new task should go in the PWGJE directory, since it's input are JE tables.