From f4a0c7446325d45841f14cd9eae5f5b3df61eb7d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 28 Nov 2025 19:13:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/Utils/utilsEvSelHf.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PWGHF/Utils/utilsEvSelHf.h b/PWGHF/Utils/utilsEvSelHf.h index 3846c028092..f520fd5f476 100644 --- a/PWGHF/Utils/utilsEvSelHf.h +++ b/PWGHF/Utils/utilsEvSelHf.h @@ -18,21 +18,20 @@ #ifndef PWGHF_UTILS_UTILSEVSELHF_H_ #define PWGHF_UTILS_UTILSEVSELHF_H_ - #include "PWGHF/Core/CentralityEstimation.h" // #include "PWGUD/Core/SGCutParHolder.h" #include "PWGUD/Core/SGSelector.h" -#include "CCDB/BasicCCDBManager.h" #include "Common/CCDB/EventSelectionParams.h" #include "Common/CCDB/RCTSelectionFlags.h" #include "Common/CCDB/ctpRateFetcher.h" #include "Common/Core/CollisionTypeHelper.h" #include "Common/Core/Zorro.h" #include "Common/Core/ZorroSummary.h" -#include "DataFormatsParameters/GRPLHCIFData.h" +#include "CCDB/BasicCCDBManager.h" +#include "DataFormatsParameters/GRPLHCIFData.h" #include #include #include @@ -272,7 +271,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup { // we initialise IR fetcher if (!irSource.value.empty()) { - irSourceForCptFetcher = irSource.value; + irSourceForCptFetcher = irSource.value; } }