multimap<
double, int > |
hec_neighbors
(TVector3 point) |
|
Return a STL multimap which has as
the key a double which is the distance to the nearest neighbors in the
Hec.
|
multimap<
double, int > |
hec_neighbors
(TVector3 point, int layer) |
|
Return a STL multimap which has as
the key a double which is the distance to the nearest neighbors in the
hec for a particular layer.
|
multimap<
double, int > |
hec_neighbors
(vector< float > lineParameters) |
|
Return a STL multimap which has as
the key a double which is the shortest distance to the line given by
the input line parameterization from the median of the cell.
|
multimap<
double, int > |
hec_neighbors
(vector< float > lineParameters, int layer) |
|
Return a STL multimap which has as
the key a double which is the shortest distance to the line given by
the input line parameterization from the median of the cell.
|
vector< int
> |
hec_neighbors
(int febno) |
|
Produce a vector of feb numbers
which is a list of cells which are in direct contact with the cell
passed to the function on a per layer basis.
|
vector< int
> |
hec_neighbors
(int febno, int layer) |
|
Produce a vector of feb numbers
which is a list of cells which are in direct contact with the cell
passed to the function on a per layer basis. |