00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef ROOT_TCreatePrimitives
00012 #define ROOT_TCreatePrimitives
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef ROOT_Rtypes
00027 #include "Rtypes.h"
00028 #endif
00029
00030 class TCreatePrimitives {
00031
00032 public:
00033
00034 TCreatePrimitives();
00035 virtual ~TCreatePrimitives();
00036 static void Ellipse(Int_t event, Int_t px, Int_t py,Int_t mode);
00037 static void Line(Int_t event, Int_t px, Int_t py, Int_t mode);
00038 static void Pad(Int_t event, Int_t px, Int_t py, Int_t);
00039 static void Pave(Int_t event, Int_t px, Int_t py, Int_t mode);
00040 static void PolyLine(Int_t event, Int_t px, Int_t py, Int_t mode);
00041 static void Text(Int_t event, Int_t px, Int_t py, Int_t mode);
00042 };
00043
00044 #endif