Skip to content

Commit f9b4e8b

Browse files
committed
Fix: Create FemtoNuclei directory
1 parent 902f743 commit f9b4e8b

7 files changed

Lines changed: 31 additions & 9 deletions

File tree

PWGCF/Femto/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
add_subdirectory(Core)
13-
add_subdirectory(DataModel)
1413
add_subdirectory(TableProducer)
1514
add_subdirectory(Tasks)
16-
# add_subdirectory(Utils)
15+
16+
add_subdirectory(FemtoNuclei)

PWGCF/Femto/Core/twoTrackResonanceBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "Framework/AnalysisHelpers.h"
3131
#include "Framework/Configurable.h"
3232

33-
#include "Math/Vector4Dfwd.h"
33+
#include "Math/Vector4D.h"
3434

3535
#include "fairlogger/Logger.h"
3636

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright 2019-2024 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
11+
12+
add_subdirectory(TableProducer)
File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2019-2025 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
11+
12+
o2physics_add_dpl_workflow(pinucleifemto
13+
SOURCES PiNucleiFemto.cxx
14+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
15+
COMPONENT_NAME Analysis)

PWGCF/Femto/TableProducer/PiNucleiFemto.cxx renamed to PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/// \author CMY
1616
/// \date 2025-04-10
1717

18-
#include "PWGCF/Femto/DataModel/PionNucleiTables.h"
18+
#include "PWGCF/Femto/FemtoNuclei/DataModel/PionNucleiTables.h"
1919
#include "PWGLF/DataModel/EPCalibrationTables.h"
2020
#include "PWGLF/DataModel/LFHypernucleiTables.h"
2121
#include "PWGLF/Utils/svPoolCreator.h"

PWGCF/Femto/TableProducer/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ o2physics_add_dpl_workflow(femto-producer
1313
SOURCES femtoProducer.cxx
1414
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
1515
COMPONENT_NAME Analysis)
16-
17-
o2physics_add_dpl_workflow(pinucleifemto
18-
SOURCES PiNucleiFemto.cxx
19-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
20-
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)