Skip to content

Commit 04ddea4

Browse files
committed
Copy derivedDataCreatorBplusToD0Pi
1 parent a578a67 commit 04ddea4

File tree

2 files changed

+464
-5
lines changed

2 files changed

+464
-5
lines changed

PWGHF/TableProducer/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,18 +320,24 @@ o2physics_add_dpl_workflow(derived-data-creator-dplus-to-pi-k-pi
320320
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
321321
COMPONENT_NAME Analysis)
322322

323+
o2physics_add_dpl_workflow(derived-data-creator-dstar-to-d0-pi
324+
SOURCES derivedDataCreatorDstarToD0Pi.cxx
325+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
326+
COMPONENT_NAME Analysis)
327+
323328
o2physics_add_dpl_workflow(derived-data-creator-lc-to-p-k-pi
324329
SOURCES derivedDataCreatorLcToPKPi.cxx
325330
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
326331
COMPONENT_NAME Analysis)
327332

328-
o2physics_add_dpl_workflow(derived-data-creator-dstar-to-d0-pi
329-
SOURCES derivedDataCreatorDstarToD0Pi.cxx
333+
o2physics_add_dpl_workflow(derived-data-creator-xic-to-xi-pi-pi
334+
SOURCES derivedDataCreatorXicToXiPiPi.cxx
330335
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
331336
COMPONENT_NAME Analysis)
337+
332338
# Converters
333339

334340
o2physics_add_dpl_workflow(converter-dstar-indices
335-
SOURCES converterDstarIndices.cxx
336-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
337-
COMPONENT_NAME Analysis)
341+
SOURCES converterDstarIndices.cxx
342+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
343+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)