#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/Config.h"#include "TMVA/Tools.h"#include "TMVA/MethodCuts.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 28 of file TMVAClassificationApplication.cxx.
References TSystem::AccessPathName(), TMVA::Reader::AddSpectator(), TMVA::Reader::AddVariable(), TMVA::Reader::BookMVA(), dir(), double, TMVA::Reader::EvaluateMVA(), TH1::Fill(), TMVA::Reader::FindCutsMVA(), TMVA::MethodCuts::GetCuts(), TTree::GetEntries(), TTree::GetEntry(), TMVA::MethodBase::GetInputVar(), TMVA::Reader::GetMVAError(), TMVA::Reader::GetProba(), TMVA::Reader::GetRarity(), gSystem, i, kTRUE, Long64_t, TFile::Open(), prefix, TStopwatch::Print(), TTree::SetBranchAddress(), TStopwatch::Start(), TStopwatch::Stop(), val, and TObject::Write().
1.5.1