From 2fec79a64fa6017c0860b5ed4b0076a37c15c210 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 12 Feb 2026 15:31:36 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../TRK/reconstruction/include/TRKReconstruction/TimeFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/TimeFrame.h b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/TimeFrame.h index b67acd6529160..4370976487e44 100644 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/TimeFrame.h +++ b/Detectors/Upgrades/ALICE3/TRK/reconstruction/include/TRKReconstruction/TimeFrame.h @@ -38,7 +38,8 @@ class GeometryTGeo; /// Hash function for MCCompLabel to use as unordered_map key struct MCCompLabelHash { - std::size_t operator()(const o2::MCCompLabel& label) const { + std::size_t operator()(const o2::MCCompLabel& label) const + { return std::hash{}(label.getRawValue()); } }; @@ -71,7 +72,6 @@ class TimeFrame : public o2::its::TimeFrame void getPrimaryVerticesFromMC(TTree* mcHeaderTree, int nRofs, Long64_t nEvents, int inROFpileup); private: - ClassDefNV(TimeFrame, 1); };