ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
tmva
tmvagui
inc
TMVA
likelihoodrefs.h
Go to the documentation of this file.
1
#ifndef likelihoodrefs__HH
2
#define likelihoodrefs__HH
3
#include <vector>
4
#include <string>
5
#include "
tmvaglob.h
"
6
namespace
TMVA
{
7
8
9
// this macro plots the reference distribuions for the Likelihood
10
// methods for the various input variables used in TMVA (e.g. running
11
// TMVAnalysis.C). Signal and Background are plotted separately
12
13
// input: - Input file (result from TMVA),
14
// - use of TMVA plotting TStyle
15
16
17
void
likelihoodrefs
(
TDirectory
*lhdir );
18
19
void
likelihoodrefs
(
TString
fin =
"TMVA.root"
,
Bool_t
useTMVAStyle =
kTRUE
);
20
}
21
#endif
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
tmvaglob.h
TMVA::likelihoodrefs
void likelihoodrefs(TDirectory *lhdir)
Definition:
likelihoodrefs.cxx:15
TDirectory
Describe directory structure in memory.
Definition:
TDirectory.h:41
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91