21   cout << 
"--- Open CorrGui for input file: " << 
fin << 
" and type: " << 
dirName << endl;
 
   41      cout << 
"Could not locate directory '" << 
dirName << 
"' in file: " << 
fin << endl;
 
   48   cout << 
"found number of variables='" << names.end() - names.begin() << endl;
 
   50   std::vector<TString>::const_iterator iter = names.begin();
 
   51   for (; iter != names.end(); ++iter) {    
 
   53                       TString::Format( 
"TMVA::correlationscattersMultiClass(\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",%i)",
 
   59   cbar->SetTextColor(
"blue");
 
bool Bool_t
Boolean (0=false, 1=true) (bool)
 
int Int_t
Signed integer 4 bytes (int)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
 
TDirectory * GetDirectory(const char *apath, Bool_t printError=false, const char *funcname="GetDirectory") override
Find a directory named "apath".
 
Describe directory structure in memory.
 
virtual Bool_t cd()
Change current directory to "this" directory.
 
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
 
const char * Data() const
 
TString & ReplaceAll(const TString &s1, const TString &s2)
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
TFile * OpenFile(const TString &fin)
 
std::vector< TString > GetInputVariableNames(TDirectory *dir)
 
void CorrGuiMultiClass_DeleteTBar()
 
void CorrGuiMultiClass(TString dataset, TString fin="TMVA.root", TString dirName="InputVariables_Id", TString title="TMVA Input Variable", Bool_t isRegression=kFALSE)