CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MvaBoostedDoubleSecondaryVertexEstimator.h
Go to the documentation of this file.
1 #ifndef RecoBTag_SecondaryVertex_MvaBoostedDoubleSecondaryVertexEstimator_h
2 #define RecoBTag_SecondaryVertex_MvaBoostedDoubleSecondaryVertexEstimator_h
3 
5 
6 #include <TROOT.h>
7 #include "TMVA/Factory.h"
8 #include "TMVA/Tools.h"
9 #include "TMVA/Reader.h"
10 
12 
13  public:
16 
17  float mvaValue(float, float, float, float, float, float, float, float, float, float);
18 
19  private:
20 
21  TMVA::Reader* TMVAReader;
22 
26 };
27 
28 #endif // RecoBTag_SecondaryVertex_MvaBoostedDoubleSecondaryVertexEstimator_h
29 
float mvaValue(float, float, float, float, float, float, float, float, float, float)