Skip to content

Commit 7f72e7b

Browse files
committed
Add new codes for vertex based vdM scan analyses
1 parent fbbe848 commit 7f72e7b

2 files changed

Lines changed: 765 additions & 0 deletions

File tree

PWGMM/Lumi/Tasks/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ o2physics_add_dpl_workflow(lumi
1717
O2::DetectorsCommonDataFormats
1818
O2::DetectorsVertexing
1919
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)
2028
o2physics_add_dpl_workflow(lumifddft0
2129
SOURCES LumiFDDFT0.cxx
2230
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)