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 4c16860 commit 1c9775cCopy full SHA for 1c9775c
Tools/PIDFeatureExtractor/CMakeLists.txt
@@ -10,6 +10,6 @@
10
# or submit itself to any jurisdiction.
11
12
o2physics_add_dpl_workflow(pid-feature-extractor
13
- SOURCES PIDFeatureExtractor.cxx
+ SOURCES pidFeatureExtractor.cxx
14
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
15
COMPONENT_NAME Analysis)
Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
-/// \file PIDFeatureExtractor.cxx
+/// \file pidFeatureExtractor.cxx
/// \brief Task to extract particle identification features from ALICE AO2D data for machine learning workflows
/// \author Robert Forynski
0 commit comments