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
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcPlotHits.h
Go to the documentation of this file.
1
// MdcPlotHits.h
2
// handle hit plotting, via MdcDisplay
3
4
// Interface Dependencies ----------------------------------------------
5
6
#ifndef MDCPLOTHITS_HH
7
#define MDCPLOTHITS_HH
8
#ifdef MDCDISPLAY
9
10
// End Interface Dependencies -----------------------------------------
11
12
class
TrkHitOnTrk
;
13
class
MdcHit
;
14
template
<
class
T>
class
HepAList
;
15
16
// Class definition//
17
class
MdcPlotHits {
18
19
public
:
20
MdcPlotHits();
21
~MdcPlotHits() { };
22
23
void
plotHits(
const
HepAList<TrkHitOnTrk>
&hitlist,
double
bunchTime,
24
int
color = 10)
const
;
25
void
plotAHit(
const
MdcHit
*hit,
double
bunchTime,
26
int
mode = -1,
int
color = -1,
int
timeIndex = 0)
const
;
27
// void plotinforight(const MdcHit *hit) const;
28
// void plotinfoleft(const MdcHit *hit) const;
29
void
plotinfo(
const
MdcHit
*hit,
double
scale,
double
tbunch)
const
;
30
31
static
void
setColors(
int
axcol,
int
poscol,
int
negcol) {
32
axialColor = axcol;
33
posStereoColor = poscol;
34
negStereoColor = negcol;
35
}
36
37
private
:
38
static
int
axialColor;
39
static
int
posStereoColor;
40
static
int
negStereoColor;
41
};
42
43
#endif
44
#endif
45
46
47
48
49
50
51
HepAList
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegGrouper.h:31
MdcHit
Definition:
InstallArea/include/MdcData/MdcData/MdcHit.h:44
TrkHitOnTrk
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitOnTrk.h:52
source
InstallArea
include
MdcTrkRecon
MdcTrkRecon
MdcPlotHits.h
Generated by
1.9.6