Skip to content

Commit 01a587c

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

File tree

6 files changed

+1215
-4
lines changed

6 files changed

+1215
-4
lines changed

PWGCF/GenericFramework/Core/GFW.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
#include "GFW.h"
1313

14+
#include <cstdio>
15+
#include <string>
16+
#include <utility>
17+
#include <vector>
18+
1419
using std::complex;
1520
using std::pair;
1621
using std::string;

PWGCF/GenericFramework/Core/GFW.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818

1919
#include "GFWCumulant.h"
2020
#include "GFWPowerArray.h"
21-
#include <vector>
22-
#include <string>
23-
#include <utility>
21+
2422
#include <algorithm>
2523
#include <complex>
24+
#include <cstdio>
25+
#include <string>
26+
#include <utility>
27+
#include <vector>
2628

2729
class GFW
2830
{

PWGCF/GenericFramework/Core/GFWCumulant.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#include "GFWCumulant.h"
1313

14+
#include <vector>
15+
1416
using std::complex;
1517
using std::vector;
1618

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)