Project
Loading...
Searching...
No Matches
o2::framework::DataDescriptorQuery Struct Reference

#include <DataDescriptorQueryBuilder.h>

Public Attributes

std::vector< std::string > variableNames
 
std::shared_ptr< data_matcher::DataDescriptorMatchermatcher
 

Detailed Description

Struct describing a query. variableNames is filled with the variables which are referenced in the matcher string. We return it as part of the query so that it can be eventually passed to a different query builder which wants to use the same variable names. Alternatively we could simply build the query in one go and return the number of variables required by the context. Not sure what's the best approach.

Definition at line 36 of file DataDescriptorQueryBuilder.h.

Member Data Documentation

◆ matcher

std::shared_ptr<data_matcher::DataDescriptorMatcher> o2::framework::DataDescriptorQuery::matcher

Definition at line 38 of file DataDescriptorQueryBuilder.h.

◆ variableNames

std::vector<std::string> o2::framework::DataDescriptorQuery::variableNames

Definition at line 37 of file DataDescriptorQueryBuilder.h.


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