ODIN
|
#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 |
Helper template class to get info about indices actually measured in dimension 'dim'. Implement 'Ignore' (and Separate) by a specialization of 'RecoDim' to specify dimensions to be ignored (separate) before adding/retrieving index from map.
Definition at line 31 of file measindex.h.
|
inline |
Returns the list of indices for coordinate 'coord'.
Definition at line 73 of file measindex.h.
|
inline |
Initialize with coordinate 'coord' in this branch of the pipeline using 'controller'.
Definition at line 38 of file measindex.h.
|
inline |
Update cache of measured/interpolated coords by adding 'extra' to the initial coordinates.
Definition at line 55 of file measindex.h.