Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:57

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