|
ODIN
|
#include <index.h>
Public Types | |
| enum | indexMode |
| enum | printMode |
Public Member Functions | |
| RecoIndex (unsigned short v=0) | |
| RecoIndex & | operator= (unsigned short v) |
| bool | operator< (const RecoIndex &ri) const |
| operator unsigned short () const | |
| RecoIndex & | set_mode (indexMode m) |
| indexMode | get_mode () const |
| bool | compatible (const RecoIndex &ri) const |
| bool | prep_count (const RecoIndex &mask) |
| RecoIndex & | set_numof (unsigned short n) |
| unsigned short | get_numof () const |
| STD_string | print (recoDim dim, printMode printmode=brief) const |
| enum RecoIndex::indexMode |
Mode the index is used for:
| enum RecoIndex::printMode |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Converts the index to a string for reco dimension 'dim' according to 'printmode'
|
inline |