From dceec28da8a37712e0491c3a72a6b03d001a5860 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 21 Jun 2023 18:19:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/Tasks/taskFlow.cxx | 2 +- PWGHF/TableProducer/candidateCreatorDstar.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGHF/HFC/Tasks/taskFlow.cxx b/PWGHF/HFC/Tasks/taskFlow.cxx index 8d95879b7c4..7f01ee0f88c 100644 --- a/PWGHF/HFC/Tasks/taskFlow.cxx +++ b/PWGHF/HFC/Tasks/taskFlow.cxx @@ -113,7 +113,7 @@ struct HfTaskFlow { void init(o2::framework::InitContext&) { // EVENT HISTOGRAMS - constexpr int kNBinsEvents = 3; + constexpr int kNBinsEvents = 3; registry.add("hEventCounter", "hEventCounter", {HistType::kTH1F, {{kNBinsEvents, 0.5, 0.5 + kNBinsEvents}}}); // set axes of the event counter histogram std::string labels[kNBinsEvents]; diff --git a/PWGHF/TableProducer/candidateCreatorDstar.cxx b/PWGHF/TableProducer/candidateCreatorDstar.cxx index 972d32cccec..578a85501a3 100644 --- a/PWGHF/TableProducer/candidateCreatorDstar.cxx +++ b/PWGHF/TableProducer/candidateCreatorDstar.cxx @@ -14,7 +14,6 @@ /// /// \author Vít Kučera , CERN - // #include "Common/Core/trackUtilities.h" // #include "DetectorsVertexing/DCAFitterN.h" #include "Framework/AnalysisTask.h"