ant
A2 ant: class-based analysis framework
ant::math::SimpleCrystalBall Struct Reference

#include <SimpleCrystalBall.h>

Static Public Member Functions

static double Eval (double x, double mean, double sigma, double k, double height) noexcept
 Simple Crystal Ball Function. More...
 
static double Eval_ROOT (const double *x, const double *p)
 
static TF1 * GetTF1 ()
 

Member Function Documentation

◆ Eval()

double SimpleCrystalBall::Eval ( double  x,
double  mean,
double  sigma,
double  k,
double  height 
)
staticnoexcept

Simple Crystal Ball Function.

Parameters
x
mean
sigma
k(decay constant)
height
Note
Returns
Function implemented based on https://arxiv.org/pdf/1603.08591.pdf

◆ Eval_ROOT()

double SimpleCrystalBall::Eval_ROOT ( const double *  x,
const double *  p 
)
static

◆ GetTF1()

TF1 * SimpleCrystalBall::GetTF1 ( )
static

The documentation for this struct was generated from the following files: