RDFAnalysis
0.1.1
Physics analysis with ROOT::RDataFrame
|
Class to trigger translation of a vector of branches. More...
#include <SysVar.h>
Public Types | |
using | value_type = std::vector< std::string > |
The translated value type. More... | |
Public Member Functions | |
SysVarBranchVector (const std::vector< std::string > &branchNames) | |
Construct the vector. More... | |
std::vector< std::string > | translate (IBranchNamer &namer, const std::string &syst) |
Return the translated branch names. More... | |
Static Public Attributes | |
static constexpr bool | is_rdf_sysvar = true |
Make sure this is translated. More... | |
Class to trigger translation of a vector of branches.
using value_type = std::vector<std::string> |
The translated value type.
|
inline |
Construct the vector.
branchNames | The names of the untranslated branches |
|
inline |
Return the translated branch names.
|
static |
Make sure this is translated.