We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313705e commit 70885f5Copy full SHA for 70885f5
2 files changed
PWGEM/Dilepton/Tasks/CMakeLists.txt
@@ -34,3 +34,8 @@ o2physics_add_dpl_workflow(smearing
34
SOURCES smearing.cxx
35
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
36
COMPONENT_NAME Analysis)
37
+
38
+o2physics_add_dpl_workflow(table-reader-barrel
39
+ SOURCES tableReaderBarrel.cxx
40
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
41
+ COMPONENT_NAME Analysis)
0 commit comments