CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MvaSoftMuonEstimator.h
Go to the documentation of this file.
1 // * Author: Alberto Zucchetta
2 // * Mail: a.zucchetta@cern.ch
3 // * January 16, 2015
4 
5 #ifndef RecoBTag_SoftLepton_MvaSoftMuonEstimator_h
6 #define RecoBTag_SoftLepton_MvaSoftMuonEstimator_h
7 
9 
10 
11 #include <TROOT.h>
12 #include "TMVA/Factory.h"
13 #include "TMVA/Tools.h"
14 #include "TMVA/Reader.h"
15 
17 
18  public:
19 
22 
23  float mvaValue(float, float, float, float, float);
24 
25  private:
26 
27  TMVA::Reader* TMVAReader;
28 
31 
32 };
33 
34 #endif
35 
float mvaValue(float, float, float, float, float)