/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/EventDisplay/BesVisLib/BesVisLib-00-04-04/BesVisLib/BesPaveText.h

Go to the documentation of this file.
00001 
00002 #ifndef BESPAVETEXT_H
00003 #define BESPAVETEXT_H
00004 
00005 #include "TPaveText.h"
00006 #include "TString.h"
00007 //#include <vector.h>
00008 //2011.02.24 root update from 5.14 to 5.24
00009 #include <vector>
00010 
00011 class BesPaveText : public TPaveText {
00012 
00013  protected:
00014   Double_t fTextSize;
00015   Double_t fdxNDC, fdyNDC;
00016   
00017  public:
00018 
00019   BesPaveText();
00020   BesPaveText(Double_t x1, Double_t y1,Double_t x2 ,Double_t y2, Option_t *option="br");
00021   BesPaveText(const BesPaveText &pavetext);
00022 
00023   virtual void SetText(std::vector<TString> infoCon);
00024   virtual void SetPos(Int_t px, Int_t py);
00025 
00026   ClassDef(BesPaveText,0) //  BesPaveText
00027 };
00028 
00029 #endif
00030 
00031 

Generated on Tue Nov 29 23:12:01 2016 for BOSS_7.0.2 by  doxygen 1.4.7