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

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...
 

Detailed Description

Class to trigger translation of a vector of branches.

Member Typedef Documentation

using value_type = std::vector<std::string>

The translated value type.

Constructor & Destructor Documentation

SysVarBranchVector ( const std::vector< std::string > &  branchNames)
inline

Construct the vector.

Parameters
branchNamesThe names of the untranslated branches

Member Function Documentation

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

Return the translated branch names.

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: