11 #ifndef ROOT_TGeoRegion 12 #define ROOT_TGeoRegion 50 bool AddVolume(
const char *
name);
55 void AddCut(
const char *name,
Double_t cut);
void SetCut(Double_t cut)
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
TGeoRegionCut * GetCut(int i) const
TObject * At(Int_t idx) const
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
virtual void Print(Option_t *option="") const
Print TNamed name and title.
TGeoRegion(const char *name, const char *title="")
TNamed & operator=(const TNamed &rhs)
TNamed assignment operator.
Regions are groups of volumes having a common set of user tracking cuts.
Int_t GetEntriesFast() const
TGeoVolume * GetVolume(int i) const
void AddVolume(TGeoVolume *vol)
TGeoRegionCut(const char *name, Double_t cut)