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.
Functions
MELALinearInterpFunc.cc File Reference
#include "MELALinearInterpFunc.h"
#include <cmath>
#include "Riostream.h"
#include "TMath.h"
Include dependency graph for MELALinearInterpFunc.cc:

Go to the source code of this file.

Functions

 ClassImp (MELALinearInterpFunc) MELALinearInterpFunc
 

Function Documentation

◆ ClassImp()

ClassImp ( MELALinearInterpFunc  )

Definition at line 12 of file MELALinearInterpFunc.cc.

14  :
15 RooAbsReal(),
17 useFloor(true), floorEval(0), floorInt(0),
18 rangeXmin(1), rangeXmax(-1),
19 theXVar("theXVar", "theXVar", this),
20 FcnList("FcnList", "FcnList", this),
21 leafDepsList("leafDepsList", "leafDepsList", this)
22 {}
MELALinearInterpFunc::kSilent
@ kSilent
Definition: MELALinearInterpFunc.h:18