|
ROOT
Reference Guide |
|
Go to the documentation of this file.
13 virtual ~iterplugin() {}
16 void Select(
Int_t replica,
Int_t color) {fReplica=replica; fColor=color;}
24 void iterplugin::ProcessNode()
26 if (!fIterator)
return;
28 fIterator->GetPath(path);
30 Int_t level = fIterator->GetLevel();
char * Form(const char *fmt,...)
TGeoVolume * GetVolume() const
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
TGeoNode * GetNode(const char *name) const
get the pointer to a daughter node
#define ClassDef(name, id)
virtual void SetLineColor(Color_t lcolor)
Set the line color.
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
virtual void ProcessNode()=0