CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtSemiSimpleBestJetComb.h
Go to the documentation of this file.
1 //
2 //
3 
4 #ifndef TtSemiSimpleBestJetComb_h
5 #define TtSemiSimpleBestJetComb_h
6 
24 
25 #include "TF1.h"
26 #include "TH1.h"
27 #include "TFile.h"
28 #include "TKey.h"
29 #include "TString.h"
30 #include <Math/VectorUtil.h>
31 
33 
34  public:
35 
38 
39  int operator()(std::vector<TtSemiEvtSolution> &);
40 
41  private:
42 
43 };
44 
45 #endif
Simple method to get the correct jet combination in semileptonic ttbar events.
int operator()(std::vector< TtSemiEvtSolution > &)