Skip to content

Commit b377766

Browse files
committed
make ClusterTPAssociation not persistent
1 parent 3c1d4f5 commit b377766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimTracker/TrackerHitAssociation/src/classes_def.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<class name="std::pair<OmniClusterRef, TrackingParticleRef>" persistent="true" />
1616
<class name="std::vector<std::pair<OmniClusterRef, TrackingParticleRef> >" />
17-
<class name="ClusterTPAssociation" persistent="true" />
17+
<class name="ClusterTPAssociation" persistent="false" />
1818
<class name="edm::Wrapper<ClusterTPAssociation>" />
1919
<class name="std::map<TrackingParticleRef, std::vector<OmniClusterRef> >" persistent="false" />
2020
<class name="edm::Wrapper<std::map<TrackingParticleRef, std::vector<OmniClusterRef> > >" persistent="false" />

0 commit comments

Comments
 (0)