Skip to content

Commit

Permalink
Merge pull request #47162 from smuzaffar/cleanup-unused-iorule
Browse files Browse the repository at this point in the history
Remove unused iorules of missing reco::LeafParticle class
  • Loading branch information
cmsbuild authored Jan 23, 2025
2 parents ed171e6 + 41810b0 commit 4d59a2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DataFormats/HcalIsolatedTrack/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
<version ClassVersion="12" checksum="554168470"/>
<version ClassVersion="10" checksum="4174683084"/>
<version ClassVersion="11" checksum="928263435"/>
<ioread sourceClass="reco::EcalIsolatedParticleCandidate" version="[1-11]" targetClass="reco::LeafParticle" source="double eta_" target="float eta_">
<![CDATA[eta_ = onfile.eta_;]]>
</ioread>
<ioread sourceClass="reco::EcalIsolatedParticleCandidate" version="[1-11]" targetClass="reco::LeafParticle" source="double phi_" target="float phi_">
<![CDATA[phi_ = onfile.phi_;]]>
</ioread>
</class>
<class name="reco::EcalIsolatedParticleCandidateCollection"/>
<class name="reco::EcalIsolatedParticleCandidateRef"/>
Expand Down

0 comments on commit 4d59a2a

Please sign in to comment.