// @(#)root/graf:$Id$ // Author: Guido Volpi, Olivier Couet 03/11/2006 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TPie #define ROOT_TPie #include #include #include class TH1; class TPieSlice; class TLegend; class TPie : public TNamed , public TAttText { private: void Init(Int_t np, Double_t ao, Double_t x, Double_t y, Double_t r); void DrawGhost(); Float_t fSum; ///