Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DataFormats/L1TMuon/src/RegionalMuonShower.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion SimDataFormats/CaloAnalysis/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<class name="CaloParticleContainer"/>

<class name="MtdCaloParticle" ClassVersion="3">
<version ClassVersion="3" checksum="3222440347"/>
<version ClassVersion="3" checksum="374264907"/>
</class>
<class name="MtdCaloParticleCollection"/>
<class name="edm::Wrapper<MtdCaloParticleCollection>"/>
Expand Down