Skip to content

Commit 88a53de

Browse files
committed
update file name
1 parent 8868390 commit 88a53de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tutorials/PWGLF/Utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
# PWGLF Utils tutorial
1313
o2physics_add_dpl_workflow(collision-cuts-tutorial
14-
SOURCES collisionCuts.cxx
14+
SOURCES collisionCutsTutorial.cxx
1515
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::collisionCutsGroup
1616
COMPONENT_NAME AnalysisTutorial)

Tutorials/PWGLF/Utils/collisionCuts.cxx renamed to Tutorials/PWGLF/Utils/collisionCutsTutorial.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 collisionCuts.cxx
12+
/// \file collisionCutsTutorial.cxx
1313
/// \brief Tutorial: Using CollisionCutsGroup for automatic configurable registration
1414
/// \author Bong-Hwi Lim <bong-hwi.lim@cern.ch>
1515
/// \since 30/12/2024

0 commit comments

Comments
 (0)