Skip to content
Snippets Groups Projects
Unverified Commit 1c4dca7f authored by Nils Braun's avatar Nils Braun Committed by GitHub
Browse files

Merge pull request #75 from FelixMetzner/master

Adding shardedPlanePointerCreator also to linkdef file
parents 32d86c5a fc3b8199
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#pragma link C++ class genfit::PruneFlags+; #pragma link C++ class genfit::PruneFlags+;
#pragma link C++ class genfit::TrackCand+; #pragma link C++ class genfit::TrackCand+;
#pragma link C++ class genfit::TrackCandHit+; #pragma link C++ class genfit::TrackCandHit+;
#pragma link C++ class genfit::SharedPlanePtrCreator-;
// These inherit from classes with custom streamers, or reference shared_ptrs in their interfaces. // These inherit from classes with custom streamers, or reference shared_ptrs in their interfaces.
#pragma link C++ class genfit::AbsTrackRep+; #pragma link C++ class genfit::AbsTrackRep+;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment