Skip to content
Snippets Groups Projects
Commit b286c1e7 authored by Andrei Gheata's avatar Andrei Gheata
Browse files

Getter for the current node

git-svn-id: http://root.cern.ch/svn/root/trunk@43667 27541ba8-7e3a-0410-8455-c3a389f83636
parent 15db01dd
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ public:
Int_t GetLevel() const {return fLevel;}
TGeoHMatrix *GetMatrix() const {return fMatrix;}
TGeoNode *GetNode(Int_t level) const {return fArray[level];}
TGeoNode *GetCurrentNode() const {return fArray[fLevel];}
void GetPath(TString &path) const;
void InitFromNavigator(TGeoNavigator *nav);
virtual Bool_t IsSortable() const {return kTRUE;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment