We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73854 commit a93e92cCopy full SHA for a93e92c
ALICE3/TableProducer/OTF/CMakeLists.txt
@@ -23,3 +23,8 @@ o2physics_add_dpl_workflow(onthefly-richpid
23
SOURCES onTheFlyRichPid.cxx
24
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2::ReconstructionDataFormats O2::DetectorsCommonDataFormats O2Physics::ALICE3Core
25
COMPONENT_NAME Analysis)
26
+
27
+o2physics_add_dpl_workflow(onthefly-trkpid
28
+ SOURCES onTheFlyTrackerPid.cxx
29
+ PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2::ReconstructionDataFormats O2::DetectorsCommonDataFormats O2Physics::ALICE3Core
30
+ COMPONENT_NAME Analysis)
0 commit comments