Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-30 08:50:20

0001 #ifndef mvaweights__HH
0002 #define mvaweights__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    // input: - Input file (result from TMVA);
0007    //        - use of TMVA plotting TStyle
0008    void mvaweights( TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0009 }
0010 #endif