00001 #ifndef TtHadLRJetCombObservables_h 00002 #define TtHadLRJetCombObservables_h 00003 00004 // $Id: TtHadLRJetCombObservables.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $ 00005 // copied TtSemiLRJetCombObservables.h,v 1.4 2007/06/15 08:53:52 by heyninck 00023 #include "FWCore/Framework/interface/EventSetup.h" 00024 #include "FWCore/Framework/interface/Event.h" 00025 #include "FWCore/MessageLogger/interface/MessageLogger.h" 00026 #include "FWCore/Utilities/interface/Exception.h" 00027 00028 #include "AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h" 00029 #include <Math/VectorUtil.h> 00030 00031 00032 class TtHadLRJetCombObservables { 00033 00034 public: 00035 00036 TtHadLRJetCombObservables(); 00037 ~TtHadLRJetCombObservables(); 00038 00039 void operator()(TtHadEvtSolution&); 00040 00041 private: 00042 std::vector<std::pair<unsigned int,double> > jetCombVarVal; 00043 }; 00044 00045 #endif