BOSS
7.0.7
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
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
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
HoughTrackList.h
Go to the documentation of this file.
1
#ifndef HOUGHTRACKLIST_H
2
#define HOUGHTRACKLIST_H
3
4
#include "
MdcHoughFinder/HoughMap.h
"
5
#include "
MdcHoughFinder/HoughPeak.h
"
6
#include "
MdcHoughFinder/HoughHitList.h
"
7
//#include "Hough/HoughCircle.h"
8
#include <vector>
9
class
HoughTrackList
{
10
public
:
11
HoughTrackList
();
12
HoughTrackList
(
const
HoughMap
& houghMap );
13
int
getTrackNum
()
const
{
return
_tracklist.size(); }
14
HoughTrack
&
getTrack
(
int
i) {
return
(_tracklist[i]); }
15
void
remove
(
HoughTrack
* );
16
void
add
(
HoughTrack
* track) ;
17
18
private
:
19
//class member
20
// HoughMap _trackhoughmap;
21
std::vector<HoughTrack> _tracklist;
22
};
23
#endif
HoughHitList.h
HoughMap.h
HoughPeak.h
HoughMap
Definition:
HoughMap.h:18
HoughTrackList
Definition:
HoughTrackList.h:9
HoughTrackList::getTrackNum
int getTrackNum() const
Definition:
HoughTrackList.h:13
HoughTrackList::HoughTrackList
HoughTrackList()
Definition:
HoughTrackList.cxx:7
HoughTrackList::getTrack
HoughTrack & getTrack(int i)
Definition:
HoughTrackList.h:14
HoughTrackList::add
void add(HoughTrack *track)
Definition:
HoughTrackList.cxx:21
HoughTrackList::remove
void remove(HoughTrack *)
Definition:
HoughTrackList.cxx:13
HoughTrack
Definition:
HoughTrack.h:14
source
Reconstruction
MdcHoughFinder
MdcHoughFinder-00-00-14
MdcHoughFinder
HoughTrackList.h
Generated by
1.9.6