CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtHadSimpleBestJetComb.h
Go to the documentation of this file.
1 //
2 // $Id: TtHadSimpleBestJetComb.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $
3 // adapted from TtSemiSimpleBestJetComb.h,v 1.2 2007/06/09 01:17:41 lowette Exp
4 // for fully hadronic channel
5 
6 #ifndef TtHadSimpleBestJetComb_h
7 #define TtHadSimpleBestJetComb_h
8 
14 
15 #include "TF1.h"
16 #include "TH1.h"
17 #include "TFile.h"
18 #include "TKey.h"
19 #include "TString.h"
20 #include <Math/VectorUtil.h>
21 
23 
24  public:
25 
28 
29  int operator()(std::vector<TtHadEvtSolution> &);
30 
31  private:
32 
33 };
34 
35 #endif
Based on the TtSemiSimpleBestJetComb.by: Jan Heyninck version: TtSemiSimpleBestJetComb.cc,v 1.2 2007/06/09 01:17:40 lowette Exp.
int operator()(std::vector< TtHadEvtSolution > &)