Logo ROOT   6.12/07
Reference Guide
CorrGui.h
Go to the documentation of this file.
1 #ifndef CorrGui__HH
2 #define CorrGui__HH
3 ///////////
4 //New Gui for easier plotting of scatter corelations
5 // L. Ancu 04/04/07
6 ////////////
7 #include <iostream>
8 
9 #include "TControlBar.h"
10 #include "tmvaglob.h"
11 namespace TMVA{
12 
13  // static TControlBar* CorrGui_Global__cbar = 0;
14 
15  void CorrGui(TString dataset, TString fin = "TMVA.root", TString dirName = "InputVariables_Id", TString title = "TMVA Input Variable",
16  Bool_t isRegression = kFALSE );
17  void CorrGui_DeleteTBar();
18 
19 }
20 #endif
Basic string class.
Definition: TString.h:125
bool Bool_t
Definition: RtypesCore.h:59
void CorrGui(TString dataset, TString fin="TMVA.root", TString dirName="InputVariables_Id", TString title="TMVA Input Variable", Bool_t isRegression=kFALSE)
void CorrGui_DeleteTBar()
const Bool_t kFALSE
Definition: RtypesCore.h:88
Abstract ClassifierFactory template that handles arbitrary types.