mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
Loading...
Searching...
No Matches
functions.h File Reference
#include <TF1.h>
#include <mist/hep/owned.h>
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mist
 
namespace  mist::hep
 
namespace  mist::hep::fit
 

Functions

mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_levy_tsallis (const char *name="levy_tsallis", double x_min=0.0, double x_max=10.0)
 
double mist::hep::fit::q_exp (double x, double q)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_gauss (const char *name="gauss", double x_min=0.0, double x_max=1.0)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_qgauss (const char *name="qgauss", double x_min=0.0, double x_max=1.0)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_exgauss (const char *name="exgauss", double x_min=0.0, double x_max=1.0)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_erf_step (const char *name="erf_step", double x_min=0.0, double x_max=1.0)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_expo (const char *name="expo", double x_min=0.0, double x_max=1.0)
 
mist::hep::owned::root_ptr< TF1 > mist::hep::fit::make_arrhenius (const char *name="arrhenius", double x_min=200.0, double x_max=350.0)