EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
HelixHoughBin.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file HelixHoughBin.cc
1
#include "
HelixHoughBin.h
"
2
3
HelixHoughBin::ClusterSet
HelixHoughBinClusterSet
;
4
5
HelixHoughBin::ConstClusterIter
HelixHoughBin::begin_clusters
()
const
6
{
7
return
HelixHoughBinClusterSet
.end();
8
}
9
10
HelixHoughBin::ConstClusterIter
HelixHoughBin::find_cluster
(
unsigned
int
/*cluster_id*/
)
const
11
{
12
return
HelixHoughBinClusterSet
.end();
13
}
14
HelixHoughBin::ConstClusterIter
HelixHoughBin::end_clusters
()
const
15
{
16
return
HelixHoughBinClusterSet
.end();
17
}
18
19
HelixHoughBin::ClusterIter
HelixHoughBin::begin_clusters
()
20
{
21
return
HelixHoughBinClusterSet
.end();
22
}
23
24
HelixHoughBin::ClusterIter
HelixHoughBin::find_cluster
(
unsigned
int
/*cluster_id*/
)
25
{
26
return
HelixHoughBinClusterSet
.end();
27
}
28
29
HelixHoughBin::ClusterIter
HelixHoughBin::end_clusters
()
30
{
31
return
HelixHoughBinClusterSet
.end();
32
}
fun4all_coresoftware
blob
master
offline
packages
trackreco
HelixHoughBin.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:46
using
1.8.2 with
EIC GitHub integration