ATLAS Offline Software
|
Helper class to handle a single expression parser to be used in the generic code. More...
#include <ExpressionParserUser.h>
Static Public Member Functions | |
static std::unique_ptr< ExpressionParsing::ExpressionParser > | createParser (ExpressionParsing::IProxyLoader &proxy_loader, const std::string &selection_string, unsigned short num_parser) |
Create a single expression parser for the given expression. More... | |
static std::vector< std::string > | getVariables (const std::unique_ptr< ExpressionParsing::ExpressionParser > &parser) |
Get the variables from used by the given expression parser. More... | |
Helper class to handle a single expression parser to be used in the generic code.
Definition at line 45 of file ExpressionParserUser.h.
|
static |
Create a single expression parser for the given expression.
|
static |
Get the variables from used by the given expression parser.