Skip to content

Commit

Permalink
fix fwlite
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinzmann committed Apr 19, 2018
1 parent 8721b6e commit 9b04b8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DataFormats/PatCandidates/src/classes_def_objects.xml
Expand Up @@ -250,6 +250,15 @@
<ioread sourceClass = "pat::Jet" version="[1-11]" targetClass="pat::Jet" source="int partonFlavour_" target="jetFlavourInfo_">
<![CDATA[jetFlavourInfo_ = reco::JetFlavourInfo(0,onfile.partonFlavour_);]]>
</ioread>
<ioread sourceClass = "pat::Jet" version="[1-]" targetClass="pat::Jet" source="" target="caloTowersTemp_">
<![CDATA[caloTowersTemp_.reset();]]>
</ioread>
<ioread sourceClass = "pat::Jet" version="[1-]" targetClass="pat::Jet" source="" target="pfCandidatesTemp_">
<![CDATA[pfCandidatesTemp_.reset();]]>
</ioread>
<ioread sourceClass = "pat::Jet" version="[1-]" targetClass="pat::Jet" source="" target="daughtersTemp_">
<![CDATA[daughtersTemp_.reset();]]>
</ioread>
<class name="pat::MET" ClassVersion="15">
<version ClassVersion="15" checksum="428901429"/>
<field name="corMap_" transient="true"/>
Expand Down

0 comments on commit 9b04b8b

Please sign in to comment.