ROOT
6.10/00
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
efficiencies.h
Go to the documentation of this file.
1
#ifndef efficiencies__HH
2
#define efficiencies__HH
3
#include "
tmvaglob.h
"
4
#include "
TH2F.h
"
5
#include "
TFile.h
"
6
#include "
TIterator.h
"
7
#include "
TKey.h
"
8
namespace
TMVA{
9
10
void
plot_efficiencies
(
TString
dataset,
TFile
* file,
Int_t
type
= 2,
TDirectory
* BinDir=0);
11
void
efficiencies
(
TString
dataset,
TString
fin =
"TMVA.root"
,
Int_t
type
= 2,
Bool_t
useTMVAStyle =
kTRUE
);
12
}
13
#endif
TFile
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
Definition:
TFile.h:46
TFile.h
TString
Basic string class.
Definition:
TString.h:129
Int_t
int Int_t
Definition:
RtypesCore.h:41
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TH2F.h
TIterator.h
TKey.h
tmvaglob.h
TMVA::efficiencies
void efficiencies(TString dataset, TString fin="TMVA.root", Int_t type=2, Bool_t useTMVAStyle=kTRUE)
TDirectory
Describe directory structure in memory.
Definition:
TDirectory.h:34
type
int type
Definition:
TGX11.cxx:120
TMVA::plot_efficiencies
void plot_efficiencies(TString dataset, TFile *file, Int_t type=2, TDirectory *BinDir=0)
kTRUE
const Bool_t kTRUE
Definition:
RtypesCore.h:91