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

Improve doxygen information

parent b1d3f699
No related branches found
No related tags found
No related merge requests found
...@@ -88,11 +88,17 @@ namespace dd4hep { ...@@ -88,11 +88,17 @@ namespace dd4hep {
Detector* m_detDesc = 0; Detector* m_detDesc = 0;
/// Reference to the event reader object /// Reference to the event reader object
GenericEventHandler* m_evtHandler = 0; GenericEventHandler* m_evtHandler = 0;
/// Geometry item element list
TEveElementList* m_geoGlobal = 0; TEveElementList* m_geoGlobal = 0;
/// Event item element list
TEveElementList* m_eveGlobal = 0; TEveElementList* m_eveGlobal = 0;
/// Reference to the view menu
ViewMenu* m_viewMenu; ViewMenu* m_viewMenu;
/// Reference to the specialized ddeve menu
dd4hepMenu* m_dd4Menu; dd4hepMenu* m_dd4Menu;
/// Geometry data topics
Topics m_geoTopics; Topics m_geoTopics;
/// Event data topics
Topics m_eveTopics; Topics m_eveTopics;
Views m_eveViews; Views m_eveViews;
Menus m_menus; Menus m_menus;
......
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