From 62194f5ce22d07d70abe85e8e2bf277e409244ea Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 3 May 2026 21:31:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../ALICE3GlobalReconstruction/GPUExternalAllocator.h | 3 ++- .../include/ALICE3GlobalReconstruction/TimeFrameMixin.h | 8 ++++---- .../GlobalReconstruction/workflow/src/TrackerSpec.cxx | 2 -- .../reconstruction/include/TRKReconstruction/Clusterer.h | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/GPUExternalAllocator.h b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/GPUExternalAllocator.h index 62683b8185943..e873931a5a46c 100644 --- a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/GPUExternalAllocator.h +++ b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/GPUExternalAllocator.h @@ -38,7 +38,8 @@ class GPUExternalAllocator final : public o2::its::ExternalAllocator void releaseAll(); private: - enum class AllocationSpace { Host, Device }; + enum class AllocationSpace { Host, + Device }; struct AllocationMeta { AllocationSpace space; diff --git a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/TimeFrameMixin.h b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/TimeFrameMixin.h index fb589874b24d9..1d45ec812ab8f 100644 --- a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/TimeFrameMixin.h +++ b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/include/ALICE3GlobalReconstruction/TimeFrameMixin.h @@ -533,10 +533,10 @@ void TimeFrameMixin::addTruthSeedingVertices(gsl::span(rofLength)}); vert.setNContributors(std::max(1L, std::ranges::count_if( - mcReader.getTracks(iSrc, iEve), - [](const auto& trk) { - return trk.isPrimary() && trk.GetPt() > 0.05 && std::abs(trk.GetEta()) < 1.1; - }))); + mcReader.getTracks(iSrc, iEve), + [](const auto& trk) { + return trk.isPrimary() && trk.GetPt() > 0.05 && std::abs(trk.GetEta()) < 1.1; + }))); vert.setXYZ((float)eve.GetX(), (float)eve.GetY(), (float)eve.GetZ()); vert.setChi2(1); constexpr float cov = 50e-9f; diff --git a/Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/src/TrackerSpec.cxx b/Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/src/TrackerSpec.cxx index ba3d1977bf1d0..8f85bbbf5c221 100644 --- a/Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/src/TrackerSpec.cxx +++ b/Detectors/Upgrades/ALICE3/GlobalReconstruction/workflow/src/TrackerSpec.cxx @@ -211,8 +211,6 @@ std::vector TrackerDPL::createTrackingParamsFromCon } }; - - if (mHitRecoConfig.contains("trackingparams") && mHitRecoConfig["trackingparams"].is_array()) { loadTrackingParamsFromJson(trackingParams, mHitRecoConfig["trackingparams"]); } else if (mClusterRecoConfig.contains("trackingparams") && mClusterRecoConfig["trackingparams"].is_array()) { diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h index d96b2ecc5af00..3d30eb5068efe 100644 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h +++ b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h @@ -173,7 +173,7 @@ class Clusterer std::vector* clusterMC2ROFs = nullptr); static o2::math_utils::Point3D getClusterLocalCoordinates(const Cluster& cluster, const uint8_t* patt, - float yPlaneMLOT = 0.f) noexcept; + float yPlaneMLOT = 0.f) noexcept; protected: int mNHugeClus = 0;