11 #ifndef ROOT_TGeoRegion 12 #define ROOT_TGeoRegion
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.
TGeoRegion(const char *name, const char *title="")
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)
virtual ~TGeoRegion()
Region destructor.
TGeoRegionCut(const char *name, Double_t cut)
TGeoRegion & operator=(const TGeoRegion &other)
Assignment operator.
void AddCut(const char *name, Double_t cut)
Add cut to the region.
virtual void Print(Option_t *option="") const
Print region info.