Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
8#include "TControlBar.h"
9#include "tmvaglob.h"
10
11namespace 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 );
18
19}
20#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kFALSE
Definition RtypesCore.h:101
Basic string class.
Definition TString.h:139
create variable transformations
void CorrGui_DeleteTBar()
void CorrGui(TString dataset, TString fin="TMVA.root", TString dirName="InputVariables_Id", TString title="TMVA Input Variable", Bool_t isRegression=kFALSE)