ATLAS Offline Software
Namespaces | Functions
TMVAToMVAUtils.h File Reference
#include "MVAUtils/BDT.h"
#include "MVAUtils/ForestTMVA.h"
#include <stack>
#include "TMVA/Reader.h"
#include "TMVA/MethodBDT.h"
Include dependency graph for TMVAToMVAUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TMVAToMVAUtils
 

Functions

void TMVAToMVAUtils::newTree (MVAUtils::ForestTMVA *forest, const TMVA::DecisionTreeNode *node, float weight, bool isRegression, bool useYesNoLeaf)
 
std::unique_ptr< MVAUtils::ForestTMVATMVAToMVAUtils::createForestTMVA (TMVA::MethodBDT *bdt, bool isRegression, bool useYesNoLeaf)
 
std::unique_ptr< MVAUtils::BDTTMVAToMVAUtils::convert (TMVA::MethodBDT *bdt, bool isRegression=true, bool useYesNoLeaf=false)