ROOT 6.08/07 Reference Guide |
Iterator for decay branches.
Definition at line 326 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 337 of file TGeoElement.h.
TGeoElemIter::TGeoElemIter | ( | TGeoElementRN * | top, |
Double_t | limit = 1.e-4 |
||
) |
Default constructor.
Definition at line 731 of file TGeoElement.cxx.
TGeoElemIter::TGeoElemIter | ( | const TGeoElemIter & | iter | ) |
Copy ctor.
Definition at line 740 of file TGeoElement.cxx.
|
virtual |
Destructor.
Definition at line 757 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 816 of file TGeoElement.cxx.
|
inline |
Definition at line 350 of file TGeoElement.h.
|
inline |
Definition at line 352 of file TGeoElement.h.
|
inline |
Definition at line 353 of file TGeoElement.h.
|
inline |
Definition at line 354 of file TGeoElement.h.
|
inline |
Definition at line 351 of file TGeoElement.h.
TGeoElementRN * TGeoElemIter::Next | ( | ) |
Return next element.
Definition at line 832 of file TGeoElement.cxx.
TGeoElementRN * TGeoElemIter::operator() | ( | ) |
() operator.
Definition at line 783 of file TGeoElement.cxx.
TGeoElemIter & TGeoElemIter::operator= | ( | const TGeoElemIter & | iter | ) |
Assignment.
Definition at line 765 of file TGeoElement.cxx.
Print info about the current decay branch.
Definition at line 844 of file TGeoElement.cxx.
Definition at line 356 of file TGeoElement.h.
|
protected |
Go upwards from the current location until the next branching, then down.
Definition at line 791 of file TGeoElement.cxx.
|
private |
Definition at line 331 of file TGeoElement.h.
|
private |
Definition at line 330 of file TGeoElement.h.
|
private |
Definition at line 332 of file TGeoElement.h.
|
private |
Definition at line 333 of file TGeoElement.h.
|
private |
Definition at line 334 of file TGeoElement.h.
|
private |
Definition at line 329 of file TGeoElement.h.