We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5682721 commit 1af883fCopy full SHA for 1af883f
2 files changed
PWGLF/TableProducer/Nuspex/CMakeLists.txt
@@ -44,6 +44,11 @@ o2physics_add_dpl_workflow(nuclei-spectra
44
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase O2Physics::EventFilteringUtils
45
COMPONENT_NAME Analysis)
46
47
+o2physics_add_dpl_workflow(deuteron-in-triggered-events
48
+ SOURCES deuteronInTriggeredEvents.cxx
49
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2::DetectorsBase O2Physics::EventFilteringUtils
50
+ COMPONENT_NAME Analysis)
51
+
52
o2physics_add_dpl_workflow(spectra-derived
53
SOURCES spectraDerivedMaker.cxx
54
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
0 commit comments