Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:22:50

0001 #ifndef compareanapp__HH
0002 #define compareanapp__HH
0003 #include "TMVA/tmvaglob.h"
0004 #include "TMVA/Types.h"
0005 namespace TMVA{
0006 
0007 
0008 #define CheckDerivedPlots 0
0009 
0010    void compareanapp( TString finAn = "TMVA.root", TString finApp = "TMVApp.root", 
0011                       HistType htype = kMVAType, bool useTMVAStyle=kTRUE );
0012 }
0013 #endif