Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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