From 8406a712ebccfef01544aee19fa534129d58125b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Feb 2026 18:17:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/Dilepton/TableProducer/treeCreatorMuonML.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGEM/Dilepton/TableProducer/treeCreatorMuonML.cxx b/PWGEM/Dilepton/TableProducer/treeCreatorMuonML.cxx index 62c0fcb2691..da883831bc2 100644 --- a/PWGEM/Dilepton/TableProducer/treeCreatorMuonML.cxx +++ b/PWGEM/Dilepton/TableProducer/treeCreatorMuonML.cxx @@ -14,16 +14,16 @@ // This code will create data table for inputs to machine learning for electrons. // Please write to: daiki.sekihata@cern.ch -#include "PWGEM/Dilepton/DataModel/lmeeMLTables.h" - -#include "Common/Core/TrackSelection.h" -#include "Common/Core/fwdtrackUtilities.h" -#include "Common/DataModel/EventSelection.h" #include "Common/Core/CollisionTypeHelper.cxx" +#include "PWGEM/Dilepton/DataModel/lmeeMLTables.h" + #include "Common/CCDB/RCTSelectionFlags.h" #include "Common/CCDB/ctpRateFetcher.h" #include "Common/Core/RecoDecay.h" +#include "Common/Core/TrackSelection.h" +#include "Common/Core/fwdtrackUtilities.h" +#include "Common/DataModel/EventSelection.h" #include "CCDB/BasicCCDBManager.h" #include "CommonConstants/PhysicsConstants.h"