Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
variablesMultiClass.h
Go to the documentation of this file.
1 #ifndef variablesMultiClass__HH
2 #define variablesMultiClass__HH
3 #include "tmvaglob.h"
4 namespace TMVA{
5 
6  // this macro plots the distributions of the different input variables
7  // used in TMVA (e.g. running TMVAnalysis.C). Signal and Background are overlayed.
8 
9  // input: - Input file (result from TMVA),
10  // - normal/decorrelated/PCA
11  // - use of TMVA plotting TStyle
12  void variablesMultiClass(TString dataset, TString fin = "TMVA.root", TString dirName = "InputVariables_Id", TString title = "TMVA Input Variables",
13  Bool_t isRegression = kFALSE, Bool_t useTMVAStyle = kTRUE );
14 }
15 #endif