Logo ROOT   6.07/09
Reference Guide
mvaweights.h
Go to the documentation of this file.
1 #ifndef mvaweights__HH
2 #define mvaweights__HH
3 #include "tmvaglob.h"
4 namespace 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
void mvaweights(TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
Definition: mvaweights.cxx:9
Basic string class.
Definition: TString.h:137
bool Bool_t
Definition: RtypesCore.h:59
Abstract ClassifierFactory template that handles arbitrary types.
const Bool_t kTRUE
Definition: Rtypes.h:91