Skip to content

Commit b778652

Browse files
committed
PWGEM/Dilepton: add createResolutionMapDerived.cxx
1 parent 1549cd9 commit b778652

File tree

2 files changed

+573
-0
lines changed

2 files changed

+573
-0
lines changed

PWGEM/Dilepton/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ o2physics_add_dpl_workflow(create-resolution-map
4040
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::GlobalTracking
4141
COMPONENT_NAME Analysis)
4242

43+
o2physics_add_dpl_workflow(create-resolution-map-derived
44+
SOURCES createResolutionMapDerived.cxx
45+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGEMDileptonCore
46+
COMPONENT_NAME Analysis)
47+
4348
o2physics_add_dpl_workflow(test-bremsstrahlung
4449
SOURCES testBremsstrahlung.cxx
4550
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)