CMS 3D CMS Logo

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 public:
25 
26  int operator()(std::vector<TtHadEvtSolution> &);
27 
28 private:
29 };
30 
31 #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 > &)