Skip to content
Snippets Groups Projects
Commit 72b2dba8 authored by Markus Frank's avatar Markus Frank
Browse files

Remove materials from LCDD. Look them directly up in the TGeoManager instance...

Remove materials from LCDD. Look them directly up in the TGeoManager instance and avoid double caching.
parent 9cba0176
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ namespace DD4hep { ...@@ -77,6 +77,7 @@ namespace DD4hep {
protected: protected:
Data* m_data; Data* m_data;
/// Internal helper to collect geometry information from traversal /// Internal helper to collect geometry information from traversal
GeoHandler& i_collect(const TGeoNode* node, int level); GeoHandler& i_collect(const TGeoNode* node, int level);
......
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