Skip to content

Commit

Permalink
PWGCF - add task for flow analysis with Generic Framework (#6462)
Browse files Browse the repository at this point in the history
* PWGCF - add flowGFPbPbTask.cxx based on flowGenericFramework.cxx

* Please consider the following formatting changes

* includes necessary merge changes

* New task for flow analysis based on GenericFramework task moved to PWGCF/Task

* Changed name to unique new name

* change filename in CMakelists.txt

* Please consider the following formatting changes

* Changed typo in .cxx filename

* removed white space

* Remove CMakeLists.txt from pull request

* Don't want to remove the file

* Removed all changes to CMakeList.txt (and removed it?)

* changed namespace, included common function for process functions and deleted commented lines

* Please consider the following formatting changes

* changed dt from template to function variable and implemented lamba function in ProcessTrack to handle common statements for data tracks and MC reconstruced

* Please consider the following formatting changes

---------

Co-authored-by: ALICE Action Bot <[email protected]>
  • Loading branch information
cnkoster and alibuild authored Jun 13, 2024
1 parent 9cf516e commit 96159ed
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 1 deletion.
8 changes: 7 additions & 1 deletion PWGCF/Flow/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ o2physics_add_dpl_workflow(flow-gfw-pbpb
SOURCES FlowGFWPbPb.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-zdc-task
SOURCES FlowZDCtask.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-gf
SOURCES flowAnalysisGF.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)
Loading

0 comments on commit 96159ed

Please sign in to comment.