ODIN
Public Types | Public Attributes | List of all members
RecoQueryContext Struct Reference

#include <step.h>

Public Types

enum  queryMode
 

Public Attributes

RecoControllercontroller
 
STD_string printprefix
 
STD_string printpostfix
 
RecoCoord coord
 

Detailed Description

Context when querying reconstruction pipeline.

Definition at line 40 of file odinreco/step.h.

Member Enumeration Documentation

◆ queryMode

Mode for querying pipeline.

  • prep: Will be set when querying once before starting the pipeline
  • finalize: Will be set when querying once after the pipeline was used
  • print: print pipeline layout

Definition at line 49 of file odinreco/step.h.

Member Data Documentation

◆ controller

RecoController& RecoQueryContext::controller

The reconstruction controller.

Definition at line 55 of file odinreco/step.h.

◆ coord

RecoCoord RecoQueryContext::coord

State/index in each dimension during current step of the pipeline.

Definition at line 70 of file odinreco/step.h.

◆ printpostfix

STD_string RecoQueryContext::printpostfix

Postfix when printing functors.

Definition at line 65 of file odinreco/step.h.

◆ printprefix

STD_string RecoQueryContext::printprefix

Prefix when printing functors.

Definition at line 60 of file odinreco/step.h.


The documentation for this struct was generated from the following file: