TopQuarkAnalysis
TopJetCombination
interface
TtSemiLRJetCombCalc.h
Go to the documentation of this file.
1
//
2
// Author: Jan Heyninck
3
// Created: Tue Apr 3 17:33:23 PDT 2007
4
//
5
//
6
7
#ifndef TtSemiLRJetCombCalc_h
8
#define TtSemiLRJetCombCalc_h
9
18
#include "
FWCore/Framework/interface/EventSetup.h
"
19
#include "
FWCore/Framework/interface/Event.h
"
20
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
21
#include "
FWCore/Utilities/interface/Exception.h
"
22
#include "
AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h
"
23
#include "
TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h
"
24
25
#include "TF1.h"
26
#include "TH1.h"
27
#include "TFile.h"
28
#include "TKey.h"
29
#include "TString.h"
30
31
class
TtSemiLRJetCombCalc
{
32
public
:
33
TtSemiLRJetCombCalc
();
34
TtSemiLRJetCombCalc
(
const
TString&,
const
std::vector<int>&);
35
~TtSemiLRJetCombCalc
();
36
37
void
operator()
(
TtSemiEvtSolution
&);
38
39
private
:
40
LRHelpFunctions
*
myLR
;
41
bool
addPurity
;
42
};
43
44
#endif
MessageLogger.h
TtSemiLRJetCombCalc
Class to calculate the jet combination LR value and purity from a root-file with fit functions.
Definition:
TtSemiLRJetCombCalc.h:31
TtSemiLRJetCombCalc::addPurity
bool addPurity
Definition:
TtSemiLRJetCombCalc.h:41
TtSemiLRJetCombCalc::operator()
void operator()(TtSemiEvtSolution &)
Definition:
TtSemiLRJetCombCalc.cc:22
TtSemiLRJetCombCalc::myLR
LRHelpFunctions * myLR
Definition:
TtSemiLRJetCombCalc.h:40
Event.h
TtSemiEvtSolution.h
TtSemiEvtSolution
Definition:
TtSemiEvtSolution.h:31
TtSemiLRJetCombCalc::~TtSemiLRJetCombCalc
~TtSemiLRJetCombCalc()
Definition:
TtSemiLRJetCombCalc.cc:20
LRHelpFunctions.h
EventSetup.h
Exception.h
TtSemiLRJetCombCalc::TtSemiLRJetCombCalc
TtSemiLRJetCombCalc()
LRHelpFunctions
Help functionalities to implement and evaluate LR ratio method.
Definition:
LRHelpFunctions.h:35
Generated for CMSSW Reference Manual by
1.8.16