BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EventDisplay/BesVisLib/include/BesVisLib/BesPaveText.h
Go to the documentation of this file.
1
2#ifndef BESPAVETEXT_H
3#define BESPAVETEXT_H
4
5#include "TPaveText.h"
6#include "TString.h"
7// #include <vector.h>
8// 2011.02.24 root update from 5.14 to 5.24
9#include <vector>
10
11class BesPaveText : public TPaveText {
12
13protected:
14 Double_t fTextSize;
15 Double_t fdxNDC, fdyNDC;
16
17public:
19 BesPaveText( Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t* option = "br" );
20 BesPaveText( const BesPaveText& pavetext );
21
22 virtual void SetText( std::vector<TString> infoCon );
23 virtual void SetPos( Int_t px, Int_t py );
24
25 ClassDef( BesPaveText, 0 ) // BesPaveText
26};
27
28#endif
virtual void SetText(std::vector< TString > infoCon)
virtual void SetPos(Int_t px, Int_t py)