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 // adapted from TtSemiSimpleBestJetComb.h,v 1.2 2007/06/09 01:17:41 lowette Exp
3 // for fully hadronic channel
4 
5 #ifndef TtHadSimpleBestJetComb_h
6 #define TtHadSimpleBestJetComb_h
7 
13 
14 #include "TF1.h"
15 #include "TH1.h"
16 #include "TFile.h"
17 #include "TKey.h"
18 #include "TString.h"
19 #include <Math/VectorUtil.h>
20 
22 
23  public:
24 
27 
28  int operator()(std::vector<TtHadEvtSolution> &);
29 
30  private:
31 
32 };
33 
34 #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 > &)