Skip to content

Commit

Permalink
Problems with ROOT persistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFrankATcernch committed Mar 23, 2023
1 parent ef49fb7 commit 504cc12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DDG4/include/DDG4/DDG4Dict.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ namespace { class DDG4Dict {}; }
/// Dictionaires for Geant4 particles
#pragma link C++ class dd4hep::sim::ParticleExtension+;

/// Auto-pointers related. ROOT cannot handle I/O!
#pragma link C++ class dd4hep::dd4hep_ptr<dd4hep::sim::DataExtension>;

#pragma link C++ class dd4hep::sim::Geant4Particle+;
#pragma link C++ class std::vector<dd4hep::sim::Geant4Particle*>+;
#pragma link C++ class std::map<int,dd4hep::sim::Geant4Particle*>+;
Expand Down

0 comments on commit 504cc12

Please sign in to comment.