#ifndef ROOT_TCrown
#define ROOT_TCrown
#ifndef ROOT_TEllipse
#include "TEllipse.h"
#endif
class TCrown : public TEllipse {
public:
TCrown();
TCrown(Double_t x1, Double_t y1,Double_t radin, Double_t radout,
Double_t phimin=0,Double_t phimax=360);
TCrown(const TCrown &crown);
virtual ~TCrown();
void Copy(TObject &crown) const;
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
virtual void DrawCrown(Double_t x1, Double_t y1, Double_t radin, Double_t radout,
Double_t phimin=0, Double_t phimax=360, Option_t *option="");
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
virtual void Paint(Option_t *option="");
virtual void SavePrimitive(ostream &out, Option_t *option = "");
ClassDef(TCrown,1)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.