Go to the documentation of this file.00001 #ifndef TtHadLRJetCombObservables_h
00002 #define TtHadLRJetCombObservables_h
00003
00004
00005
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