|
ODIN
|
#include <reco.h>

Additional Inherited Members | |
Public Member Functions inherited from ValList< int > | |
| ValList (const STD_string &object_label="unnamedValList", unsigned int repetitions=1) | |
| ValList (int value) | |
| ValList (const ValList< int > &vl) | |
| ValList & | operator= (const ValList< int > &vl) |
| ValList & | set_value (int value) |
| ValList & | add_sublist (const ValList< int > &vl) |
| ValList & | multiply_repetitions (unsigned int reptimes) |
| STD_vector< int > | get_values_flat () const |
| STD_vector< int > | get_elements_flat () const |
| bool | operator== (const ValList< int > &vl) const |
| bool | operator< (const ValList< int > &vl) const |
| int | operator[] (unsigned int i) const |
| unsigned int | size () const |
| STD_string | printvallist () const |
| bool | parsevallist (const STD_string &str) |
| STD_ostream & | print2stream (STD_ostream &os) const |
| void | clear () |
Public Member Functions inherited from Labeled | |
| Labeled (const STD_string &label="unnamed") | |
| Labeled & | set_label (const STD_string &label) |
| const STD_string & | get_label () const |
| Labeled & | operator= (const Labeled &l) |
Structure to return ordering of k-space data while traversing the sequence tree