BOSS
7.0.8
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 "
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-15
MdcHoughFinder
HoughTrackList.h
Generated by
1.9.6