Skip to content

Commit 1c9775c

Browse files
committed
refactor: Rename PIDFeatureExtractor.cxx to pidFeatureExtractor.cxx and update CMakeLists.txt for ALICE O2 naming conventions
1 parent 4c16860 commit 1c9775c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tools/PIDFeatureExtractor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# or submit itself to any jurisdiction.
1111

1212
o2physics_add_dpl_workflow(pid-feature-extractor
13-
SOURCES PIDFeatureExtractor.cxx
13+
SOURCES pidFeatureExtractor.cxx
1414
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
1515
COMPONENT_NAME Analysis)

Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file PIDFeatureExtractor.cxx
12+
/// \file pidFeatureExtractor.cxx
1313
/// \brief Task to extract particle identification features from ALICE AO2D data for machine learning workflows
1414
/// \author Robert Forynski
1515

0 commit comments

Comments
 (0)