RDFAnalysis
0.1.1
Physics analysis with ROOT::RDataFrame
|
Class to trigger translation of a string expression. More...
#include <SysVar.h>
Public Types | |
using | value_type = std::string |
The translated value type. More... | |
Public Member Functions | |
SysVarStringExpression (const std::string &expressionTemplate, const std::vector< std::string > &columnNames) | |
Construct the expression. More... | |
std::string | translate (IBranchNamer &namer, const std::string &syst) |
Return the translated expression. More... | |
Static Public Attributes | |
static constexpr bool | is_rdf_sysvar = true |
Make sure that this is translated. More... | |
Class to trigger translation of a string expression.
using value_type = std::string |
The translated value type.
|
inline |
Construct the expression.
expressionTemplate | The pseudo-functional form |
columnNames | The input variables |
expressionTemplate should be returned by the IBranchNamer::expandExpression function.
|
inline |
Return the translated expression.
|
static |
Make sure that this is translated.