From 34d6cfb28e0fbacf8714fcf0f140d74fca935296 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Fri, 6 Mar 2026 10:42:09 -0600 Subject: [PATCH 1/2] Fix destructor definition for RegionalMuonShower To conform clang's interpretation of C++ standard --- DataFormats/L1TMuon/src/RegionalMuonShower.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataFormats/L1TMuon/src/RegionalMuonShower.cc b/DataFormats/L1TMuon/src/RegionalMuonShower.cc index ff91eafe92db7..11b46d8258118 100644 --- a/DataFormats/L1TMuon/src/RegionalMuonShower.cc +++ b/DataFormats/L1TMuon/src/RegionalMuonShower.cc @@ -18,7 +18,7 @@ l1t::RegionalMuonShower::RegionalMuonShower(bool oneNominalInTime, processor_(0), trackFinder_(l1t::tftype::bmtf) {} -l1t::RegionalMuonShower::~RegionalMuonShower() {} +l1t::io_v1::RegionalMuonShower::~RegionalMuonShower() {} void l1t::RegionalMuonShower::setTFIdentifiers(int processor, tftype trackFinder) { trackFinder_ = trackFinder; From b20c0cf576c17d503c3068ec8b85225dd819e97d Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Fri, 6 Mar 2026 12:55:35 -0600 Subject: [PATCH 2/2] Update MtdCaloParticle checksum --- SimDataFormats/CaloAnalysis/src/classes_def.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimDataFormats/CaloAnalysis/src/classes_def.xml b/SimDataFormats/CaloAnalysis/src/classes_def.xml index 42ef4d6da07f7..11291376bd1ff 100644 --- a/SimDataFormats/CaloAnalysis/src/classes_def.xml +++ b/SimDataFormats/CaloAnalysis/src/classes_def.xml @@ -10,7 +10,7 @@ - +