RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
SysVarNewBranch Class Reference

Class to trigger translation of a new branch name. More...

#include <SysVar.h>

Public Types

using value_type = std::string
 The translated value type. More...
 

Public Member Functions

 SysVarNewBranch (const std::string &branchName)
 Create 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...
 

Detailed Description

Class to trigger translation of a new branch name.

Member Typedef Documentation

using value_type = std::string

The translated value type.

Constructor & Destructor Documentation

SysVarNewBranch ( const std::string &  branchName)
inline

Create the branch.

Parameters
branchNameThe untranslated branch name

Member Function Documentation

std::string translate ( IBranchNamer namer,
const std::string &  syst 
)
inline

Return the translated branch name.

Field Documentation

constexpr bool is_rdf_sysvar = true
static

Make sure this is translated.


The documentation for this class was generated from the following file: