Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:11:04

0001 #ifndef regression_averagedevs__HH
0002 #define regression_averagedevs__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    /*
0007      this macro plots the quadratic deviation of the estimated from the target value, averaged over the first nevt events in test sample (all if Nevt=-1);
0008      a); normal average
0009      b); truncated average, using best 90%
0010      created January 2009, Eckhard von Toerne, University of Bonn, Germany
0011    */
0012 
0013    void regression_averagedevs(TString dataset,TString fin, Int_t Nevt=-1, Bool_t useTMVAStyle = kTRUE );
0014 
0015 }
0016 #endif