ROOT 6.10/09 Reference Guide |
Iterator for decay branches.
Definition at line 316 of file TGeoElement.h.
Public Member Functions | |
TGeoElemIter (TGeoElementRN *top, Double_t limit=1.e-4) | |
Default constructor. More... | |
TGeoElemIter (const TGeoElemIter &iter) | |
Copy ctor. More... | |
virtual | ~TGeoElemIter () |
Destructor. More... | |
TObjArray * | GetBranch () const |
const TGeoElementRN * | GetElement () const |
Int_t | GetLevel () const |
Double_t | GetRatio () const |
const TGeoElementRN * | GetTop () const |
TGeoElementRN * | Next () |
Return next element. More... | |
TGeoElementRN * | operator() () |
() operator. More... | |
TGeoElemIter & | operator= (const TGeoElemIter &iter) |
Assignment. More... | |
virtual void | Print (Option_t *option="") const |
Print info about the current decay branch. More... | |
void | SetLimitRatio (Double_t limit) |
Protected Member Functions | |
TGeoElemIter () | |
TGeoElementRN * | Down (Int_t ibranch) |
Go downwards from current level via ibranch as low in the tree as possible. More... | |
TGeoElementRN * | Up () |
Go upwards from the current location until the next branching, then down. More... | |
Private Attributes | |
TObjArray * | fBranch |
const TGeoElementRN * | fElem |
Int_t | fLevel |
Double_t | fLimitRatio |
Double_t | fRatio |
const TGeoElementRN * | fTop |
#include <TGeoElement.h>
|
inlineprotected |
Definition at line 327 of file TGeoElement.h.
TGeoElemIter::TGeoElemIter | ( | TGeoElementRN * | top, |
Double_t | limit = 1.e-4 |
||
) |
Default constructor.
Definition at line 732 of file TGeoElement.cxx.
TGeoElemIter::TGeoElemIter | ( | const TGeoElemIter & | iter | ) |
Copy ctor.
Definition at line 741 of file TGeoElement.cxx.
|
virtual |
Destructor.
Definition at line 758 of file TGeoElement.cxx.
|
protected |
Go downwards from current level via ibranch as low in the tree as possible.
Return value flags if the operation was successful.
Definition at line 817 of file TGeoElement.cxx.
|
inline |
Definition at line 340 of file TGeoElement.h.
|
inline |
Definition at line 342 of file TGeoElement.h.
|
inline |
Definition at line 343 of file TGeoElement.h.
|
inline |
Definition at line 344 of file TGeoElement.h.
|
inline |
Definition at line 341 of file TGeoElement.h.
TGeoElementRN * TGeoElemIter::Next | ( | ) |
Return next element.
Definition at line 833 of file TGeoElement.cxx.
TGeoElementRN * TGeoElemIter::operator() | ( | ) |
() operator.
Definition at line 784 of file TGeoElement.cxx.
TGeoElemIter & TGeoElemIter::operator= | ( | const TGeoElemIter & | iter | ) |
Assignment.
Definition at line 766 of file TGeoElement.cxx.
Print info about the current decay branch.
Definition at line 845 of file TGeoElement.cxx.
Definition at line 346 of file TGeoElement.h.
|
protected |
Go upwards from the current location until the next branching, then down.
Definition at line 792 of file TGeoElement.cxx.
|
private |
Definition at line 321 of file TGeoElement.h.
|
private |
Definition at line 320 of file TGeoElement.h.
|
private |
Definition at line 322 of file TGeoElement.h.
|
private |
Definition at line 323 of file TGeoElement.h.
|
private |
Definition at line 324 of file TGeoElement.h.
|
private |
Definition at line 319 of file TGeoElement.h.