Skip to content

Commit bb4ab09

Browse files
committed
First attempt to refactoring
1 parent cfc23d1 commit bb4ab09

File tree

6 files changed

+1394
-2
lines changed

6 files changed

+1394
-2
lines changed

PWGLF/Tasks/Strangeness/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,21 @@ o2physics_add_dpl_workflow(phik0shortanalysis
8989
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
9090
COMPONENT_NAME Analysis)
9191

92+
o2physics_add_dpl_workflow(phi-meson-cand-producer
93+
SOURCES testProducer1.cxx
94+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
95+
COMPONENT_NAME Analysis)
96+
97+
o2physics_add_dpl_workflow(phi-meson-sel-collision
98+
SOURCES testProducer2.cxx
99+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
100+
COMPONENT_NAME Analysis)
101+
102+
o2physics_add_dpl_workflow(phi-strangeness-correlation
103+
SOURCES testConsumer.cxx
104+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
105+
COMPONENT_NAME Analysis)
106+
92107
o2physics_add_dpl_workflow(lambdapolarization
93108
SOURCES lambdapolarization.cxx
94109
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore

PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
#include <cmath>
5858
#include <cstdlib>
5959
#include <string>
60+
#include <type_traits>
6061
#include <utility>
6162
#include <vector>
6263

@@ -3483,6 +3484,5 @@ struct Phik0shortanalysis {
34833484

34843485
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
34853486
{
3486-
return WorkflowSpec{
3487-
adaptAnalysisTask<Phik0shortanalysis>(cfgc)};
3487+
return WorkflowSpec{adaptAnalysisTask<Phik0shortanalysis>(cfgc)};
34883488
}

0 commit comments

Comments
 (0)