ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
tmva
tmvagui
inc
TMVA
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
TMVA::mvaweights
void mvaweights(TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
Definition:
mvaweights.cxx:9
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
tmvaglob.h
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91