Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Forest.hxx File Reference
#include <functional>
#include <string>
#include <vector>
#include <stdexcept>
#include <cmath>
#include <algorithm>
#include "TFile.h"
#include "TDirectory.h"
#include "TInterpreter.h"
#include "TUUID.h"
#include "TGenericClassInfo.h"
#include "BranchlessTree.hxx"
#include "Objectives.hxx"
Include dependency graph for Forest.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  TMVA::Experimental::BranchlessForest< T >
 Forest using branchless trees. More...
 
struct  TMVA::Experimental::BranchlessJittedForest< T >
 Forest using branchless jitted trees. More...
 
struct  TMVA::Experimental::ForestBase< T, ForestType >
 Forest base class. More...
 

Namespaces

namespace  TMVA
 create variable transformations
 
namespace  TMVA::Experimental
 
namespace  TMVA::Experimental::Internal
 

Functions

template<typename T >
bool TMVA::Experimental::Internal::CompareTree (const BranchlessTree< T > &a, const BranchlessTree< T > &b)
 
template<typename T >
T * TMVA::Experimental::Internal::GetObjectSafe (TFile *f, const std::string &n, const std::string &m)