From 883f8e5b22ddac4418a87bf59b3becbca9827e8b Mon Sep 17 00:00:00 2001 From: fchinu Date: Tue, 26 Nov 2024 17:09:41 +0100 Subject: [PATCH 1/2] Move file in cmakelist --- PWGHF/Tasks/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGHF/Tasks/CMakeLists.txt b/PWGHF/Tasks/CMakeLists.txt index f4310d91ccb..ed5d3307c27 100644 --- a/PWGHF/Tasks/CMakeLists.txt +++ b/PWGHF/Tasks/CMakeLists.txt @@ -9,6 +9,11 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +o2physics_add_dpl_workflow(correlate-estimator-dn-deta + SOURCES correlateEstimatorDnDeta.cxx + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore + COMPONENT_NAME Analysis) + o2physics_add_dpl_workflow(task-charm-had-impact-par SOURCES taskCharmHadImpactPar.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore @@ -43,8 +48,3 @@ o2physics_add_dpl_workflow(task-mc-validation # SOURCES taskSelOptimisation.cxx # PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore # COMPONENT_NAME Analysis) - -o2physics_add_dpl_workflow(correlate-estimator-dn-deta - SOURCES correlateEstimatorDnDeta.cxx - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore - COMPONENT_NAME Analysis) From 17cdce413c4b029bbc23a04d996fe43e1e5cf439 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 26 Nov 2024 16:16:43 +0000 Subject: [PATCH 2/2] Please consider the following formatting changes --- PWGHF/Tasks/correlateEstimatorDnDeta.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/Tasks/correlateEstimatorDnDeta.cxx b/PWGHF/Tasks/correlateEstimatorDnDeta.cxx index da85ca0cec0..dc3a8b87cf6 100644 --- a/PWGHF/Tasks/correlateEstimatorDnDeta.cxx +++ b/PWGHF/Tasks/correlateEstimatorDnDeta.cxx @@ -30,8 +30,8 @@ using namespace o2::framework::expressions; struct CorrelateEstimatorDnDeta { HistogramRegistry registry{"registry", {}}; -static constexpr int8_t nEstimators = 8; -static constexpr std::array estimatorsNames = {"FV0A", "FT0A", "FT0C", "FT0M", "FDDA", "FDDC", "FDDM", "NTPV"}; + static constexpr int8_t nEstimators = 8; + static constexpr std::array estimatorsNames = {"FV0A", "FT0A", "FT0C", "FT0M", "FDDA", "FDDC", "FDDM", "NTPV"}; std::vector consideredParticles = { kElectron,