Skip to content

Commit

Permalink
Merge pull request #1989 from Dr15Jones/fixMissingDictInAnalysisDataF…
Browse files Browse the repository at this point in the history
…ormatsSUSYBSMObject

AT fixes -- Need to declare a member variable transient for AssociationMaps
  • Loading branch information
ktf committed Jan 14, 2014
2 parents efdf671 + 1487771 commit 7260130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AnalysisDataFormats/SUSYBSMObjects/src/classes_def.xml
Expand Up @@ -10,7 +10,9 @@
<class name="susybsm::HSCParticleRefProd"/>
<class name="susybsm::HSCParticleRefVector"/>
<class name="edm::Wrapper<susybsm::HSCParticleCollection>"/>
<class name="susybsm::TracksEcalRecHitsMap"/>
<class name="susybsm::TracksEcalRecHitsMap">
<field name="transientMap_" transient="true"/>
</class>
<class name="edm::Wrapper<susybsm::TracksEcalRecHitsMap>"/>
<class name="susybsm::HSCPIsolation" ClassVersion="10">
<version ClassVersion="10" checksum="3676296078"/>
Expand Down

0 comments on commit 7260130

Please sign in to comment.