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); };