Skip to content

Commit 5eae825

Browse files
authored
[PWGHF] Fix names of Omegac0 tree creator files (#11174)
1 parent 8dc2e82 commit 5eae825

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PWGHF/TableProducer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ o2physics_add_dpl_workflow(tree-creator-omegac-st
250250
COMPONENT_NAME Analysis)
251251

252252
o2physics_add_dpl_workflow(tree-creator-omegac0-to-omega-ka
253-
SOURCES treeCreatorOmegacToOmegaKa.cxx
253+
SOURCES treeCreatorOmegac0ToOmegaKa.cxx
254254
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
255255
COMPONENT_NAME Analysis)
256256

257257
o2physics_add_dpl_workflow(tree-creator-omegac0-to-omega-pi
258-
SOURCES treeCreatorOmegacToOmegaPi.cxx
258+
SOURCES treeCreatorOmegac0ToOmegaPi.cxx
259259
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
260260
COMPONENT_NAME Analysis)
261261

PWGHF/TableProducer/treeCreatorOmegacToOmegaKa.cxx renamed to PWGHF/TableProducer/treeCreatorOmegac0ToOmegaKa.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 treeCreatorOmegacToOmegaKa.cxx
12+
/// \file treeCreatorOmegac0ToOmegaKa.cxx
1313
/// \brief Writer of the omegac0 to Omega Ka candidates in the form of flat tables to be stored in TTrees.
1414
/// In this file are defined and filled the output tables
1515
///

PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx renamed to PWGHF/TableProducer/treeCreatorOmegac0ToOmegaPi.cxx

Lines changed: 2 additions & 2 deletions
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 treeCreatorOmegacToOmegaPi.cxx
12+
/// \file treeCreatorOmegac0ToOmegaPi.cxx
1313
/// \brief Writer of the omegac0 to Omega Pi candidates in the form of flat tables to be stored in TTrees.
1414
/// In this file are defined and filled the output tables
1515
///
@@ -217,7 +217,7 @@ DECLARE_SOA_TABLE(HfKfOmegacLites, "AOD", "HFKFOMEGACLITE",
217217
} // namespace o2::aod
218218

219219
/// Writes the full information in an output TTree
220-
struct HfTreeCreatorOmegacToOmegaPi {
220+
struct HfTreeCreatorOmegacToOmegaPi { // FIXME: Rename to HfTreeCreatorOmegac0ToOmegaPi
221221

222222
Produces<o2::aod::HfOmegac0ToOmegaPiLites> rowCandidateLite;
223223
Produces<o2::aod::HfKfOmegacFulls> rowKfCandidateFull;

0 commit comments

Comments
 (0)