Skip to content

Commit

Permalink
PWGHF: Charm hadron flow task (AliceO2Group#3861)
Browse files Browse the repository at this point in the history
* Adding scalar product task for D+ and Ds

* Updating ScalarProduct task; Adding amplitude info in Qvector table; Adding SP function in CMakeLists

* Fix typo

* Updating architecture of charm hadron flow task

* Renaming histos and configurables

* Removing unused function and cleaning  functions info

* Moving task in D2H/Task folder

* Adding process function for event plane resolution computation; Adjusitng THnsparse for flow analyses; adapting task to q vectors table updates

* Fixing MegaLinter

* Implementing corrections to taskFlowCharmHadrons

* Adding SP resolution

* Fixing whitespace

* Fixing process func. name

* Update PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

---------

Co-authored-by: Fabio Catalano <[email protected]>
  • Loading branch information
stefanopolitano and fcatalan92 authored Dec 21, 2023
1 parent ae0bb06 commit 3be7757
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PWGHF/D2H/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ o2physics_add_dpl_workflow(task-xicc
SOURCES taskXicc.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(task-flow-charm-hadrons
SOURCES taskFlowCharmHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Loading

0 comments on commit 3be7757

Please sign in to comment.