BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EventDisplay/BesVisLib/BesVisLib-00-05-04/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
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:
EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesPaveText.h:11
BesPaveText::fdxNDC
Double_t fdxNDC
Definition:
EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesPaveText.h:15
BesPaveText::fdyNDC
Double_t fdyNDC
Definition:
EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesPaveText.h:15
BesPaveText::SetText
virtual void SetText(std::vector< TString > infoCon)
BesPaveText::BesPaveText
BesPaveText()
BesPaveText::SetPos
virtual void SetPos(Int_t px, Int_t py)
Definition:
BesPaveText.cxx:86
BesPaveText::fTextSize
Double_t fTextSize
Definition:
EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesPaveText.h:14
source
EventDisplay
BesVisLib
BesVisLib-00-05-04
BesVisLib
BesPaveText.h
Generated by
1.9.6