From c1ab4bdf90cf04ca3d939c350c7a8d3daf9b5101 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 23 Jun 2025 08:46:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/TableProducer/twoTracksEventTableProducer.cxx | 10 +++++----- PWGUD/Tasks/testMCstdTabsRL.cxx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PWGUD/TableProducer/twoTracksEventTableProducer.cxx b/PWGUD/TableProducer/twoTracksEventTableProducer.cxx index fccb94becc0..0c99293b08d 100644 --- a/PWGUD/TableProducer/twoTracksEventTableProducer.cxx +++ b/PWGUD/TableProducer/twoTracksEventTableProducer.cxx @@ -31,6 +31,11 @@ #include "Framework/runDataProcessing.h" // O2Physics headers +#include "PWGUD/Core/SGSelector.h" +#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h" +#include "PWGUD/DataModel/TwoTracksEventTables.h" +#include "PWGUD/DataModel/UDTables.h" + #include "Common/CCDB/EventSelectionParams.h" #include "Common/Core/TrackSelection.h" #include "Common/Core/TrackSelectionDefaults.h" @@ -38,10 +43,6 @@ #include "Common/DataModel/EventSelection.h" #include "Common/DataModel/PIDResponse.h" #include "Common/DataModel/TrackSelectionTables.h" -#include "PWGUD/Core/SGSelector.h" -#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h" -#include "PWGUD/DataModel/TwoTracksEventTables.h" -#include "PWGUD/DataModel/UDTables.h" // ROOT #include "Math/Vector4D.h" @@ -756,4 +757,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) return WorkflowSpec{ adaptAnalysisTask(cfgc)}; } - diff --git a/PWGUD/Tasks/testMCstdTabsRL.cxx b/PWGUD/Tasks/testMCstdTabsRL.cxx index 6c3e27b92ad..34bd3085e64 100644 --- a/PWGUD/Tasks/testMCstdTabsRL.cxx +++ b/PWGUD/Tasks/testMCstdTabsRL.cxx @@ -76,8 +76,8 @@ struct TestMCstdTabsRL { histos.get(HIST("Events/Truth/hGenIDvsCountCollisions"))->Fill(collision.getGeneratorId(), 1); histos.get(HIST("Events/Truth/hGenIDvsNparticles"))->Fill(collision.getGeneratorId(), particles.size()); - - ROOT::Math::LorentzVector> mother; + + ROOT::Math::LorentzVector> mother; for (const auto& particle : particles) { histos.get(HIST("Events/Truth/hGenIDvsPDGcodesAll"))->Fill(collision.getGeneratorId(), particle.pdgCode()); // if (!particle.isPhysicalPrimary()) continue;