![]() |
Project
|
#include <DataDescriptorQueryBuilder.h>
Public Attributes | |
std::vector< std::string > | variableNames |
std::shared_ptr< data_matcher::DataDescriptorMatcher > | matcher |
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.
std::shared_ptr<data_matcher::DataDescriptorMatcher> o2::framework::DataDescriptorQuery::matcher |
Definition at line 38 of file DataDescriptorQueryBuilder.h.
std::vector<std::string> o2::framework::DataDescriptorQuery::variableNames |
Definition at line 37 of file DataDescriptorQueryBuilder.h.