Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
mvaweights.h
Go to the documentation of this file.
1#ifndef mvaweights__HH
2#define mvaweights__HH
3#include "tmvaglob.h"
4namespace TMVA{
5
6 // input: - Input file (result from TMVA);
7 // - use of TMVA plotting TStyle
8 void mvaweights( TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
9}
10#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Basic string class.
Definition TString.h:139
create variable transformations
void mvaweights(TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)