Skip to content

Commit

Permalink
[PWGCF] DptDpt - Efficiency and QC fixing linter errors on file name (#…
Browse files Browse the repository at this point in the history
…8796)

Co-authored-by: Victor <[email protected]>
  • Loading branch information
victor-gonzalez and Victor authored Dec 3, 2024
1 parent 29c7274 commit 3100ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ o2physics_add_dpl_workflow(identifiedbf-filter-qa
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(dptdpt-efficiency-and-qc
SOURCES dptdptEfficiencyAndQc.cxx
o2physics_add_dpl_workflow(dpt-dpt-efficiency-and-qc
SOURCES dptDptEfficiencyAndQc.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
COMPONENT_NAME Analysis)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

/// \file dptdptEfficiencyAndQc.cxx
/// \file dptDptEfficiencyAndQc.cxx
/// \brief Provides efficiency extraction and QC for track cuts and PID
/// \author [email protected]

Expand Down

0 comments on commit 3100ca1

Please sign in to comment.