Skip to content

Commit 7b7cdf6

Browse files
committed
[PWGEM/Dilepton] add a v1 task
1 parent a3e3295 commit 7b7cdf6

2 files changed

Lines changed: 516 additions & 0 deletions

File tree

PWGEM/Dilepton/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ o2physics_add_dpl_workflow(dimuon-mc
115115
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGEMDileptonCore
116116
COMPONENT_NAME Analysis)
117117

118+
o2physics_add_dpl_workflow(dimuon-v1
119+
SOURCES dimuonV1.cxx
120+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGEMDileptonCore
121+
COMPONENT_NAME Analysis)
122+
118123
o2physics_add_dpl_workflow(associate-mccollision-to-collision
119124
SOURCES associateMCcollision.cxx
120125
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)