Skip to content

Commit 862495e

Browse files
authored
[PWGEM/Dilepton] add createResolutionMapDerived.cxx (#15337)
1 parent 50b7696 commit 862495e

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)