From dd5720e4ecb2e94bdb17f7ac86e89d8638204062 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 8 Aug 2025 14:32:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx b/PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx index 23407d050dd..fda87265b3c 100644 --- a/PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx +++ b/PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx @@ -14,11 +14,12 @@ // This code runs loop over ULS ee pars for virtual photon QC. // Please write to: daiki.sekihata@cern.ch -#include "Framework/runDataProcessing.h" -#include "Framework/AnalysisTask.h" -#include "Framework/ASoAHelpers.h" #include "PWGEM/Dilepton/DataModel/dileptonTables.h" +#include "Framework/ASoAHelpers.h" +#include "Framework/AnalysisTask.h" +#include "Framework/runDataProcessing.h" + using namespace o2; using namespace o2::aod; using namespace o2::framework;