We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c35d commit 4add06bCopy full SHA for 4add06b
DataFormats/TrackSoA/src/classes_def.xml
@@ -4,6 +4,9 @@
4
<class name="reco::TrackHitsLayout<128, false>"/>
5
6
<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"/>
10
<class name="edm::Wrapper<reco::TracksHost>" splitLevel="0"/>
11
12
<!-- Recursive templates (with no data) ensuring we have one CollectionLeaf<index, type> for each layout in the collection -->
0 commit comments