We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640fa70 commit 189095dCopy full SHA for 189095d
2 files changed
PWGEM/Dilepton/Tasks/CMakeLists.txt
@@ -55,6 +55,11 @@ o2physics_add_dpl_workflow(table-reader-barrel
55
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::PWGDQCore
56
COMPONENT_NAME Analysis)
57
58
+o2physics_add_dpl_workflow(create-ttp
59
+ SOURCES createTTP.cxx
60
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
61
+ COMPONENT_NAME Analysis)
62
+
63
o2physics_add_dpl_workflow(event-qc
64
SOURCES eventQC.cxx
65
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::EventFilteringUtils
0 commit comments