ODIN
|
#include <step.h>
Public Types | |
enum | queryMode |
Public Attributes | |
RecoController & | controller |
STD_string | printprefix |
STD_string | printpostfix |
RecoCoord | coord |
Context when querying reconstruction pipeline.
Definition at line 40 of file odinreco/step.h.
Mode for querying pipeline.
Definition at line 49 of file odinreco/step.h.
RecoController& RecoQueryContext::controller |
The reconstruction controller.
Definition at line 55 of file odinreco/step.h.
RecoCoord RecoQueryContext::coord |
State/index in each dimension during current step of the pipeline.
Definition at line 70 of file odinreco/step.h.
STD_string RecoQueryContext::printpostfix |
Postfix when printing functors.
Definition at line 65 of file odinreco/step.h.
STD_string RecoQueryContext::printprefix |
Prefix when printing functors.
Definition at line 60 of file odinreco/step.h.