Skip to content

Commit 3100ca1

Browse files
victor-gonzalezVictor
andauthored
[PWGCF] DptDpt - Efficiency and QC fixing linter errors on file name (#8796)
Co-authored-by: Victor <victor@cern.ch>
1 parent 29c7274 commit 3100ca1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ o2physics_add_dpl_workflow(identifiedbf-filter-qa
3333
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
3434
COMPONENT_NAME Analysis)
3535

36-
o2physics_add_dpl_workflow(dptdpt-efficiency-and-qc
37-
SOURCES dptdptEfficiencyAndQc.cxx
36+
o2physics_add_dpl_workflow(dpt-dpt-efficiency-and-qc
37+
SOURCES dptDptEfficiencyAndQc.cxx
3838
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
3939
COMPONENT_NAME Analysis)
4040

PWGCF/TwoParticleCorrelations/Tasks/dptdptEfficiencyAndQc.cxx renamed to PWGCF/TwoParticleCorrelations/Tasks/dptDptEfficiencyAndQc.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 dptdptEfficiencyAndQc.cxx
12+
/// \file dptDptEfficiencyAndQc.cxx
1313
/// \brief Provides efficiency extraction and QC for track cuts and PID
1414
/// \author victor.gonzalez.sebastian@gmail.com
1515

0 commit comments

Comments
 (0)