#include <measindex.h>

Public Member Functions | |
| bool | init (const RecoCoord &coord, const RecoController &controller) |
| bool | update (const CoordCountMap &extra) |
| ivector | get_indices (const RecoCoord &coord) const |
Definition at line 31 of file measindex.h.
| bool RecoMeasIndex< dim, Ignore, Separate >::init | ( | const RecoCoord & | coord, | |
| const RecoController & | controller | |||
| ) | [inline] |
Initialize with coordinate 'coord' in this branch of the pipeline using 'controller'.
Definition at line 38 of file measindex.h.
| bool RecoMeasIndex< dim, Ignore, Separate >::update | ( | const CoordCountMap & | extra | ) | [inline] |
Update cache of measured/interpolated coords by adding 'extra' to the initial coordinates.
Definition at line 55 of file measindex.h.
| ivector RecoMeasIndex< dim, Ignore, Separate >::get_indices | ( | const RecoCoord & | coord | ) | const [inline] |
Returns the list of indices for coordinate 'coord'.
Definition at line 73 of file measindex.h.
1.5.6