CMS 3D CMS Logo

TtSemiLRSignalSelCalc.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 TtSemiLRSignalSelCalc_h
8 #define TtSemiLRSignalSelCalc_h
9 
24 
25 #include "TF1.h"
26 #include "TH1.h"
27 #include "TFile.h"
28 #include "TKey.h"
29 #include "TString.h"
30 
32 public:
34  TtSemiLRSignalSelCalc(const TString&, const std::vector<int>&);
36 
38 
39 private:
41  bool addPurity;
42 };
43 
44 #endif
TtSemiLRSignalSelCalc::myLR
LRHelpFunctions * myLR
Definition: TtSemiLRSignalSelCalc.h:40
MessageLogger.h
TtSemiLRSignalSelCalc::addPurity
bool addPurity
Definition: TtSemiLRSignalSelCalc.h:41
TtSemiLRSignalSelCalc
Class to calculate the jet combination LR value and purity from a root-file with fit functions.
Definition: TtSemiLRSignalSelCalc.h:31
TtSemiLRSignalSelCalc::TtSemiLRSignalSelCalc
TtSemiLRSignalSelCalc()
Event.h
TtSemiEvtSolution.h
TtSemiEvtSolution
Definition: TtSemiEvtSolution.h:31
TtSemiLRSignalSelCalc::operator()
void operator()(TtSemiEvtSolution &)
Definition: TtSemiLRSignalSelCalc.cc:21
LRHelpFunctions.h
EventSetup.h
Exception.h
TtSemiLRSignalSelCalc::~TtSemiLRSignalSelCalc
~TtSemiLRSignalSelCalc()
Definition: TtSemiLRSignalSelCalc.cc:19
LRHelpFunctions
Help functionalities to implement and evaluate LR ratio method.
Definition: LRHelpFunctions.h:35