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 8868390 commit 88a53deCopy full SHA for 88a53de
Tutorials/PWGLF/Utils/CMakeLists.txt
@@ -11,6 +11,6 @@
11
12
# PWGLF Utils tutorial
13
o2physics_add_dpl_workflow(collision-cuts-tutorial
14
- SOURCES collisionCuts.cxx
+ SOURCES collisionCutsTutorial.cxx
15
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::collisionCutsGroup
16
COMPONENT_NAME AnalysisTutorial)
Tutorials/PWGLF/Utils/collisionCuts.cxx …ls/PWGLF/Utils/collisionCutsTutorial.cxxTutorials/PWGLF/Utils/collisionCuts.cxx renamed to Tutorials/PWGLF/Utils/collisionCutsTutorial.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
///
-/// \file collisionCuts.cxx
+/// \file collisionCutsTutorial.cxx
/// \brief Tutorial: Using CollisionCutsGroup for automatic configurable registration
/// \author Bong-Hwi Lim <[email protected]>
/// \since 30/12/2024
0 commit comments