src
TopQuarkAnalysis
TopJetCombination
interface
TtHadLRJetCombObservables.h
Go to the documentation of this file.
1
#ifndef TtHadLRJetCombObservables_h
2
#define TtHadLRJetCombObservables_h
3
4
// copied TtSemiLRJetCombObservables.h,v 1.4 2007/06/15 08:53:52 by heyninck
22
#include "
FWCore/Framework/interface/EventSetup.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
25
#include "
FWCore/Utilities/interface/Exception.h
"
26
27
#include "
AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h
"
28
#include <Math/VectorUtil.h>
29
30
class
TtHadLRJetCombObservables
{
31
public
:
32
TtHadLRJetCombObservables
();
33
~TtHadLRJetCombObservables
();
34
35
void
operator()
(
TtHadEvtSolution
&);
36
37
private
:
38
std::vector<std::pair<unsigned int, double> >
jetCombVarVal
;
39
};
40
41
#endif
MessageLogger.h
TtHadLRJetCombObservables
Steering class for the overall hadronic top likelihood.
Definition:
TtHadLRJetCombObservables.h:30
Event.h
EventSetup.h
TtHadEvtSolution
Definition:
TtHadEvtSolution.h:21
TtHadLRJetCombObservables::TtHadLRJetCombObservables
TtHadLRJetCombObservables()
Definition:
TtHadLRJetCombObservables.cc:5
Exception.h
TtHadLRJetCombObservables::~TtHadLRJetCombObservables
~TtHadLRJetCombObservables()
Definition:
TtHadLRJetCombObservables.cc:7
TtHadEvtSolution.h
TtHadLRJetCombObservables::operator()
void operator()(TtHadEvtSolution &)
Definition:
TtHadLRJetCombObservables.cc:9
TtHadLRJetCombObservables::jetCombVarVal
std::vector< std::pair< unsigned int, double > > jetCombVarVal
Definition:
TtHadLRJetCombObservables.h:38
Generated for CMSSW Reference Manual by
1.8.14