There was an error while loading. Please reload this page.
1 parent fbbe848 commit 7f72e7bCopy full SHA for 7f72e7b
2 files changed
PWGMM/Lumi/Tasks/CMakeLists.txt
@@ -17,6 +17,14 @@ o2physics_add_dpl_workflow(lumi
17
O2::DetectorsCommonDataFormats
18
O2::DetectorsVertexing
19
COMPONENT_NAME Analysis)
20
+o2physics_add_dpl_workflow(lumivertex
21
+ SOURCES lumiVertex.cxx
22
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCCDB O2Physics::AnalysisCore
23
+ O2::ReconstructionDataFormats
24
+ O2::DetectorsBase
25
+ O2::DetectorsCommonDataFormats
26
+ O2::DetectorsVertexing
27
+ COMPONENT_NAME Analysis)
28
o2physics_add_dpl_workflow(lumifddft0
29
SOURCES LumiFDDFT0.cxx
30
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
0 commit comments