CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MvaSoftElectronEstimator.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------------------------------------
2 // $Id $
3 //
4 // MvaSoftEleEstimator
5 //
6 // Helper Class for applying MVA electron ID selection
7 //
8 // Authors: S. de Visscher
9 //--------------------------------------------------------------------------------------------------
10 
11 
16 
17 //#define STANDALONE // <---- this line
18 
19 #ifndef MvaSoftEleEstimator_H
20 #define MvaSoftEleEstimator_H
21 
30 #include <vector>
31 #include <TROOT.h>
32 #include "TMVA/Factory.h"
33 #include "TMVA/Tools.h"
34 #include "TMVA/Reader.h"
35 
37  public:
40 
41  Double_t mvaValue(Float_t, Float_t, Float_t,Float_t,Float_t,Float_t);
42 
43  private:
44  TMVA::Reader* TMVAReader;
46 };
47 
48 #endif
Double_t mvaValue(Float_t, Float_t, Float_t, Float_t, Float_t, Float_t)