Skip to content
Snippets Groups Projects
Commit 504cc12e authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Problems with ROOT persistency

parent ef49fb7b
No related branches found
No related tags found
No related merge requests found
......@@ -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*>+;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment