Skip to content

Commit de71671

Browse files
author
MaximVirta
committed
[PWGCF] V02 analysis initial commit
1 parent 9317b20 commit de71671

2 files changed

Lines changed: 781 additions & 0 deletions

File tree

PWGCF/GenericFramework/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ o2physics_add_dpl_workflow(flow-gfw-light-ions
1818
SOURCES flowGfwLightIons.cxx
1919
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
2020
COMPONENT_NAME Analysis)
21+
22+
o2physics_add_dpl_workflow(flow-gfw-v02
23+
SOURCES flowGfwV02.cxx
24+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
25+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)