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