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 // $Id: TtSemiSimpleBestJetComb.h,v 1.4 2008/02/17 11:27:11 rwolf Exp $
3 //
4 
5 #ifndef TtSemiSimpleBestJetComb_h
6 #define TtSemiSimpleBestJetComb_h
7 
25 
26 #include "TF1.h"
27 #include "TH1.h"
28 #include "TFile.h"
29 #include "TKey.h"
30 #include "TString.h"
31 #include <Math/VectorUtil.h>
32 
34 
35  public:
36 
39 
40  int operator()(std::vector<TtSemiEvtSolution> &);
41 
42  private:
43 
44 };
45 
46 #endif
Simple method to get the correct jet combination in semileptonic ttbar events.
int operator()(std::vector< TtSemiEvtSolution > &)