Skip to content

Commit 4add06b

Browse files
committed
Need to add TracksHost::Implementation to classes_def.xml
This avoids a segmentation fault in new version of ROOT.
1 parent b09c35d commit 4add06b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DataFormats/TrackSoA/src/classes_def.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<class name="reco::TrackHitsLayout<128, false>"/>
55

66
<class name="reco::TracksHost" rntupleStreamerMode="true"/>
7+
<!-- In principle this should not be necessary, but it looks like it is triggering a bug (?) in ROOT/cling. -->
8+
<!-- For more details see the discussion in #49333 and #49360. -->
9+
<class name="reco::TracksHost::Implementation"/>
710
<class name="edm::Wrapper<reco::TracksHost>" splitLevel="0"/>
811

912
<!-- Recursive templates (with no data) ensuring we have one CollectionLeaf<index, type> for each layout in the collection -->

0 commit comments

Comments
 (0)