Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef likelihoodrefs__HH
0002 #define likelihoodrefs__HH
0003 
0004 #include "tmvaglob.h"
0005 
0006 namespace TMVA{
0007 
0008 
0009    // this macro plots the reference distribuions for the Likelihood
0010    // methods for the various input variables used in TMVA (e.g. running
0011    // TMVAnalysis.C).  Signal and Background are plotted separately
0012 
0013    // input: - Input file (result from TMVA),
0014    //        - use of TMVA plotting TStyle
0015 
0016 
0017    void likelihoodrefs(TString dataset, TDirectory *lhdir ); 
0018 
0019    void likelihoodrefs(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0020 }
0021 #endif