Logo ROOT  
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"
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
const Bool_t kFALSE
Definition: RtypesCore.h:88
bool Bool_t
Definition: RtypesCore.h:59
Basic string class.
Definition: TString.h:131
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)