Skip to content

Commit 6841a7e

Browse files
committed
add dedicated GFW task for light-ion runs
1 parent fbde5fd commit 6841a7e

File tree

6 files changed

+1209
-1
lines changed

6 files changed

+1209
-1
lines changed

PWGCF/GenericFramework/Core/GFW.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFW.h"
13+
#include <cstdio>
14+
#include <utility>
15+
#include <vector>
16+
#include <string>
1317

1418
using std::complex;
1519
using std::pair;

PWGCF/GenericFramework/Core/GFW.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <utility>
2424
#include <algorithm>
2525
#include <complex>
26+
#include <cstdio>
2627

2728
class GFW
2829
{

PWGCF/GenericFramework/Core/GFWCumulant.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFWCumulant.h"
13+
#include <vector>
1314

1415
using std::complex;
1516
using std::vector;

PWGCF/GenericFramework/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ o2physics_add_dpl_workflow(flow-generic-framework
1313
SOURCES flowGenericFramework.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
1515
COMPONENT_NAME Analysis)
16+
17+
o2physics_add_dpl_workflow(flow-gfw-light-ions
18+
SOURCES flowGFWLightIons.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
20+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)