BOSS
7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
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
11
class
BesPaveText
:
public
TPaveText {
12
13
protected
:
14
Double_t
fTextSize
;
15
Double_t
fdxNDC
,
fdyNDC
;
16
17
public
:
18
19
BesPaveText
();
20
BesPaveText
(Double_t x1, Double_t y1,Double_t x2 ,Double_t y2, Option_t *option=
"br"
);
21
BesPaveText
(
const
BesPaveText
&pavetext);
22
23
virtual
void
SetText
(std::vector<TString> infoCon);
24
virtual
void
SetPos
(Int_t px, Int_t py);
25
26
ClassDef(
BesPaveText
,0)
// BesPaveText
27
};
28
29
#endif
30
31
BesPaveText
Definition:
BesPaveText.h:11
BesPaveText::fdxNDC
Double_t fdxNDC
Definition:
BesPaveText.h:15
BesPaveText::fdyNDC
Double_t fdyNDC
Definition:
BesPaveText.h:15
BesPaveText::SetText
virtual void SetText(std::vector< TString > infoCon)
Definition:
BesPaveText.cxx:35
BesPaveText::BesPaveText
BesPaveText()
BesPaveText::SetPos
virtual void SetPos(Int_t px, Int_t py)
Definition:
BesPaveText.cxx:86
BesPaveText::fTextSize
Double_t fTextSize
Definition:
BesPaveText.h:14
source
EventDisplay
BesVisLib
BesVisLib-00-05-04
BesVisLib
BesPaveText.h
Generated by
1.9.6