From 72b2dba8429ecca1d6ab957fc9f77174c9602d8c Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Fri, 17 May 2013 20:46:26 +0000 Subject: [PATCH] Remove materials from LCDD. Look them directly up in the TGeoManager instance and avoid double caching. --- DDCore/include/DD4hep/GeoHandler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/DDCore/include/DD4hep/GeoHandler.h b/DDCore/include/DD4hep/GeoHandler.h index 8f123b919..3603c3032 100644 --- a/DDCore/include/DD4hep/GeoHandler.h +++ b/DDCore/include/DD4hep/GeoHandler.h @@ -77,6 +77,7 @@ namespace DD4hep { protected: Data* m_data; + /// Internal helper to collect geometry information from traversal GeoHandler& i_collect(const TGeoNode* node, int level); -- GitLab