Skip to content

Commit

Permalink
initial task for cascade global polarization
Browse files Browse the repository at this point in the history
  • Loading branch information
Prottay Das committed Jan 22, 2025
1 parent 127cea4 commit 5f5ffbb
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PWGLF/Tasks/Strangeness/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ o2physics_add_dpl_workflow(lambdapolsp
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(cascpolsp
SOURCES cascpolsp.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

Check failure on line 105 in PWGLF/Tasks/Strangeness/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.

o2physics_add_dpl_workflow(strangeness-in-jets

Check warning on line 107 in PWGLF/Tasks/Strangeness/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name strangeness-in-jets does not match its file name strangeness_in_jets.cxx. (Matches strangenessInJets.cxx.)
SOURCES strangeness_in_jets.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
Expand Down
Loading

0 comments on commit 5f5ffbb

Please sign in to comment.