From 53694a174fca8aef6dc955f3cb5ff2bcaca5cdae Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 4 Dec 2025 11:09:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Core/UDFSParser.cxx | 7 ++++--- PWGUD/Core/UDGoodRunSelector.cxx | 10 ++++++---- PWGUD/DataModel/UDIndex.h | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/PWGUD/Core/UDFSParser.cxx b/PWGUD/Core/UDFSParser.cxx index 24f79322a5d..08c6b947ab2 100644 --- a/PWGUD/Core/UDFSParser.cxx +++ b/PWGUD/Core/UDFSParser.cxx @@ -9,13 +9,14 @@ // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. -#include "Framework/Logger.h" +#include "UDFSParser.h" + #include "CommonConstants/LHCConstants.h" #include "CommonDataFormat/BunchFilling.h" -#include "UDFSParser.h" +#include "Framework/Logger.h" -#include #include +#include // ----------------------------------------------------------------------------- UDFSParser::UDFSParser(const char* filename) diff --git a/PWGUD/Core/UDGoodRunSelector.cxx b/PWGUD/Core/UDGoodRunSelector.cxx index 4752dfb9102..c9c7d317ec7 100644 --- a/PWGUD/Core/UDGoodRunSelector.cxx +++ b/PWGUD/Core/UDGoodRunSelector.cxx @@ -9,15 +9,17 @@ // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. -#include +#include "PWGUD/Core/UDGoodRunSelector.h" + #include "Framework/Logger.h" + #include "rapidjson/document.h" #include "rapidjson/filereadstream.h" -#include "PWGUD/Core/UDGoodRunSelector.h" -#include -#include +#include #include +#include +#include class TFile; diff --git a/PWGUD/DataModel/UDIndex.h b/PWGUD/DataModel/UDIndex.h index f732a4ca62b..8a4a236c5af 100644 --- a/PWGUD/DataModel/UDIndex.h +++ b/PWGUD/DataModel/UDIndex.h @@ -20,6 +20,7 @@ #define PWGUD_DATAMODEL_UDINDEX_H_ #include "UDTables.h" + #include "Framework/AnalysisDataModel.h" namespace o2::aod {