Skip to content
Merged
Show file tree
Hide file tree
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/TrackingRecHitSoA/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<class name="reco::HitModulesLayout<128, false>"/>

<class name="reco::HitPortableCollectionHost"/>
<!-- needed to avoid auto parsing by ROOT. Order in the file matters -->
<class name="reco::HitPortableCollectionHost::Implementation"/>

<class name="reco::TrackingRecHitHost" rntupleStreamerMode="true"/>
<class name="edm::Wrapper<reco::TrackingRecHitHost>" splitLevel="0"/>

Expand Down
4 changes: 3 additions & 1 deletion DataFormats/VertexSoA/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<!-- FIXME using the ZVertexSoA and ZVertexTracksSoA type aliases here and below does not work -->
<class name="reco::ZVertexLayout<128, false>"/>
<class name="reco::ZVertexTracksLayout<128, false>"/>

<!-- needed to avoid auto parsing by ROOT. Order in the file matters -->
<class name="ZVertexHost::Implementation"/>

<!-- Recursive templates (with no data) ensuring we have one CollectionLeaf<index, type> for each layout in the collection -->
<class name="portablecollection::CollectionImpl<0, reco::ZVertexLayout<128, false>, reco::ZVertexTracksLayout<128, false>>"/>
<class name="portablecollection::CollectionImpl<1, reco::ZVertexTracksLayout<128, false>>"/>
Expand Down