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