JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
MELADifermionResolutionModel.h
Go to the documentation of this file.
1 #ifndef MELADIFERMIONRESOLUTIONMODEL
2 #define MELADIFERMIONRESOLUTIONMODEL
3 
4 #include "TUtil.hh"
6 
7 
9 protected:
10  bool valid;
12  float sqrts;
13  RooRealVar* varReco;
16 
17 public:
18  MELADifermionResolutionModel(TVar::Production prod_, float sqrts_, TString filename, TString extraName);
20  float getVal(float val);
21  bool isProduction(TVar::Production prod_);
22  bool isValid(){ return valid; }
23 
24 };
25 
26 
27 #endif
MELADifermionResolutionModel::getVal
float getVal(float val)
Definition: MELADifermionResolutionModel.cc:36
MELADifermionResolutionModel::recoBW
MELAFuncPdf * recoBW
Definition: MELADifermionResolutionModel.h:15
MELADifermionResolutionModel::splineFactory
MELANCSplineFactory_1D * splineFactory
Definition: MELADifermionResolutionModel.h:14
MELANCSplineFactory_1D.h
MELANCSplineFactory_1D
Definition: MELANCSplineFactory_1D.h:12
MELADifermionResolutionModel::valid
bool valid
Definition: MELADifermionResolutionModel.h:10
MELADifermionResolutionModel
Definition: MELADifermionResolutionModel.h:8
MELADifermionResolutionModel::isProduction
bool isProduction(TVar::Production prod_)
Definition: MELADifermionResolutionModel.cc:49
MELADifermionResolutionModel::sqrts
float sqrts
Definition: MELADifermionResolutionModel.h:12
TUtil.hh
MELADifermionResolutionModel::MELADifermionResolutionModel
MELADifermionResolutionModel(TVar::Production prod_, float sqrts_, TString filename, TString extraName)
Definition: MELADifermionResolutionModel.cc:9
MELADifermionResolutionModel::varReco
RooRealVar * varReco
Definition: MELADifermionResolutionModel.h:13
MELADifermionResolutionModel::isValid
bool isValid()
Definition: MELADifermionResolutionModel.h:22
MELAFuncPdf
Definition: MELAFuncPdf.h:7
MELADifermionResolutionModel::~MELADifermionResolutionModel
~MELADifermionResolutionModel()
Definition: MELADifermionResolutionModel.cc:31
MELADifermionResolutionModel::prod
TVar::Production prod
Definition: MELADifermionResolutionModel.h:11
TVar::Production
Production
Definition: TVar.hh:60