From b46cf3a86796ac5e78115151ba2802c371ee1140 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 2 Mar 2026 09:38:58 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/TRK/macros/test/CheckClusters.C | 6 ++---- .../reconstruction/include/TRKReconstruction/Clusterer.h | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckClusters.C b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckClusters.C index f8387b72b1051..327577102d86e 100644 --- a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckClusters.C +++ b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckClusters.C @@ -38,8 +38,6 @@ #include "Framework/Logger.h" #endif - - void CheckClusters(const std::string& clusfile = "o2clus_trk.root", const std::string& hitfile = "o2sim_HitsTRK.root", const std::string& inputGeom = "o2sim_geometry.root", @@ -114,8 +112,8 @@ void CheckClusters(const std::string& clusfile = "o2clus_trk.root", // // ────────────────────────────────────────────────────────────────────────── const float halfThicknessMLOT = o2::trk::SegmentationChip::SiliconThicknessMLOT / 2.f; - const float yPlaneVD = (float)o2::trk::constants::alice3resp::responseYShift; // VD: collection plane 5 µm inside outer (entry) face in flat local frame - const float yPlaneMLOT = halfThicknessMLOT - depthMax; // MLOT: entry @ +halfThick, collection depthMax below entry + const float yPlaneVD = (float)o2::trk::constants::alice3resp::responseYShift; // VD: collection plane 5 µm inside outer (entry) face in flat local frame + const float yPlaneMLOT = halfThicknessMLOT - depthMax; // MLOT: entry @ +halfThick, collection depthMax below entry LOGP(info, "Response depthMax = {:.4f} cm | VD Y-plane = {:.4f} cm | ML/OT Y-plane = {:.4f} cm", depthMax, yPlaneVD, yPlaneMLOT); diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h index 38a11b43ec8eb..abddafa312fb9 100644 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h +++ b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/Clusterer.h @@ -90,8 +90,8 @@ class Clusterer // column buffers (pre-cluster state); extra sentinel entries at [0] and [size-1] int* column1 = nullptr; int* column2 = nullptr; - int* curr = nullptr; ///< current column pre-cluster indices - int* prev = nullptr; ///< previous column pre-cluster indices + int* curr = nullptr; ///< current column pre-cluster indices + int* prev = nullptr; ///< previous column pre-cluster indices int size = constants::moduleMLOT::chip::nRows + 2; ///< reallocated per chip in initChip // pixels[i] = {next_in_chain, global_digit_index} @@ -101,7 +101,7 @@ class Clusterer uint16_t currCol = 0xffff; bool noLeftCol = true; - std::array labelsBuff; ///< MC label buffer for one cluster + std::array labelsBuff; ///< MC label buffer for one cluster std::vector> pixArrBuff; ///< (row,col) pixel buffer for pattern // per-thread output (accumulated, then merged back by caller)