ODIN
|
switch: Branch off different flows through reconstruction pipeline More...
#include <manual.h>
Additional Inherited Members | |
Public Member Functions inherited from RecoStep | |
void | set_next_step (RecoStep *step) |
Public Member Functions inherited from Step< RecoStep > | |
RecoStep * | clone () const |
void | set_args (const STD_string &argstr) |
STD_string | args_description () const |
STD_string | args_values () const |
unsigned int | numof_args () const |
void | append_opts (LDRblock &parblock) |
Protected Member Functions inherited from RecoStep | |
RecoStep () | |
bool | execute_next_step (RecoData &rd, RecoController &controller) |
Protected Member Functions inherited from Step< RecoStep > | |
void | append_arg (LDRbase &arg, const STD_string &arglabel) |
switch: Branch off different flows through reconstruction pipeline
Functor label: switch
Interface of switch:
Options of switch:
Option 1: A semicolon-separated list of entries in the form 'dim=value {sub-pipeline}' where 'dim' can be any of the dimensions in recoDim, 'value' is an integer number (or character from templateTypeChar) and 'sub-pipeline' is a pipeline to be executed when the index of the input in dimension 'dim' matches 'value'. If the 'dim=value' is omitted, the pipeline will be executed for each incoming data.