ROOT 6.10/09 Reference Guide |
#include "RConfigure.h"
#include "ROOT/TDFNodes.hxx"
#include "ROOT/TDFUtils.hxx"
#include "TBranch.h"
#include "TBranchElement.h"
#include "TClassRef.h"
#include "TROOT.h"
#include <stdexcept>
#include <string>
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Internal | |
ROOT::Internal::TDF | |
Functions | |
void | ROOT::Internal::TDF::CheckTmpBranch (std::string_view branchName, TTree *treePtr) |
std::string | ROOT::Internal::TDF::ColumnName2ColumnTypeName (const std::string &colName, TTree *tree, TCustomColumnBase *tmpBranch) |
Return a string containing the type of the given branch. More... | |
unsigned int | ROOT::Internal::TDF::GetNSlots () |
const ColumnNames_t & | ROOT::Internal::TDF::PickBranchNames (unsigned int nArgs, const ColumnNames_t &bl, const ColumnNames_t &defBl) |
Returns local BranchNames or default BranchNames according to which one should be used. More... | |
const char * | ROOT::Internal::TDF::ToConstCharPtr (const char *s) |
const char * | ROOT::Internal::TDF::ToConstCharPtr (const std::string s) |