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 9a57888 commit 04678d2Copy full SHA for 04678d2
Tools/PIDFeatureExtractor/CMakeLists.txt
@@ -9,8 +9,7 @@
9
# granted to it by virtue of its status as an Intergovernmental Organization
10
# or submit itself to any jurisdiction.
11
12
-# PID feature extractor
13
-o2physics_add_dpl_workflow(my-example-task-pid-feature-extractor
14
- SOURCES PIDFeatureExtractor/PIDFeatureExtractor.cxx
15
- PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
16
- COMPONENT_NAME AnalysisTutorial)
+o2physics_add_dpl_workflow(pid-feature-extractor
+ SOURCES PIDFeatureExtractor.cxx
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
+ COMPONENT_NAME Analysis)
0 commit comments