Logo ROOT   6.07/09
Reference Guide
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
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
Definition: TFile.h:50
Basic string class.
Definition: TString.h:137
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
void efficiencies(TString dataset, TString fin="TMVA.root", Int_t type=2, Bool_t useTMVAStyle=kTRUE)
Describe directory structure in memory.
Definition: TDirectory.h:44
int type
Definition: TGX11.cxx:120
void plot_efficiencies(TString dataset, TFile *file, Int_t type=2, TDirectory *BinDir=0)
Definition: efficiencies.cxx:8
Abstract ClassifierFactory template that handles arbitrary types.
Definition: file.py:1
const Bool_t kTRUE
Definition: Rtypes.h:91