Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TMVA/BDTControlPlots.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef BDTControlPlots__HH
0002 #define BDTControlPlots__HH
0003 
0004 #include "TString.h"
0005 #include "tmvaglob.h"
0006 
0007 namespace TMVA{
0008 
0009    // input: - Input file (result from TMVA),
0010    //        - use of TMVA plotting TStyle
0011    void bdtcontrolplots(TString dataset,TDirectory *);
0012 
0013    void BDTControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0014    void bdtcontrolplots(TString dataset, TDirectory *bdtdir );
0015 
0016 }
0017 #endif