BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughTrackList.h
Go to the documentation of this file.
1
#ifndef HOUGHTRACKLIST_H
2
#define HOUGHTRACKLIST_H
3
4
#include "
HoughHitList.h
"
5
#include "
HoughMap.h
"
6
#include "
HoughPeak.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::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:25
HoughTrackList::remove
void remove(HoughTrack *)
Definition
HoughTrackList.cxx:12
HoughTrack
Definition
HoughTrack.h:14
8.0.0
BOSS_Source
Reconstruction
MdcHoughFinder
src
HoughTrackList.h
Generated by
1.16.1