File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# or submit itself to any jurisdiction.
1111
1212add_subdirectory (Core )
13- add_subdirectory (DataModel )
1413add_subdirectory (TableProducer )
1514add_subdirectory (Tasks )
16- # add_subdirectory(Utils)
15+
16+ add_subdirectory (FemtoNuclei )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments