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
src
TopQuarkAnalysis
TopJetCombination
interface
TtHadLRJetCombCalc.h
Go to the documentation of this file.
1
#ifndef TtHadLRJetCombCalc_h
2
#define TtHadLRJetCombCalc_h
3
// copied TtSemiLRJetCombCalc.h,v 1.3 2007/06/15 08:53:52 by heyninck
4
5
#include "
FWCore/Framework/interface/EventSetup.h
"
6
#include "
FWCore/Framework/interface/Event.h
"
7
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
8
#include "
FWCore/Utilities/interface/Exception.h
"
9
#include "
AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h
"
10
#include "
TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h
"
11
12
#include "TF1.h"
13
#include "TH1.h"
14
#include "TFile.h"
15
#include "TKey.h"
16
#include "TString.h"
17
18
class
TtHadLRJetCombCalc
{
19
public
:
20
TtHadLRJetCombCalc
();
21
TtHadLRJetCombCalc
(
const
TString&,
const
std::vector<int>&);
22
~TtHadLRJetCombCalc
();
23
24
void
operator()
(
TtHadEvtSolution
&);
25
26
private
:
27
LRHelpFunctions
*
myLR
;
28
bool
addPurity
;
29
};
30
31
#endif
MessageLogger.h
TtHadLRJetCombCalc::operator()
void operator()(TtHadEvtSolution &)
Definition:
TtHadLRJetCombCalc.cc:18
TtHadLRJetCombCalc::myLR
LRHelpFunctions * myLR
Definition:
TtHadLRJetCombCalc.h:27
Event.h
EventSetup.h
TtHadLRJetCombCalc::~TtHadLRJetCombCalc
~TtHadLRJetCombCalc()
Definition:
TtHadLRJetCombCalc.cc:16
LRHelpFunctions
Help functionalities to implement and evaluate LR ratio method.
Definition:
LRHelpFunctions.h:35
LRHelpFunctions.h
TtHadEvtSolution
Definition:
TtHadEvtSolution.h:21
Exception.h
TtHadLRJetCombCalc::TtHadLRJetCombCalc
TtHadLRJetCombCalc()
TtHadLRJetCombCalc
Definition:
TtHadLRJetCombCalc.h:18
TtHadEvtSolution.h
TtHadLRJetCombCalc::addPurity
bool addPurity
Definition:
TtHadLRJetCombCalc.h:28
Generated for CMSSW Reference Manual by
1.8.14