Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions DataFormats/TrackSoA/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<class name="reco::TrackHitsLayout<128, false>"/>

<class name="reco::TracksHost" rntupleStreamerMode="true"/>
<!-- In principle this should not be necessary, but it looks like it is triggering a bug (?) in ROOT/cling. -->
<!-- For more details see the discussion in #49333 and #49360. -->
<class name="reco::TracksHost::Implementation"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dr15Jones can we add a comment to the XML to remember why this is here ?

Suggested change
<class name="reco::TracksHost::Implementation"/>
<!-- In principle this should not be necessary, but it looks like it is triggering a bug (?) in ROOT/cling. -->
<!-- For more details see the discussion in #49333 and #49360. -->
<class name="reco::TracksHost::Implementation"/>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added comment

<class name="edm::Wrapper<reco::TracksHost>" splitLevel="0"/>

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