Skip to content

Commit

Permalink
Required entries to allow CosmicTrackSeeds (and nested objects) to be…
Browse files Browse the repository at this point in the history
… stored in ROOT/art files
  • Loading branch information
Ryunosuke O'Neil authored May 8, 2020
1 parent bffe500 commit 9799c4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RecoDataProducts/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

<class name="std::vector<std::pair<unsigned int, unsigned int> >"/>
<!-- ********* cosmics ********* -->
<class name="TrackParams"/>
<class name="TrackCov"/>
<class name="TrackAxes"/>
<class name="TrackEquation"/>
<class name="TrackSeedDiag"/>

<class name="mu2e::CosmicTrack"/>
<class name="mu2e::CosmicTrackSeed"/>
<class name="mu2e::CosmicTrackSeedCollection"/>
<class name="art::Ptr<mu2e::CosmicTrackSeed>"/>
Expand Down

0 comments on commit 9799c4f

Please sign in to comment.