#include <cstdlib>
#include <vector>
#include <iostream>
#include <map>
#include <string>
#include "TFile.h"
#include "TTree.h"
#include "TString.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TStopwatch.h"
#include "TMVA/Reader.h"
#include "TMVA/Tools.h"
#include "TMVA/MethodCuts.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
Bool_t | ReadDataFromAsciiIFormat = kFALSE |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 30 of file TMVARegressionApplication.cxx.
References TSystem::AccessPathName(), TMVA::Reader::AddSpectator(), TMVA::Reader::AddVariable(), TMVA::Reader::BookMVA(), dir(), TMVA::Reader::EvaluateRegression(), TH1::Fill(), TTree::GetEntries(), TTree::GetEntry(), gSystem, h, i, kTRUE, Long64_t, TFile::Open(), prefix, TStopwatch::Print(), TTree::SetBranchAddress(), TStopwatch::Start(), TStopwatch::Stop(), title, and val.
Definition at line 28 of file TMVARegressionApplication.cxx.