Skip to content
Snippets Groups Projects
Commit 9f717dc6 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fix one TClass::TClass:0: RuntimeWarning for ddsim (python interface)

parent 2850f3af
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ namespace DD4hep {
#pragma link C++ function operator!=( const map<int,DD4hep::Simulation::Geant4Particle*>::iterator&, const map<int,DD4hep::Simulation::Geant4Particle*>::iterator& );
#endif
//#pragma link C++ class std::type_info;
#pragma link C++ class pair<DD4hep::Callback,unsigned long>+;
/// Dictionaires for basic Hit data structures
#pragma link C++ class DD4hep::Simulation::Geant4HitData+;
#pragma link C++ class std::vector<DD4hep::Simulation::Geant4HitData*>+;
......
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