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

Go to the source code of this file.

Functions

 ClassImp (MELANCSpline_3D_fast) MELANCSpline_3D_fast
 

Function Documentation

◆ ClassImp()

ClassImp ( MELANCSpline_3D_fast  )

Definition at line 13 of file MELANCSpline_3D_fast.cc.

15  :
17  rangeYmin(1), rangeYmax(-1),
18  rangeZmin(1), rangeZmax(-1),
22  theYVar("theYVar", "theYVar", this),
23  theZVar("theZVar", "theZVar", this)
24 {}
MELANCSplineCore
Definition: MELANCSplineCore.h:16
MELANCSplineCore::bcNaturalSpline
@ bcNaturalSpline
Definition: MELANCSplineCore.h:32