#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Fill Area Attributes class.
 
The TNamed class is the base class for all named ROOT classes.
 
Mother of all ROOT objects.
 
A slice of a piechart, see the TPie class.
 
Int_t DistancetoPrimitive(Int_t, Int_t) override
Eval if the mouse is over the area associated with this slice.
 
Double_t fRadiusOffset
offset from the center of the pie
 
Double_t fValue
value value of this slice
 
void SetValue(Double_t)
Set the value for this slice.
 
Bool_t fIsActive
! True if is the slice under the mouse pointer
 
Double_t GetRadiusOffset() const
return the value of the offset in radial direction for this slice.
 
void SetIsActive(Bool_t is)
 
void Copy(TObject &slice) const override
Copy TPieSlice.
 
Double_t GetValue() const
Return the value of this slice.
 
void SavePrimitive(std::ostream &out, Option_t *opts="") override
Save as C++ macro, used directly from TPie.
 
void SetRadiusOffset(Double_t)
Set the radial offset of this slice.
 
TPieSlice()
This is the default constructor, used to create the standard.
 
TPie * fPie
The TPie object that contain this slice.